Update of /cvsroot/perl-xml/xml-simple
In directory usw-pr-cvs1:/tmp/cvs-serv6595
Modified Files:
Changes README
Log Message:
- updated change log for new release
- notice re beta status
Index: Changes
===================================================================
RCS file: /cvsroot/perl-xml/xml-simple/Changes,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Changes 2002/01/19 22:04:17 1.2
+++ Changes 2002/02/05 22:25:16 1.3
@@ -1,6 +1,6 @@
Revision history for Perl module XML::Simple
-1.07b Jan ?? 2002 - limited distribution beta
+1.07b Feb 05 2002 - beta release for testing SAX support
- added SAX support including:
+ using SAX parsers
+ acting as a SAX handler
Index: README
===================================================================
RCS file: /cvsroot/perl-xml/xml-simple/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- README 2002/01/19 22:09:36 1.2
+++ README 2002/02/05 22:25:16 1.3
@@ -3,6 +3,17 @@
XML::Simple - Easy API to read/write XML (esp config files)
+ ******* WARNING ******* WARNING ******* WARNING ******* WARNING *******
+
+ This release (1.07b) 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)
+
+ ******* WARNING ******* WARNING ******* WARNING ******* WARNING *******
+
+
PREREQUISITES
XML::Simple requires a module capable of parsing XML - either XML::SAX or
@@ -33,9 +44,10 @@
STATUS
- This version (1.07b) is a limited distribution beta release - the first
- version to support SAX. If you encounter any problems installing or
- running this release, please contact the author.
+ This version (1.07b) 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
believed to be thread-safe.
|