"Fossies" - the Fresh Open Source Software Archive

Member "srg-1.3.6/ChangeLog" (5 Aug 2009, 6266 Bytes) of package /linux/privat/old/srg-1.3.6.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 1.3.6  (5 Aug 2009)
    2 
    3 * Added newline at end of example configuration file to work around errors in
    4   the flex/bison config file parser.
    5 
    6 1.3.5  (19 Jan 2008)
    7 
    8  * Updated example configuration file to remove obsolete options and correct
    9    errors.
   10  * Added checks for binary presence before commencing work in the example 
   11    cronjobs.
   12  * Added a feature to allow users to filter specific destination sites from
   13    the generated reports by hostname or IP address. Use the
   14    sitedestinationfilter_file configuration option in conjunction with the
   15    example filter file in examples/filtered_sites.
   16    - Fixes request #1037677 in the sf.net tracker
   17 
   18 1.3.4  (12 May 2005)
   19 
   20  * Fixed parsing of log files to support the log_mime_hrds option
   21  * Fixed escaping of - characters in manpage for correct UTF8 support
   22  * Migrated source code to SVN repository at http://svn.mattb.net.nz/svn/srg/
   23  * Refactored all the code to generate percentages of bytes in/out of cache
   24    - This was seriously broken before, not only were the totals calculated 
   25      incorrectly, but the code also swapped between using the # of hits, and
   26 	 the # of bytes hit to generate the percentage hit!
   27    - All hit/miss percentages are now calculated using the # of bytes hit or
   28      missed
   29    - Fixes bug #1162840 in sf.net bug tracker
   30  * Improved HTML output to pass validation. All SRG output is now HTML 4.01
   31    Transitional compliant :)
   32  * Fixed example report generation scripts for new command line options and
   33    file locations
   34  * Performance optimisations to compare_datename thanks to Perry Lorier
   35  * Added minimum_connects to filter sites/groups with low levels of requests
   36    based on patch from Patrik Kullman
   37  * Implemented an option (disable_sitereport) to prevent the site report from
   38    being generated. Based on a patch from Patrik Kullman
   39  * Fixed javascript code inclusion
   40  * Fixed javascript error handling when 'srgtable' item is not present
   41  * Fixed javascript sorting of text fields
   42  * Added new quasi-group 'srg-totals' that is passed to can_view to allow
   43    site specific behaviour on whether each user can see the totals row.
   44 
   45 1.3.3  (8 Mar 2005)
   46 
   47  * Improved default PHP scripts to read configuration directly from
   48    config file
   49 
   50 1.3.2  (1 Mar 2005)
   51 
   52  * Autoconfiscated SRG (added automake / libtool too)
   53  * Improved Debian Package
   54  * SRG now looks in the correct places for the config / resources (where
   55    correct places means the paths autoconf installed the config/resources
   56    to)
   57  * Improved error messages when resource directory is missing
   58 
   59 1.3.1  (11 Jan 2005)
   60 
   61  * Fixed regression of -m option
   62 
   63 1.3.0  (9 Jan 2005)
   64 
   65  * Updated versioning scheme, therefore was 1.2 never released. See README for
   66    details of new numbering scheme
   67  * Added HACKING file documented coding style etc
   68  * Made coding style more consistent across the source code
   69  * Added support for processing multiple logfiles at once
   70  * Added support for logfiles with out of order records
   71  * Added srg.spec for rpm creation. Contributed by Toshiyuki Haginaga.
   72  * Fixed whitespace displayed before some rates so that sorting works correctly
   73  * Documented change to the way css and js files are included
   74  * Fixed mislabeled column headers in groups report
   75  * Completely reorganised commandline argument handling 
   76  * Added functionality to allow only start or end time to be specified. 
   77  * Default to outputting PHP reports
   78  * Rewrote PHP Header/Footer inclusion so that defaults are supplied by the
   79    installation rather than requiring the user to supply their own.
   80 
   81 1.1 (28 Sep 2004)
   82 
   83  * Fixed assertion failure when output directory contains a subdirectory
   84    with an invalid name.
   85  * Fixed compilation problems on sparc64. Endianess problems. Reported by
   86    Sergey A. Osokin
   87  * Fixed bug with localtime using a static buffer (or similar) which 
   88    caused the Period to be misreported as firstdate - firstdate. 
   89  * Marked -A, -c, -D, -e, -L, -p, -P and -T as deprecated. See FAQ for details.
   90  * Added option (-r) to allow sorting output reports by any column via
   91    javascript
   92  * Added meta tags to prevent indexing of reports by robots 
   93  * Minor stylesheet updates
   94  * SRG now defaults to generating location reports
   95  * SRG now defaults to showing the requesting host in location reports
   96  * -H is now used only to specify whether DNS lookups should be performed
   97  * Fix some minor output formatting errors reported by Guiliano Cioffi
   98  * Added some example scripts for generating SRG reports
   99  * Added basic debian package
  100 
  101 1.0 (7 Jun 2004)
  102  
  103  * Fixed segfault when using -a Reported by David Rettig
  104 
  105 1.0rc2 (3 Sep 2003)
  106 
  107  * Fixed bug with php included header / footer pointing to wrong path
  108  * Fixed bug in ip2user mapping to allow comment lines starting with #
  109  * Fixed bug in ip2user mapping to lookup IP addresses if not found in
  110    the ip2user file
  111  * Fixed ordering of reports in date index (again... i think it's right now)
  112  * Fixed links to and from the Location Report
  113  * Fixed display of totals - now using unsigned long long to prevent overflows
  114  * Fixed output dates on reports
  115  * Long long fixes for sorting
  116  * Fixed display of rate (-R) - I think this is a stupid statistic though
  117  * Fixed stylesheet location
  118  * Added SRG branding around the place
  119  * Tidied up a lot of formatting / style-sheet problems
  120 
  121 1.0rc1 (31 Aug 2003)
  122 
  123  * Fixed bug where -m would delete all reports reported by Daniel Lawson
  124  * Fixed ordering of reports in Date Index 
  125  * Merged patches for openBSD compatibility thanks to Andrei de Oliveira Mosman
  126  * Small fixes top ip2user logic
  127  * Added getopt_long support
  128  * Fixed warnings
  129  * Made more of the counters long long instead of int.
  130  * Fixed missing \n on "unable to create output directory" error message.
  131  * Fixed bug where srg would crash if "Group By Subnet" was given.
  132  * srg now outputs usage() if no arguments are given.
  133  * Fixed bug where it would core if it couldn't open access.log.
  134 
  135 1.0b2 (18 Jun 2003)
  136 
  137  * Fixed compilation with GCC 3.2 thanks to Sam Jansen
  138  * Fixed nasty bug with inet_ntoa thanks to Craig McKenna
  139  * Tidied up report output directory structure
  140  * Tidied up configuration handling
  141  * Fixed bug report by qmesbah@dbn-bd.net where srg would segfault when no
  142    groups where being used.
  143 
  144 1.0b1 (3 Apr 2003)
  145  
  146  * Initial SRG release