home *** CD-ROM | disk | FTP | other *** search
/ c't freeware shareware 1999 February / CT_SW9902.ISO / pc / software / admin / editoren / web_mac.tz / web_mac / CHANGES next >
Text File  |  1999-05-30  |  8KB  |  192 lines

  1. --------------------------------------------------------------------
  2. 1.22-xx changes from 1.20-11   (brad@mrunix.net)
  3. --------------------------------------------------------------------
  4.  
  5. Fixes:
  6.  o Fixed bug in country total generation.  Caused country table
  7.    to show bogus entries if logs contain hostnames that were not
  8.    fully qualified (ie: don't have the domain name/TLD portion).
  9.  
  10.  o Changed/fixed incremental data I/O routines to better detect and
  11.    handle error conditions.  This involved some minor incremental
  12.    data file format changes as well.  Fixes problem large sites were
  13.    having where random tables were getting munged.
  14.  
  15.  o Fixed record parse code to better detect and strip query portion
  16.    from URL's and Referrer strings.
  17.  
  18.  o Fixed segfault condition when more than MAX_CTRY entries were
  19.    specified for the "Top Countries" table.
  20.  
  21. Changes/Additions:
  22.  o Added code to detect negative byte transfer sizes in logs (another
  23.    netscape server kludge :)  Could cause KByte xfer sizes to become
  24.    corrupt.
  25.  
  26.  o Several small changes (mostly ifdef/endif's) to make code compile
  27.    clean 'out-of-the-box' across more platforms (ala SunOS).  Also
  28.    added a GNU autoconf 'configure' script which helps a bit as well.
  29.  
  30.  o Added Include* keywords.  Allows forcing the inclusion of specified
  31.    log records.  Takes precedence over counterpart Ignore* keywords.
  32.  
  33.  o Added HTMLPre, HTMLBody, HTMLEnd and HTMLExtension keywords, and
  34.    changed behaviour of HTMLHead keyword.  Previous versions need
  35.    only change the 'HTMLHead' keword in existing files to 'HTMLBody'
  36.    to upgrade.  Thanks to Colin Viebrock <cmv@privateworld.com> for
  37.    the idea and code examples.
  38.  
  39.  o Changed mangle agent code to support Opera and other browsers.
  40.    Also updated response codes to IETF HTTP/1.1 Rev 6 draft.
  41.    Thanks to Yves Lafon <ylafon@w3.org> for this these.
  42.  
  43.  o Added HistoryName and IncrementalName keywords, which allow the
  44.    specification of the history and incremental data filenames.
  45.  
  46.  o Added UseHTTPS keyword, which allows using 'https://' instead
  47.    of 'http://' for links to URLS in the 'Top URL's' table.  Also
  48.    added check for URL's that already have the protocol specified
  49.    (such as on virtual web and proxy servers), and to use unmodified
  50.    if found (will only force to lowercase for matching).
  51.  
  52.  o Added code to ignore out-of-sequence log records.
  53.  
  54.  o Added code to force hostnames to lowercase (was causing country skew).
  55.  
  56.  o Disabled display of blank (zero hit) days at start of daily stat table.
  57.  
  58.  o Added records per second calculation to timing totals.
  59.  
  60.  o ALT= tags now use translated strings instead of forcing english.
  61.  
  62.  o Updated documentation for new functions/features.
  63.  
  64. --------------------------------------------------------------------
  65. 1.20-xx changes from 1.12-10   (brad@mrunix.net)
  66. --------------------------------------------------------------------
  67.  
  68. Fixes:
  69.  o Modified record parse routine to not touch stuff between quotes
  70.    (").  Was causing problems parsing some malformed request fields.
  71.  
  72.  o Fixed memory leak in MangleAgent code, and relocated to elimitate
  73.    un-necessary processing (causing segfault on some machines).
  74.  
  75. Changes/Additions:
  76.  o Changed transfer totals on host/url structures to support large
  77.    groupings (such as *.gif) on heavly hit servers.  Hopefully, this
  78.    should cure the 32bit overflow problem large sites were having.
  79.  
  80.  o Changed daily transfer totals to support transfers greater than
  81.    roughly 4.2 gigabytes a day.
  82.  
  83.  o Added some missing HTML tags and altered the way totals are
  84.    calculated on the 'Top' tables (to correct for grouped records).
  85.  
  86.  o Added incremental run capability (-p command line option or
  87.    "Incremental" configuration file keyword).
  88.  
  89. --------------------------------------------------------------------
  90. 1.1x-xx changes from 1.00-05   (brad@mrunix.net)
  91. --------------------------------------------------------------------
  92.  
  93. Fixes:
  94.  o Re-wrote the Group* logic, fixing a bug that allowed hiding of
  95.    objects when they shouldn't be.
  96.  
  97.  o Fixed broken IgnoreReferrer code.
  98.  
  99.  o Modified config parse code to handle extended characters.
  100.  
  101.  o Misc. minor bug fixes/changes.  Added a missing fclose.
  102.  
  103.  o Cleaned up generated HTML.
  104.  
  105.  o Fixed duplicate warnings on large referrer fields.
  106.  
  107.  o Fixed country table bug adding grouped records to totals.
  108.  
  109. Changes/Additions:
  110.  o Added GroupSite, GroupReferrer and GroupAgent keywords to round
  111.    out the Group* configuration options.
  112.  
  113.  o Added GroupShading and GroupHighlight keywords to allow selective
  114.    highlight and shading on grouped rows in table.
  115.  
  116.  o Removed the '-L' command line option.  Groupings can now only
  117.    be specified from a configuration file.  Language files changed
  118.    to reflect change.
  119.  
  120.  o Added '-V' command line option (identical to '-v') for version.
  121.  
  122.  o Added additional language support.  Language files will be marked
  123.    /* New for 1.1 */ where changes have been made.
  124.  
  125.  o Various rewrites to streamline the code, accomidate the new
  126.    group options and make things easier down the road when I implement
  127.    incremental (partial log) processing.
  128.  
  129.  o Usual README and CHANGES documentation updates.
  130.  
  131. --------------------------------------------------------------------
  132. 1.00-xx changes from 0.99-06   (brad@mrunix.net)
  133. --------------------------------------------------------------------
  134.  
  135. Fixes:
  136.  o Modify record parser so that spaces in usernames (auth field)
  137.    don't cause record to be skipped (w/'Bad Record' message).
  138.  
  139.  o Included various error conditions that were being ignored in
  140.    the timing statistics ('bad records' value) totals.
  141.  
  142. Changes/Additions:
  143.  o Added GMTTime (-g) option to force display of timestamps in
  144.    GMT (UTC) time instead of local timezone.
  145.  
  146.  o Added GroupURL (-L) option for grouping of URL's as if they
  147.    were a single object.  See README for details.
  148.  
  149.  o Language support in the form of a language specific header
  150.    file containing all strings used by The Webalizer.  English
  151.    file is used by default unless changed.  Support for other
  152.    languages will be distributed as I receive them.
  153.  
  154. --------------------------------------------------------------------
  155. 0.99-xx changes from 0.98-16   (brad@mrunix.net)
  156. --------------------------------------------------------------------
  157.  
  158. 0.99 is mostly a bug-fix release, with a few added extra goodies.
  159.  
  160. Fixes:
  161.  o Fixed monthly total transfer size (silent) overflow problem.
  162.  
  163.  o Fixed the numerous fprintf format errors.  Only seemed to wreak havok
  164.    on non-intel machines though.
  165.  
  166.  o Fixed core dump condition on certain machines when using stdin for
  167.    input.
  168.  
  169.  o Fixed floating point code that caused divide by zero errors on some
  170.    platforms (most noticably on SCO OpenServer).
  171.  
  172.  o Netscape server kludges:  Added code to deal with Netscape log header
  173.    record gracefully.  Also added workaround for timestamp error where
  174.    Netscape sometimes makes a day have 0-24 hours instead of 0-23.  The
  175.    Webalizer will now treat anything greater than 23 as 0.
  176.  
  177.  o Resized some fixed field sizes to gain memory usage improvements.
  178.  
  179. Changes/Additions:
  180.  o Ignore* config keywords added.  This allows you to completely ignore
  181.    certain log records based on site name, URL, user agent or referrer.
  182.    * Use will cause inaccurate statistics results.  See documentation.
  183.  
  184.  o ReallyQuiet config keyword (-Q command line option) added.  Causes
  185.    The Webalizer to supress _all_ messages.  Useful for cron jobs.
  186.  
  187.  o Removed the "Sites" total at the bottom of the summary by month.
  188.    The total for sites is a useless number and produces a misleadingly
  189.    high value which detracts from the accuracy of the other totals.
  190.  
  191.  o Updated README and CHANGES
  192.