Author: bimargulies Date: Sun Sep 19 13:44:09 2010 New Revision: 998662 URL: http://svn.apache.org/viewvc?rev=998662&view=rev Log: Update release notes for proposed 1.4.7.
Modified: webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/RELEASE-NOTE.txt Modified: webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/RELEASE-NOTE.txt URL: http://svn.apache.org/viewvc/webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/RELEASE-NOTE.txt?rev=998662&r1=998661&r2=998662&view=diff ============================================================================== --- webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/RELEASE-NOTE.txt (original) +++ webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/RELEASE-NOTE.txt Sun Sep 19 13:44:09 2010 @@ -1,14 +1,20 @@ -==================================== -This is the release of XMLSchema 1.4.6 of Apache WS-Commons. -==================================== - -XMLSchema is a lightweight schema object model that can be used to manipulate -and generate XML schema representations. It has few external dependencies -and can be easily integrated into an existing project. - -You are welcome to kick the tires and get XMLSchema on the move. Any -contribution in the form of coding, testing, submitting improvements -to the documentation, and reporting bugs are always welcome. + +Release Notes - WS-Commons - Version XmlSchema 1.4.7 + +Changes since 1.4.6: + +** Bug + * [WSCOMMONS-484] - Performance enhancement for build from DOM + * (WSCOMMONS-361) breaks Xerces DOM + Node's Java serializability + * [WSCOMMONS-537] - Cached NodeNamespaceContext causes problems when a new namespace is added + * [WSCOMMONS-539] - Infinite loop in XmlSchemaSerializer. setupNamespaces + +** Improvement + * [WSCOMMONS-520] - Add a setEntityResolver() to be used in XmlSchemaCollection.read + * [WSCOMMONS-559] - Utils to ease use of XmlSchema in determining + * instance attribute types + Bugs fixed since XmlSchema 1.4.5: