Author: bimargulies
Date: Wed Apr 15 19:31:58 2009
New Revision: 765321
URL: http://svn.apache.org/viewvc?rev=765321&view=rev
Log:
Make 1.4.5 release notes.
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=765321&r1=765320&r2=765321&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
Wed Apr 15 19:31:58 2009
@@ -1,8 +1,6 @@
====================================
- XMLSchema 1.4.4 Release Notes
- ====================================
-
-This is the release of XMLSchema 1.4.4 of Apache WS-Commons.
+This is the release of XMLSchema 1.4.5 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
@@ -12,24 +10,19 @@
contribution in the form of coding, testing, submitting improvements
to the documentation, and reporting bugs are always welcome.
-This release fixes one defect that was introduced in 1.4.3:
-
-WSCOMMONS-436 SchemaBuilder returns a null XmlSchemaAppInfo when
- appinfo element without source attribute.
+Bugs fixed since XmlSchema 1.4.4:
-plus one older defect:
+WSCOMMONS-460
+targetNamespace in schema without a prefixed namespace also defined can cause
empty namespace to be overwritten.
-WSCOMMONS-378 SchemaBuilder::handleSimpleType() doesn't
- call processExtensibilityComponents() for facets
+WSCOMMONS-447
+Serializer requires a namespace context.
-The defect list for 1.4.3 was:
+WSCOMMONS-426
+Serialization gets NPE with no namespace context.
-WSCOMMONS-401 Add support for CDATA in XmlSchemaDocumentation
-WSCOMMONS-396 API lacks functions for global attributes like those for types
and elements
-WSCOMMONS-364 Add getter for schemaResolve
-WSCOMMONS-361 Performance enhancement for build from DOM
-WSCOMMONS-358 DOM level 3 checks don't work properly
-WSCOMMONS-355 xsd:anySimpleType missing from http://www.w3.org/2001/XMLSchema
+WSCOMMONS-283
+Package XmlSchema as on OSGi bundle.
Thanks for your interest in XMLSchema!