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 2009/02/24 02:25:35 UTC

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

Author: bimargulies
Date: Tue Feb 24 01:25:34 2009
New Revision: 747249

URL: http://svn.apache.org/viewvc?rev=747249&view=rev
Log:
Release notes for 1.4.4.

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=747249&r1=747248&r2=747249&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 Tue Feb 24 01:25:34 2009
@@ -1,8 +1,8 @@
  ====================================
-       XMLSchema ${version} Release Notes
+       XMLSchema 1.4.4 Release Notes
  ====================================
 
-This is the release of XMLSchema ${version} of Apache WS-Commons.
+This is the release of XMLSchema 1.4.4 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,7 +12,12 @@
 contribution in the form of coding, testing, submitting improvements
 to the documentation, and reporting bugs are always welcome.
 
-This release fixes the following defects:
+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.
+
+The defect list for 1.4.3 was:
 
 WSCOMMONS-401 	Add support for CDATA in XmlSchemaDocumentation
 WSCOMMONS-396 	API lacks functions for global attributes like those for types and elements