From: eldy <> Date: Tue, 15 Jul 2003 23:01:06 +0000 (+0000) Subject: Fixed: Pb with some regex value used in the new REGEX fields added in 5.6. X-Git-Tag: AWSTATS_5_7_BETA~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4553d4ba6f74fa41f00ba367c3aa266d2b1e7f35;p=thirdparty%2FAWStats.git Fixed: Pb with some regex value used in the new REGEX fields added in 5.6. --- diff --git a/docs/awstats_changelog.txt b/docs/awstats_changelog.txt index 3a3429a9..da61e943 100644 --- a/docs/awstats_changelog.txt +++ b/docs/awstats_changelog.txt @@ -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. - " " changed to " " 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.