From: eldy <> Date: Fri, 17 May 2002 05:14:08 +0000 (+0000) Subject: Fixed a bug of vampired memory and abnormal disk swapping when using logresolvemerge.pl X-Git-Tag: AWSTATS_4_1_BETA~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2f198f65b5687336da647efe088ff730b4d5e17;p=thirdparty%2FAWStats.git Fixed a bug of vampired memory and abnormal disk swapping when using logresolvemerge.pl --- diff --git a/docs/awstats_changelog.txt b/docs/awstats_changelog.txt index f5346ce9..c4b08ee9 100644 --- a/docs/awstats_changelog.txt +++ b/docs/awstats_changelog.txt @@ -3,8 +3,16 @@ AWStats Changelog 4.1 +- Fixed a bug of vampired memory and abnormal disk swapping when using + logresolvemerge.pl - New feature: Report exit pages - New feature: Report visits duration +- New option: Added -dir option to choose destination directory + for awstats_buildstaticpages.pl +- Updated AWStats databases +- Updated documentation + + 4.0 diff --git a/tools/logresolvemerge.pl b/tools/logresolvemerge.pl index 070ca30d..a4e89348 100644 --- a/tools/logresolvemerge.pl +++ b/tools/logresolvemerge.pl @@ -21,7 +21,7 @@ use strict; no strict "refs"; # Defines #------------------------------------------------------- my $REVISION='$Revision$'; $REVISION =~ /\s(.*)\s/; $REVISION=$1; -my $VERSION="1.1 (build $REVISION)"; +my $VERSION="1.2 (build $REVISION)"; # ---------- Init variables -------- my $Debug=0;