You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ja...@apache.org on 2005/12/03 13:42:30 UTC

svn commit: r351923 - /xerces/xerces-p/trunk/ANNOUNCE

Author: jasons
Date: Sat Dec  3 04:42:22 2005
New Revision: 351923

URL: http://svn.apache.org/viewcvs?rev=351923&view=rev
Log:
update for 2.6

Modified:
    xerces/xerces-p/trunk/ANNOUNCE

Modified: xerces/xerces-p/trunk/ANNOUNCE
URL: http://svn.apache.org/viewcvs/xerces/xerces-p/trunk/ANNOUNCE?rev=351923&r1=351922&r2=351923&view=diff
==============================================================================
--- xerces/xerces-p/trunk/ANNOUNCE (original)
+++ xerces/xerces-p/trunk/ANNOUNCE Sat Dec  3 04:42:22 2005
@@ -1,6 +1,6 @@
 
 ==============================================================================
-                 Release of version 1.7.0-1 of XML::Xerces
+                 Release of version 2.6.0-2 of XML::Xerces
 ==============================================================================
 
 
@@ -8,22 +8,22 @@
     XML::Xerces - Perl Interface to the Apache Xerces XML Parser
 
 DESCRIPTION
-   Because it is based on the Xerces-C parser, XML::Xerces provides a
-   validating XML parser written in a portable subset of C++. XML::Xerces
-   makes it easy to give your application the ability to read and
-   write XML data. Methods are provided for parsing, generating,
-   manipulating, and validating XML documents. XML::Xerces is
-   faithful to the XML 1.0 recommendation and associated standards (
-   DOM 1.0, DOM 2.0. SAX 1.0, SAX 2.0, Namespaces, and support
-   for W3C XML Schema). The parser provides high performance,
-   modularity, and scalability. It also provides full support for
-   Unicode.
 
-   Its fast, its mean, and its got all the buzzwords - what more could
-   you want in an XML parser?
+  XML::Xerces is the Perl API to the Apache project's Xerces XML
+  parser. It is implemented using the Xerces C++ API, and it provides
+  access to *most* of the C++ API from Perl.
+
+  Because it is based on Xerces-C, XML::Xerces provides a validating
+  XML parser that makes it easy to give your application the ability
+  to read and write XML data. Classes are provided for parsing,
+  generating, manipulating, and validating XML documents. XML::Xerces
+  is faithful to the XML 1.0 recommendation and associated standards
+  (DOM levels 1, 2, and 3, SAX 1 and 2, Namespaces, and W3C XML
+  Schema). The parser provides high performance, modularity, and
+  scalability, and provides full support for Unicode.
 
 AUTHORS
-  Jason Stewart: Xerces 1.4 through 1.7 ports
+  Jason Stewart: Xerces 1.4 through 2.6 ports
   Harmon Nine: Xerces 1.3 DOM port
   Fredrick Paul Eisele: Xerces 1.3 DOM port
   Tom Watson: Xerces 1.1 DOM port
@@ -39,34 +39,19 @@
 
 * Perl 5.6.0 or greater
 
-* Xerces-C 1.7.0: available from:
+* Xerces-C 2.6.0: available from:
 
-   http://xml.apache.org/dist/xerces-c/stable/
+   http://www.apache.org/dist/xml/xerces-c/
 
 * properly reading the README
 
 ==============================================================================
 
 CHANGES IN VERSION 1.7.0-1
-        - Second release to mirror Xerces-C-1.7.0 release
-	- Added support for DOM_NodeIterator and DOM_TreeWalker
-	- Added basic support for XMLScanner
-	- DOM_Document's will now stay alive even if the DOMParser
-	  that created them goes out of scope. This means it is
-          possible to have a subroutine that parses a file and returns
-	  the resulting DOM_Document. This used to cause a segfault.
-	- Fixed overloaded InputSource constructors that were using
-          char* versions instead of Unicode versions
-	- Many internal changes that improve code generation and
-          maintenance, thanks to the ever-improving SWIG.
-	- The DOM API is now implemented by the Xerces-C IDOM
-          implementation (see README for issues)
-	- All dynamic casting of DOM_Node*'s is now done internally by
-          the C++ code. This means that calls to DOM_Node::actual_cast
-          are now unnecessary.
-	- ensured that methods which return DOM_NodeList's and
-	  DOM_NamedNodeMap's will never return undef in an array
-          context (instead they return the empty list).
+	- first public 2.6 release
+	- all known memory leaks fixed
+	- all known segfaults fixed (especially with regards to
+          exception handling) - perhaps this will fix AIX?
 
 ==============================================================================
 
@@ -78,6 +63,6 @@
 
 and Apache:
 
-   http://xml.apache.org/dist/xerces-p/stable/
+   http://www.apache.org/xml/dist/xerces-p/
 
 ==============================================================================



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org