]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Fixed: Pb with some regex value used in the new REGEX fields added in 5.6.
authoreldy <>
Tue, 15 Jul 2003 23:01:06 +0000 (23:01 +0000)
committereldy <>
Tue, 15 Jul 2003 23:01:06 +0000 (23:01 +0000)
docs/awstats_changelog.txt

index 3a3429a9f1bba2a742c624d45b665b47ecfbc03c..da61e9435421df47d7ba44f651f474df8edc05a2 100644 (file)
@@ -6,6 +6,7 @@ $Revision$ - $Author$ - $Date$
 5.7
 
 Fixes:
+- Pb with some regex value used in the new REGEX fields added in 5.6.
 - Count for add to favourites is done on hits to favicon.ico for IE only. This
   avoid counting wrong "Add" done by browsers that hit the file even when no
   add is done. Value reported is the (count for IE) / (ratio of IE among all
@@ -16,11 +17,15 @@ Fixes:
 - Road runner browsers detection problems.
 - syslog tag can accept hostname with not only a-z chars.
 - "&nbsp" changed to "&nbsp;" in miscellanous chart.
-- maillogconvert.pl did not support all sendmail setup.
+- Geoip lookup is always done (as it should) on ip when ip is known, even if
+  DNSLookup is enabled and successfull. This increase seriously AWStats speed
+  when DNSLookup and Geoip are both enabled.
 
 New features/improvements:
 - Added support for Darwin streaming server.
 - awstats_buildstaticpages.pl can also build one PDF file (need htmldoc).
+- Added maillogconvert.p for analyzing mail log files (support better
+  sendmail, postfix and qmail log files).
 
 Other/Documentation:
 - Added mp4 mime type.