From: Grant M. <gr...@us...> - 2003-04-16 10:24:00
|
Update of /cvsroot/perl-xml/xml-simple In directory sc8-pr-cvs1:/tmp/cvs-serv15758 Modified Files: Changes README Log Message: - for release 2.05 Index: Changes =================================================================== RCS file: /cvsroot/perl-xml/xml-simple/Changes,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- Changes 10 Apr 2003 10:21:29 -0000 1.9 +++ Changes 16 Apr 2003 10:23:55 -0000 1.10 @@ -1,6 +1,15 @@ Revision history for Perl module XML::Simple -2.04 Mar 10 2004 +2.05 Apr 16 2003 + - fixed warnings when NormaliseSpace undefined (reported by Peter + Scott and others) + - added support for specifying ForceArray using regular expressions + (patch from Jim Cromie) + - added check to escape_value to guard against undefined argument + (reported by Henrik Gemal) + - added NoIndent option (requested by Afroze Husain Zubairi) + +2.04 Apr 10 2003 - integrated a patch from Michel Rodriguez + new facility for removing extra levels of indirection (using the new 'GroupTags' option) Index: README =================================================================== RCS file: /cvsroot/perl-xml/xml-simple/README,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- README 10 Apr 2003 10:21:29 -0000 1.9 +++ README 16 Apr 2003 10:23:55 -0000 1.10 @@ -56,12 +56,22 @@ STATUS - This version (2.04) is the current stable release. + This version (2.05) is the current stable release. Please send any feedback to the author: gr...@cp... NEW IN THIS RELEASE + - fixed warnings when NormaliseSpace undefined (reported by Peter + Scott and others) + - added support for specifying ForceArray using regular expressions + (patch from Jim Cromie) + - added check to escape_value to guard against undefined argument + (reported by Henrik Gemal) + - added NoIndent option (requested by Afroze Husain Zubairi) + + + New in Version 2.04 - new 'GroupTags' option (patch from Michel Rodriguez) - optionally collapse 'content' hashes to scalars after folding (also from Michel) |