[MKDoc-commit] Update for 0.74 release

bruno at mkdoc.demon.co.uk bruno at mkdoc.demon.co.uk
Thu Dec 9 14:06:23 GMT 2004


Log Message:
-----------
Update for 0.74 release

Modified Files:
--------------
    MKDoc-XML:
        Changes
        MANIFEST
        META.yml
    MKDoc-XML/lib/MKDoc:
        XML.pm

-------------- next part --------------
Index: MANIFEST
===================================================================
RCS file: /var/spool/cvs/MKDoc-XML/MANIFEST,v
retrieving revision 1.12
retrieving revision 1.13
diff -LMANIFEST -LMANIFEST -u -r1.12 -r1.13
--- MANIFEST
+++ MANIFEST
@@ -32,6 +32,7 @@
 t/300_MKDoc_XML_Tagger.t
 t/301_MKDoc_XML_Tagger_Preserve.t
 t/302_MKDoc_XML_Tagger_Spaces.t
+t/303_MKDoc_XML_Tagger_Nesting.t
 t/400_MKDoc_XML_Stripper.t
 t/401_MKDoc_XML_Stripper_p_not_closing.t
 t/402_MKDoc_XML_Stripper_def.t
Index: META.yml
===================================================================
RCS file: /var/spool/cvs/MKDoc-XML/META.yml,v
retrieving revision 1.2
retrieving revision 1.3
diff -LMETA.yml -LMETA.yml -u -r1.2 -r1.3
--- META.yml
+++ META.yml
@@ -1,7 +1,7 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         MKDoc-XML
-version:      0.73
+version:      0.74
 version_from: lib/MKDoc/XML.pm
 installdirs:  site
 requires:
Index: Changes
===================================================================
RCS file: /var/spool/cvs/MKDoc-XML/Changes,v
retrieving revision 1.38
retrieving revision 1.39
diff -LChanges -LChanges -u -r1.38 -r1.39
--- Changes
+++ Changes
@@ -1,5 +1,8 @@
 Revision history for MKDoc::XML 
 
+0.74 Thu Dec 09 14:00:00 2004
+    - Fix for longstanding bug introduced in 0.66 that resulting in MKDoc::XML::Tagger producing invalid XML.
+
 0.73 Wed Oct 06 12:58:00 2004
     - removed defunct jhiver email address
     - Fixed some 'uninitialized value' problem
Index: XML.pm
===================================================================
RCS file: /var/spool/cvs/MKDoc-XML/lib/MKDoc/XML.pm,v
retrieving revision 1.21
retrieving revision 1.22
diff -Llib/MKDoc/XML.pm -Llib/MKDoc/XML.pm -u -r1.21 -r1.22
--- lib/MKDoc/XML.pm
+++ lib/MKDoc/XML.pm
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '0.73';
+our $VERSION = '0.74';
 
 
 1;


More information about the MKDoc-commit mailing list