From: Grant M. <gr...@us...> - 2004-04-05 09:25:45
|
Update of /cvsroot/perl-xml/xml-simple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6444 Modified Files: Changes README Log Message: - for the 2.12 release Index: Changes =================================================================== RCS file: /cvsroot/perl-xml/xml-simple/Changes,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- Changes 2 Mar 2004 08:18:01 -0000 1.16 +++ Changes 5 Apr 2004 09:13:08 -0000 1.17 @@ -1,6 +1,11 @@ Revision history for Perl module XML::Simple -2.11 Mar 31 2004 +2.12 Apr 05 2004 + - added NumericEscape option + - added ValueAttr option (patch from Anton Berezin) + - suppress 'wide character in print' warning (reported by Dawei Lin) + +2.11 Mar 02 2004 - Fixed hash ordering assumption in a new test (reported by Jost Krieger) 2.10 Feb 29 2004 Index: README =================================================================== RCS file: /cvsroot/perl-xml/xml-simple/README,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- README 2 Mar 2004 08:18:01 -0000 1.16 +++ README 5 Apr 2004 09:13:08 -0000 1.17 @@ -56,27 +56,10 @@ STATUS - This version (2.11) is the current stable release. + This version (2.12) is the current stable release. Please send any feedback to the author: gr...@cp... - -NEW IN THIS RELEASE - - Fix for a broken test - - New in Version 2.10 - - Added AttrIndent option (patch from Volker Moell) - - Hash keys are now sorted alphabetically by default; enable the new - NoSort option if you don't want this (patch from Volker Moell) - - Fixed bug where disabling array folding broke anonymous array handling - - Fixed bug when unfolding a tied hash - - SuppressEmpty patch from Douglas Wilson - - Numerous test improvements - Devel::Cover rocks! - - POD updates - - New in Version 2.09 - - test fixes and POD updates - See 'Changes' for a detailed history. See 'perldoc XML::Simple' for full documentation. @@ -86,7 +69,7 @@ COPYRIGHT - Copyright 1999-2003 Grant McLean <gr...@cp...> + Copyright 1999-2004 Grant McLean <gr...@cp...> This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. |