You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by bi...@apache.org on 2008/12/02 01:04:56 UTC

svn commit: r722306 - /webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/RELEASE-NOTE.txt

Author: bimargulies
Date: Mon Dec  1 16:04:56 2008
New Revision: 722306

URL: http://svn.apache.org/viewvc?rev=722306&view=rev
Log:
Write release notes for 1.4.3.

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=722306&r1=722305&r2=722306&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 Mon Dec  1 16:04:56 2008
@@ -2,27 +2,26 @@
        XMLSchema ${version} Release Notes
  ====================================
 
-This is the release of XMLSchema ${version} of Apache WS-Commons. This release includes
-numerous bug fixes and a new feature addition that enables users to register
-extension types with the schema parser.
+This is the release of XMLSchema ${version} of Apache WS-Commons.
 
 XMLSchema is a lightweight schema object model that can be used to manipulate 
-and generate XML schema representations. It has no external dependencies
+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. If you like
-to help us shape XMLSchema any contribution in the form of coding, testing,
-submitting improvements to the documentation, and reporting bugs are always
-welcome.
-
-Major Changes since the last release
-
-  * The behavior of the getElementByName(QName name) and getTypeByName(QName name) has
-    changed. Now this method triggers a search in the complete schema tree (including imported and
-    included schemas) for the specified type. 
-  * Two new methods have been added etElementByName(String name) and getTypeByName(String name) which
-    would perform the search only in the current schema.
-    
+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.
+
+This release fixes the following defects:
+
+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
+
 Thanks for your interest in XMLSchema!
 
-- The XMLSchema Development Team
+- The XMLSchema Development Team (commons-dev@ws.apache.org)
+