Update of /cvsroot/perl-xml/xml-simple
In directory sc8-pr-cvs1:/tmp/cvs-serv2013
Modified Files:
Changes README
Log Message:
- for 2.01 release
Index: Changes
===================================================================
RCS file: /cvsroot/perl-xml/xml-simple/Changes,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Changes 8 Dec 2002 04:10:19 -0000 1.5
+++ Changes 11 Dec 2002 01:54:05 -0000 1.6
@@ -1,5 +1,9 @@
Revision history for Perl module XML::Simple
+2.01 Dec 11 2002
+ - fixed bug whereby :strict mode required forcearray on
+ XMLout() (reported by Ville Skytta)
+
2.00 Dec 08 2002
- first production release with SAX support
- added support for 'strict mode' using :strict import tag
Index: README
===================================================================
RCS file: /cvsroot/perl-xml/xml-simple/README,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- README 8 Dec 2002 04:10:19 -0000 1.5
+++ README 11 Dec 2002 01:54:05 -0000 1.6
@@ -56,13 +56,16 @@
STATUS
- This version (2.00) is the current stable release.
+ This version (2.01) is the current stable release.
Please send any feedback to the author: gr...@cp...
NEW IN THIS RELEASE
+ - fixed bug whereby :strict mode required forcearray on XMLout()
+
+ New in Version 2.00:
- First production release with SAX support
- Added support for 'strict mode' to catch common mistakes
- Removed locking code (as it was incompatible with iThreads)
|