From: Grant M. <gr...@us...> - 2004-11-17 09:01:10
|
Update of /cvsroot/perl-xml/xml-simple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19491 Modified Files: Changes README Log Message: - for 2.13 release Index: Changes =================================================================== RCS file: /cvsroot/perl-xml/xml-simple/Changes,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- Changes 5 Apr 2004 09:13:08 -0000 1.17 +++ Changes 17 Nov 2004 09:01:00 -0000 1.18 @@ -1,5 +1,15 @@ Revision history for Perl module XML::Simple +2.13 Nov 17 2004 + - Fixed bug where NoIndent broke KeyAttr (reported by David Haas) + - Added copy_hash helper method which may be overridden to avoid + tied hashes becoming untied during XMLout (patch from Jan Sundberg) + - Fixed bug where GroupTags corrupted source hashref in XMLout + (reported by Bram) + - Tweaks to SuppressEmpty for undef with XMLout (report from jamesb), + behaviour now matches docs and additional behaviour of setting + option to 1 will skip undefined values altogether + 2.12 Apr 05 2004 - added NumericEscape option - added ValueAttr option (patch from Anton Berezin) Index: README =================================================================== RCS file: /cvsroot/perl-xml/xml-simple/README,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- README 5 Apr 2004 09:13:08 -0000 1.17 +++ README 17 Nov 2004 09:01:01 -0000 1.18 @@ -56,7 +56,7 @@ STATUS - This version (2.12) is the current stable release. + This version (2.13) is the current stable release. Please send any feedback to the author: gr...@cp... |