From: Grant M. <gr...@us...> - 2003-06-13 10:28:40
|
Update of /cvsroot/perl-xml/xml-simple In directory sc8-pr-cvs1:/tmp/cvs-serv26227 Modified Files: README Changes Log Message: - for release 2.08 Index: README =================================================================== RCS file: /cvsroot/perl-xml/xml-simple/README,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- README 20 May 2003 08:50:09 -0000 1.12 +++ README 13 Jun 2003 10:28:37 -0000 1.13 @@ -56,54 +56,18 @@ STATUS - This version (2.06) is the current stable release. + This version (2.08) is the current stable release. Please send any feedback to the author: gr...@cp... NEW IN THIS RELEASE + - fixed bug - no variable expansion in attributes (patch from Paul Bussé) + + New in Version 2.07 - fixed bug which broke compatibility with Perl 5.005_03 - fixed test problems with Storable - New in Version 2.06 - - bug fix for strict mode requiring ForceArray on output - - New in Version 2.05 - - 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) - - new variable substitution facility via 'Variables' and 'VarAttr' - options (Michel again) - - new 'NormaliseSpace' option (suggested by Alex Manoussakis) - - option names are no longer case-sensitive and can include '_' - - XMLin() and XMLout() aliased to xml_in() and xml_out() - - New in Version 2.03 - - fixed circular reference check which was incorrectly catching - 'parallel' references (patch from Theo Lengyel) - - New in Version 2.02: - - changed Storable calls to use locking - - New in Version 2.01: - - 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) - - POD updates - - Added (updated) FAQ document to distribution See 'Changes' for a detailed history. Index: Changes =================================================================== RCS file: /cvsroot/perl-xml/xml-simple/Changes,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- Changes 20 May 2003 08:50:09 -0000 1.12 +++ Changes 13 Jun 2003 10:28:38 -0000 1.13 @@ -1,13 +1,17 @@ Revision history for Perl module XML::Simple +2.08 Jun 13 2003 + - fixed variable expansion not happening in attributes (patch from Paul + Bussé) + 2.07 May 20 2003 - added test to catch old versions of Storable which lack locking support - removed new-style loop which broke on 5.005_03 - suppress more uninitialised variable warnings 2.06 May 18 2003 - - fixed strict mode requiring ForceArray on output (fix from Igor Roman - Marino) + - fixed strict mode requiring ForceArray on output (fix from Igor Román + Mariño) - fixed warnings about uninitialised values - minor POD update (link to FAQ) |