]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Updated documentation.
authoreldy <>
Sun, 4 Jan 2004 17:40:36 +0000 (17:40 +0000)
committereldy <>
Sun, 4 Jan 2004 17:40:36 +0000 (17:40 +0000)
README.TXT
docs/awstats.pdf
docs/awstats_tools.html
tools/logresolvemerge.pl

index 11419828e8e9a8ce7b82a114229eccba5d7279f4..90ea9f49cd69325708928ff1d54b94a0d72beecd 100644 (file)
@@ -11,9 +11,9 @@ It works with IIS 5.0+, Apache and all major web, wap, proxy, streaming
 server log files (and even ftp servers or mail logs) on all Operating Systems.
 
 License: GNU GPL (GNU General Public License. See LICENSE file),
-         OSI Certified Open Source Software.
+         OSI Certified Open Source Software license.
 Version: 6.0
-Release date: December 2003
+Release date: January 2004
 Platforms: All (Linux, NT, SCO, BSD, Solaris and other *NIX's, BeOS, OS/2...)
 Author: Laurent Destailleur <eldy@users.sourceforge.net>
 AWStats official web site and latest version: http://awstats.sourceforge.net
index b45e6f89d4025978c85eb08ba6033eb7da60c2eb..e3cba42fd4b0d340dfce8fd2b79db56369754eae 100644 (file)
Binary files a/docs/awstats.pdf and b/docs/awstats.pdf differ
index 31a0830e55e8429811e57d1d2c8b022a71fbc4ec..e99190b323b44b3e117f0c5ba7a04e928e538298 100644 (file)
@@ -171,6 +171,9 @@ All those tools are available in <b>tools</b> directory of AWStats distribution.
 <br>WARNING: If log files are old MAC text files (lines ended with CR char), you
 <br>can't run this tool on Win or Unix platforms.
 <br>
+<br>WARNING: Because of important memory holes in ActiveState Perl version, use
+<br>another Perl interpreter if you need to process large lof files.
+<br>
 <br>Now supports/detects:
 <br>  Automatic detection of log format
 <br>  Files can be .gz/.bz2 files if zcat/bzcat tools are available in PATH.
index 76863157c4dc0bfe010a3b6391b3f490a8badd2d..1f974a53ffcbabc6d1f368da17bc7f75988f1c5c 100644 (file)
@@ -330,6 +330,9 @@ if (scalar @ParamFile == 0) {
        print "WARNING: If log files are old MAC text files (lines ended with CR char), you\n";
        print "can't run this tool on Win or Unix platforms.\n";
        print "\n";
+       print "WARNING: Because of important memory holes in ActiveState Perl version, use\n";
+       print "another Perl interpreter if you need to process large lof files.\n";
+       print "\n";
        print "Now supports/detects:\n";
        print "  Automatic detection of log format\n";
        print "  Files can be .gz/.bz2 files if zcat/bzcat tools are available in PATH.\n";