You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by bp...@apache.org on 2018/03/19 01:15:40 UTC

svn commit: r1827155 - /db/derby/code/branches/10.14/releaseSummary.xml

Author: bpendleton
Date: Mon Mar 19 01:15:40 2018
New Revision: 1827155

URL: http://svn.apache.org/viewvc?rev=1827155&view=rev
Log:
DERBY-6988: update releaseSummary.xml


Modified:
    db/derby/code/branches/10.14/releaseSummary.xml

Modified: db/derby/code/branches/10.14/releaseSummary.xml
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.14/releaseSummary.xml?rev=1827155&r1=1827154&r2=1827155&view=diff
==============================================================================
--- db/derby/code/branches/10.14/releaseSummary.xml (original)
+++ db/derby/code/branches/10.14/releaseSummary.xml Mon Mar 19 01:15:40 2018
@@ -33,7 +33,7 @@ with real information.
     E.g.: 10.2.1.7
 
 -->
-<previousReleaseID>10.13.1.1</previousReleaseID>
+<previousReleaseID>10.14.1.0</previousReleaseID>
 
 <!--
     Identifier(s) of previously released versions. Any issue that was fixed in
@@ -47,10 +47,10 @@ with real information.
 <buildInfo>
 
   <!-- Machine environment. E.g.:  Cygwin on Microsoft Windows XP Professional Version 2002 Service Pack 2. -->
-  <machine>Mac OSX 10.11.5.</machine>
+  <machine>Fedora 27</machine>
 
   <!-- Ant version. E.g.:  Apache Ant version 1.6.5 compiled on June 2 2005. -->
-  <antVersion>Apache Ant(TM) version 1.9.2 compiled on July 8 2013.</antVersion>
+  <antVersion>Apache Ant(TM) version 1.9.5 compiled on May 31 2015</antVersion>
 
   <!--
          Say which compilers you used.
@@ -59,7 +59,7 @@ with real information.
            The 1.4.2_12-b03 javac was used to compile all classes
            except for the JDBC4 drivers. The JDBC4 driver classes were compiled using the 1.6.0-b105 javac.
   -->
-  <compilers>All classes were compiled by the javac from the 1.8.0_101 JDK, Java HotSpot(TM) 64-Bit Server VM (build 25.101-b13, mixed mode).</compilers>
+  <compilers>All classes were compiled by the javac from the 1.8.0_151 JDK, OpenJDK 64-Bit Server VM (build 25.151-b12, mixed mode)</compilers>
 
 </buildInfo>
 
@@ -96,15 +96,9 @@ Support for Java SE 8 is being sunsetted
 <newFeatures>
 
 <p>
-This is a feature release. The following new features were added:
+This is a patch release. No new features have been added.
 </p>
 
-<ul>
-
-<li><b>ALTER TABLE cycling</b> - The ALTER TABLE command can now change the cycling behavior of auto-increment columns. See the section on this statement in the Derby Reference Manual.</li>
-
-</ul>
-
 </newFeatures>
 
 <!--