From: Grant M. <gr...@us...> - 2002-02-14 21:37:09
|
Update of /cvsroot/perl-xml/xml-simple In directory usw-pr-cvs1:/tmp/cvs-serv658 Modified Files: Changes README Log Message: Updated for release 1.08_01 Index: Changes =================================================================== RCS file: /cvsroot/perl-xml/xml-simple/Changes,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Changes 5 Feb 2002 22:25:16 -0000 1.3 +++ Changes 14 Feb 2002 21:37:04 -0000 1.4 @@ -1,5 +1,15 @@ Revision history for Perl module XML::Simple +1.08_01 Feb 14 2002 - beta release for testing SAX support + - fixed errors with default namespace handling + - minor POD updates + +1.08 Feb 09 2002 + - re-release of 1.06 (stable) with minor updates ... + - searchpath option now defaults to current directory if not set + - fix to Storable test routine for test failures on Win32 + - removed obselete 'convert' script from distribution + 1.07b Feb 05 2002 - beta release for testing SAX support - added SAX support including: + using SAX parsers Index: README =================================================================== RCS file: /cvsroot/perl-xml/xml-simple/README,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- README 5 Feb 2002 22:25:16 -0000 1.3 +++ README 14 Feb 2002 21:37:04 -0000 1.4 @@ -5,11 +5,11 @@ ******* WARNING ******* WARNING ******* WARNING ******* WARNING ******* - This release (1.07b) is a beta release to allow the new SAX code to + This release (1.08_01) is a beta release to allow the new SAX code to be tested on as many platforms as possible. Please try it out if you can and report success/failure to the author. - For production systems, please use the latest stable release (1.06) + For production systems, please use the latest stable release (1.08) ******* WARNING ******* WARNING ******* WARNING ******* WARNING ******* @@ -44,18 +44,24 @@ STATUS - This version (1.07b) is a beta release - to allow testing of the new + This version (1.08_01) is a beta release - to allow testing of the new SAX code. If you encounter any problems installing or running this release, please email the author the complete output of 'make test' (even if your problem does not occur at this point). - The current stable release is version 1.06. This version is + The current stable release is version 1.08. This version is believed to be thread-safe. Please send any feedback to the author: gr...@cp... NEW IN THIS RELEASE + + - fixed errors with default namespace handling + - minor POD updates + + The following additional changes have been made since the last + stable release: - added SAX support including: + using SAX parsers |