You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlbeans.apache.org by ce...@apache.org on 2012/07/23 22:37:58 UTC

svn commit: r1364789 - /xmlbeans/trunk/CHANGES.txt

Author: cezar
Date: Mon Jul 23 20:37:57 2012
New Revision: 1364789

URL: http://svn.apache.org/viewvc?rev=1364789&view=rev
Log:
Added changes for 2.6 release to CHANGES.txt. Contributed by Jerry Sy <je...@oracle.com>.

Modified:
    xmlbeans/trunk/CHANGES.txt

Modified: xmlbeans/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/CHANGES.txt?rev=1364789&r1=1364788&r2=1364789&view=diff
==============================================================================
--- xmlbeans/trunk/CHANGES.txt (original)
+++ xmlbeans/trunk/CHANGES.txt Mon Jul 23 20:37:57 2012
@@ -1,3 +1,39 @@
+Changes in V2.6.0 since V2.5.0
+
+* Add new xml option CopyUseNewSynchronizationDomain used for copy.  
+This fixes the scenario when copy and access (ex. selectPath) are used 
+in a multithreading environment.
+* Entitize \r when not in pretty print, this helps with maintainig \r 
+entities.
+* Fix validation of integer value containing dot char.
+* Fix chars  in comments to avoid errors in IntelliJ under linux.
+* Update durations to latest spec.
+* Fix for compiling schema that contains complex type with simple 
+content that has facets defined in the base simple type
+* Fix for Piccolo lexer when read method returns 0.
+* Fix to preserve the CDATA bookmarks when copy from one xmlobject to 
+another.
+* Fix bug when resizing circular buffer in saver's output stream 
+implementation.
+* Fix for bug when not specifing type for a particle in derived schema 
+type and when minOccurs is 0.
+* Fixed error messages when contain base and derived type names.
+* Introducing a default maximum entity replacement limit of 10kb, it can 
+be controled by using the option XmlOptions.setLoadEntityBytesLimit.
+* Fixed javadoc for inst2xsd and xsd2inst tools.
+* Fix NPE in SchemaTypeImpl.getEnumJavaClass().
+* Added multiple entry points and refactored code for xsd2inst code.
+* Remove org.w3c.dom files from xbean.jar.
+* Add another xpath and xquery interface implementation.
+* Add src/xmlinputstream classes org.apache.xmlbeans.xml.stream.* to 
+xmlpublic.jar.
+* Make bootstrap run twice to avoid GUMP error emails.
+* Fix for bug XMLBEANS-396: GML 3.1.1 generated code fails to compile.
+* Fix for bug XMLBEANS-412: Pattern facet regex requires dash - to be 
+escaped.
+* Fix for bug XMLBEANS-414: error cvc-complex-type.2.1: Element 'XXXX' 
+with empty content type cannot have text or element content.
+
 Changes in V2.5.0 since V2.4.0
 
 * Exit codes for InstanceValidator



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: commits-help@xmlbeans.apache.org