From: Grant M. <gr...@us...> - 2002-12-15 08:09:40
|
Update of /cvsroot/perl-xml/xml-simple In directory sc8-pr-cvs1:/tmp/cvs-serv15629 Modified Files: Changes README Log Message: - for release 2.02 Index: Changes =================================================================== RCS file: /cvsroot/perl-xml/xml-simple/Changes,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- Changes 11 Dec 2002 01:54:05 -0000 1.6 +++ Changes 15 Dec 2002 08:09:37 -0000 1.7 @@ -1,5 +1,9 @@ Revision history for Perl module XML::Simple +2.02 Dec 15 2002 + - changed Storable calls to use locking (reported by Randal + Schwarz) + 2.01 Dec 11 2002 - fixed bug whereby :strict mode required forcearray on XMLout() (reported by Ville Skytta) Index: README =================================================================== RCS file: /cvsroot/perl-xml/xml-simple/README,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- README 11 Dec 2002 01:54:05 -0000 1.6 +++ README 15 Dec 2002 08:09:37 -0000 1.7 @@ -56,13 +56,16 @@ STATUS - This version (2.01) is the current stable release. + This version (2.02) is the current stable release. Please send any feedback to the author: gr...@cp... NEW IN THIS RELEASE + - 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: |