From general-return-2283-archive-asf-public=cust-asf.ponee.io@attic.apache.org Mon Jun 4 19:36:41 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 6BA20180636 for ; Mon, 4 Jun 2018 19:36:41 +0200 (CEST) Received: (qmail 14010 invoked by uid 500); 4 Jun 2018 17:36:40 -0000 Mailing-List: contact general-help@attic.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@attic.apache.org Delivered-To: mailing list general@attic.apache.org Received: (qmail 13999 invoked by uid 99); 4 Jun 2018 17:36:40 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jun 2018 17:36:40 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id AA80D3A00A7 for ; Mon, 4 Jun 2018 17:36:34 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1832871 - /xmlbeans/trunk/CHANGES.txt Date: Mon, 04 Jun 2018 17:36:34 -0000 To: general@attic.apache.org From: fanningpj@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20180604173634.AA80D3A00A7@svn01-us-west.apache.org> Author: fanningpj Date: Mon Jun 4 17:36:33 2018 New Revision: 1832871 URL: http://svn.apache.org/viewvc?rev=1832871&view=rev Log: update changes.txt Modified: xmlbeans/trunk/CHANGES.txt Modified: xmlbeans/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/xmlbeans/trunk/CHANGES.txt?rev=1832871&r1=1832870&r2=1832871&view=diff ============================================================================== --- xmlbeans/trunk/CHANGES.txt (original) +++ xmlbeans/trunk/CHANGES.txt Mon Jun 4 17:36:33 2018 @@ -1,9 +1,21 @@ +Changes in V2.7.0 since V2.6.0 + +* XMLBEANS-516: remove unnecessary javax and org.w3c classes +* XMLBEANS-515: remove piccolo support +* XMLBEANS-514: make java 6 the lowest supported runtime +* Fix for XMLBEANS-499: xmlbeans2.6.0.jar contains duplicate class files (causes issues +on Android) +* XMLBEANS-447: Drop the ConcurrentReaderHashMap source code +* Fix for XMLBEANS-404: entitizeContent CDATA loop iterating too many times (causes +assertion error or ArrayIndexOutOfBoundsException in replace) +* Fix for XMLBEANS-332: XMLBeans changes surrogate pair bytes to question marks + 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 +* Entitize \r when not in pretty print, this helps with maintaining \r entities. * Fix validation of integer value containing dot char. * Fix chars in comments to avoid errors in IntelliJ under linux.