diff --git a/docs/awstats_changelog.txt b/docs/awstats_changelog.txt
index fbe97d82..a3b4671a 100644
--- a/docs/awstats_changelog.txt
+++ b/docs/awstats_changelog.txt
@@ -2,15 +2,18 @@ AWStats Changelog
-----------------
-4.2
+5.0
-- New feature: Added Plugins support and several working plugins.
-- New feature: Use frame to report (new UseFramesWhenCGI parameter).
-- Rewrite code of reading history files to reduce time and memory to load.
+- New feature: Support DNS cache files for DNS lookup.
+- New feature: Added Plugins support and several working plugins:
+ A GMT correcter, A hash file DNS cache saver/reader...
+- New feature: Use framed report (new UseFramesWhenCGI parameter).
+- Rewrite code to read history files to reduce time and memory to load.
- "Never updated" is now in language files.
- Reduce number of global vars in code.
- New feature: DefaultFile parameter accepts several values.
- New parameter: LogSeparator for log files with exotic separators.
+- New tag for logfile: %WY is replaced by week number in year.
- Added slovak language files.
diff --git a/docs/awstats_compare.html b/docs/awstats_compare.html
index a8b4de91..242f6258 100644
--- a/docs/awstats_compare.html
+++ b/docs/awstats_compare.html
@@ -20,7 +20,7 @@
@@ -182,7 +182,7 @@ when reading it), follow the example:
3.2+ for tag %WM-n
4.0+ for tag %DW-n
4.1+ for tag %NS-n
-4.2+ for tag %WY-n
+5.0+ for tag %WY-n
# "LogFile" contains the web server logfile to analyze.
# You can use a full path or relative path from awstats.pl directory.
# Example: "/var/log/apache/access.log"
@@ -266,7 +266,7 @@ when reading it), follow the example:
# If your log field's separator is not a space, you can change this parameter.
# Example: " "
# Example: "\t"
@@ -277,7 +277,7 @@ when reading it), follow the example:
DNSLookup
-Version : 1.0 + (4.2 + for value 2)
+Version : 1.0 + (5.0 + for value 2)
# If you want to have information on domains/countries visitors, you must ask
# AWStats to make reverse DNS lookup (if not already done in your log file).
# With DNSLookup to 0, all hosts will be reported by their IP addresses and
@@ -390,13 +390,14 @@ when reading it), follow the example:
# AWStats can do reverse DNS lookups through a DNS cache file that is either
# created/updated at run-time, or has been previously created, either by a
# previous run of AWStats, or other tools using same format of DNS cache file.
- # If no path is given in DNS cache file name, AWStats will search and save it
- # into DirData directory.
+ # If no path is gave in DNS cache file name, AWStats will search DirData
+ # directory.
# This option is not used if DNSLookup=0.
+ # Note: DNS cache file must have format: no ipaddress resolved_hostname
# Example: "/mydnscachedir/dnscache"
# Default: "dnscachefile.txt"
#
@@ -524,7 +525,7 @@ when reading it), follow the example:
DefaultFile
-Version : 1.0 + (4.2 + can accept several values)
+Version : 1.0 + (5.0 + can accept several values)
# Default index page name for your web server.
# Example: "default.htm default.html"
# Default: "index.html"
@@ -756,7 +757,7 @@ AWStats 4.1+ supports both keywords AND keyphrases by default with no need of an
# When you use AWStats as a CGI, you can have the reports shown in HTML views.
# Frames are only available for report viewed dynamically. When you build
# pages from command line, this option is not used and no frames are built.
@@ -768,7 +769,7 @@ AWStats 4.1+ supports both keywords AND keyphrases by default with no need of an
# This parameter ask your browser to open detailed reports into a different
# window than the main page.
# Possible values:
@@ -1052,14 +1053,15 @@ color_u,color_v,color_p,color_h,color_k,color_s
@@ -58,8 +58,8 @@
* Works from command line and from a browser as a CGI,
* Update of statistics can be made from a web browser and not only from a scheduler,
* Unlimited log file size, support split log files (load balancing system),
- * Reverse DNS lookup before or during analysis,
- * A lot of options/filters can be defined,
+ * Reverse DNS lookup before or during analysis, support DNS cache files,
+ * A lot of options/filters and plugins can be used,
* Multi-named web sites supported (virtual servers, great for web-hosting providers),
* Several languages. See AWStats F.A.Q. for full list.
diff --git a/docs/index.html b/docs/index.html
index 049227e6..f426a762 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1,11 +1,11 @@
-
+
-
-AWStats logfile analyzer 4.1 Documentation
+
+AWStats logfile analyzer Documentation
@@ -20,7 +20,7 @@
diff --git a/wwwroot/cgi-bin/awstats.model.conf b/wwwroot/cgi-bin/awstats.model.conf
index 6c0ffc22..10da44f4 100644
--- a/wwwroot/cgi-bin/awstats.model.conf
+++ b/wwwroot/cgi-bin/awstats.model.conf
@@ -201,8 +201,8 @@ AllowToUpdateStatsFromBrowser=0
# AWStats can do reverse DNS lookups through a DNS cache file that is either
# created/updated at run-time, or has been previously created, either by a
# previous run of AWStats, or other tools using same format of DNS cache file.
-# If no path is given in DNS cache file name, AWStats will search and save it
-# into DirData directory.
+# If no path is gave in DNS cache file name, AWStats will search DirData
+# directory.
# This option is not used if DNSLookup=0.
# Note: DNS cache file must have format: no ipaddress resolved_hostname
# Example: "/mydnscachedir/dnscache"
@@ -688,31 +688,36 @@ color_x="C1B2E2" # Background color for number of exit pages (Default = "C1B2
# required perl modules are installed.
#
-# Plugin Graph3D:
+# Plugin: Graph3D
+# Perl modules required: Graph3D
# Some reported charts are nice 3D graphics.
#
#LoadPlugin="graph3d" # !!! NOT YET AVAILABLE !!!
-# Plugin HashFiles:
+# Plugin: HashFiles
# AWStats data files as read/saved as native hash files. This increase
# data file loading speed, above all for very large web sites.
+# Perl modules required: Storable
#
-#LoadPlugin="hashfiles" # !!! NOT YET AVAILABLE !!!
+#LoadPlugin="hashfiles"
-# Plugin TimeHiRes:
+# Plugin: TimeHiRes
# Time reported by -showsteps option is in millisecond. For debug purpose.
+# Perl modules required: Time::HiRes
#
#LoadPlugin="timehires"
-# Plugin TimeZone:
+# Plugin: TimeZone
# Allow AWStats to correct a bad timezone for user of IIS that use strange
# log format.
+# Perl modules required: Time::Local
# !!!!!!! This plugin reduces AWStats speed of 40% !!!!!!!
#
#LoadPlugin="timezone +2"
-# Plugin ReadGz:
+# Plugin: ReadGz
# Allow AWStats to read gz log files.
+# Perl modules required: Compress
#
#LoadPlugin="readgz" # !!! NOT YET AVAILABLE !!!