From: Grant M. <gr...@us...> - 2005-01-29 04:22:19
|
Update of /cvsroot/perl-xml/xml-simple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20656 Modified Files: Changes README Log Message: - for 2.14 release Index: Changes =================================================================== RCS file: /cvsroot/perl-xml/xml-simple/Changes,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- Changes 17 Nov 2004 09:01:00 -0000 1.18 +++ Changes 29 Jan 2005 04:22:10 -0000 1.19 @@ -1,5 +1,8 @@ Revision history for Perl module XML::Simple +2.14 Jan 29 2005 + - unlink and lock fixes for VMS (patch from Peter (Stig) Edwards) + 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 Index: README =================================================================== RCS file: /cvsroot/perl-xml/xml-simple/README,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- README 17 Nov 2004 09:01:01 -0000 1.18 +++ README 29 Jan 2005 04:22:10 -0000 1.19 @@ -56,7 +56,7 @@ STATUS - This version (2.13) is the current stable release. + This version (2.14) is the current stable release. Please send any feedback to the author: gr...@cp... |