Update of /cvsroot/perl-xml/xml-simple
In directory sc8-pr-cvs1:/tmp/cvs-serv19607
Modified Files:
Changes README
Log Message:
- for release 2.03
Index: Changes
===================================================================
RCS file: /cvsroot/perl-xml/xml-simple/Changes,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Changes 15 Dec 2002 08:09:37 -0000 1.7
+++ Changes 20 Jan 2003 07:48:59 -0000 1.8
@@ -1,5 +1,9 @@
Revision history for Perl module XML::Simple
+2.03 Jan 20 2003
+ - fixed circular reference check which was incorrectly catching
+ 'parallel' references (patch from Theo Lengyel)
+
2.02 Dec 15 2002
- changed Storable calls to use locking (reported by Randal
Schwarz)
Index: README
===================================================================
RCS file: /cvsroot/perl-xml/xml-simple/README,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- README 15 Dec 2002 08:09:37 -0000 1.7
+++ README 20 Jan 2003 07:48:59 -0000 1.8
@@ -56,13 +56,16 @@
STATUS
- This version (2.02) is the current stable release.
+ This version (2.03) is the current stable release.
Please send any feedback to the author: gr...@cp...
NEW IN THIS RELEASE
+ - fixed circular reference check which was incorrectly catching
+ 'parallel' references (patch from Theo Lengyel)
+ New in Version 2.03:
- changed Storable calls to use locking
New in Version 2.01:
@@ -84,7 +87,7 @@
COPYRIGHT
- Copyright 1999-2002 Grant McLean <gr...@cp...>
+ Copyright 1999-2003 Grant McLean <gr...@cp...>
This library is free software; you can redistribute it
and/or modify it under the same terms as Perl itself.
|