Author: dkulp
Date: Fri Apr 6 16:54:09 2012
New Revision: 1310479
URL: http://svn.apache.org/viewvc?rev=1310479&view=rev
Log:
Update release notes
Modified:
webservices/xmlschema/trunk/RELEASE-NOTE.txt
Modified: webservices/xmlschema/trunk/RELEASE-NOTE.txt
URL:
http://svn.apache.org/viewvc/webservices/xmlschema/trunk/RELEASE-NOTE.txt?rev=1310479&r1=1310478&r2=1310479&view=diff
==============================================================================
--- webservices/xmlschema/trunk/RELEASE-NOTE.txt (original)
+++ webservices/xmlschema/trunk/RELEASE-NOTE.txt Fri Apr 6 16:54:09 2012
@@ -1,8 +1,8 @@
====================================
- Apache XMLSchema 2.0.1 Release Notes
+ Apache XMLSchema 2.0.2 Release Notes
====================================
-This is the release of Apache XMLSchema 2.0.1.
+This is the release of Apache XMLSchema 2.0.2.
XMLSchema is a lightweight schema object model that can be used to manipulate
and generate XML schema representations. It has few external dependencies
@@ -15,15 +15,13 @@ to the documentation, and reporting bugs
This release fixes the following defects:
** Bug
- * [XMLSCHEMA-5] - xs:selector and xs:field are not supported
- * [XMLSCHEMA-8] - Relative path in multiple import/include failed when
reading a schema
- * [XMLSCHEMA-10] - Serialized xs:restriction puts xs:attribute before
xs:simpleType when it should not
- * [XMLSCHEMA-13] - NullPointerException in NamespaceMap.getNamespaceURI()
method
- * [XMLSCHEMA-17] - incorrect link to tuitorial
+ * [XMLSCHEMA-18] - tomcat6 memory leak
+ * [XMLSCHEMA-20] - Serializing an XmlSchema that imports another schema
that doesn't have targetNamespace results in the import having a namespace
attribute with empty value
+ * [XMLSCHEMA-22] - enum parsing is locale specific
+ * [XMLSCHEMA-23] - Namespace declarations for extensor attributes are lost
** Improvement
- * [XMLSCHEMA-12] - XmlSchemaCollection.init() should initialize simple
types inheritance as specified in the specification.
- * [XMLSCHEMA-16] - XmlSchemaSerializer doesn't serialize union
memberTypesQNames
+ * [XMLSCHEMA-24] - When serializing DOM, use setAttributeNS instead of
setAttribute
Thanks for your interest in XMLSchema!