- From: Olivier Thereaux <ot@dev.w3.org>
- Date: Fri, 10 Sep 2004 00:41:26 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LogValidator
In directory hutz:/tmp/cvs-serv3421
Modified Files:
Changes Makefile.PL
Log Message:
fixing minor errors in API documentation in POD - preparing for 0.4.1
Index: Changes
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/Changes,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Changes 7 Sep 2004 04:20:28 -0000 1.12
+++ Changes 10 Sep 2004 00:41:24 -0000 1.13
@@ -2,32 +2,37 @@
$Id$
-0.4
+0.4.1 [2004-09-08]
+ - minor documentation fixes
+
+0.4 [2004-09-06]
- improved test suite
- improved API documentation (pod)
- add option with regexps of areas / documents to ignore
- minor fixes / typos corrected
-0.3
+
+0.3 [2004-06-08]
- adding CSSValidator Module
- Adding (experimental) SurveyEngine Module
- adding support for "w3" log format
- changed output for clearer display of results
- added an option to set the From: address in Output::Mail
- the LogValidator now checks for the actual Content-Type of documents with no extension (format negociated)
-0.2
+
+0.2 [2003-05-19]
- adding support to "plain" log format to process simple lists of URIs
- improved HTML output
-0.1.1 May 8th 2003 : maintenance release
+0.1.1 [2003-05-08]
- mostly packaging and documentation issues
-0.1 Apr 15th 2003 : first stable release
+0.1 [2003-04-14]
+ - first stable release
-0.1.beta2 Apr 1st 2003 : beta 2 (after beta test, March 2003)
- - modularized output, with "console output" as default,
- e-mail and HTML output available
+0.1.beta2 [2003-04-01]
+ - modularized output, with "console output" as default, e-mail and HTML output available
- mechanism to avoid parsing too long logfiles
-0.1beta1 Aug 28th, 2002 : beta 1 based on CVS code.
- This first version has 2 modules, Basic and HTMLValidator
+0.1beta1 [2002-08-28]
+ - This first version has 2 modules, Basic and HTMLValidator
Index: Makefile.PL
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/Makefile.PL,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Makefile.PL 10 Aug 2004 05:32:41 -0000 1.12
+++ Makefile.PL 10 Sep 2004 00:41:24 -0000 1.13
@@ -12,7 +12,8 @@
'NAME' => 'W3C::LogValidator',
'DISTNAME' => 'W3C-LogValidator',
'AUTHOR' => 'Olivier Thereaux <ot@w3.org>',
- 'VERSION' => '0.4',
+ 'ABSTRACT' => 'The W3C Log Validator',
+ 'VERSION' => '0.4.1',
'PREREQ_PM' => { 'Exporter' => 0,
'Sys::Hostname' => 0,
'LWP::UserAgent' => 0,
Received on Friday, 10 September 2004 00:41:26 UTC