perl/modules/W3C/LogValidator Changes,1.22,1.23

Update of /sources/public/perl/modules/W3C/LogValidator
In directory hutz:/tmp/cvs-serv28793

Modified Files:
	Changes 
Log Message:
changelog for upcoming 1.1 version

Index: Changes
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/Changes,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Changes	23 Jun 2006 04:30:53 -0000	1.22
+++ Changes	4 Sep 2007 06:29:14 -0000	1.23
@@ -1,6 +1,18 @@
 Revision history for Perl module W3C::LogValidator
 $Id$
 
+1.1 [2007-09-05]
+  - adding options for the HTML Validator module to show which of the
+    valid, invalid and other (non validable) documents should be listed
+    in the final report. As a result, one can decide only to list the top
+    valid, top invalid, or all documents with their validation status, etc.
+  - supporting additional log format used by e.g squid revers proxy
+  - adding ExcludeCGI option to switch on of off filtering of URIs 
+    with query strings, e.g http://www.example.com/script?foo=bar
+  - fixing the "Basic" (counting the most popular resource) module
+    for input formats which do not include the HTTP response code
+  - bug fixes for LinkReferer module
+
 1.06  [2006-06-23]
 	- first version LinkReferer module tracks top referers for 4xx/5xx resources
 	- limiting results of Basic module to actual resources

Received on Tuesday, 4 September 2007 06:29:19 UTC