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 rh...@apache.org on 2017/09/19 03:25:31 UTC

svn commit: r1808815 - /db/derby/code/branches/10.14/RELEASE-NOTES.html

Author: rhillegas
Date: Tue Sep 19 03:25:31 2017
New Revision: 1808815

URL: http://svn.apache.org/viewvc?rev=1808815&view=rev
Log:
DERBY-6941: Update 10.14 release notes with version number of RC1; commit derby-6941-07-aa-updateReleaseNotes.diff.

Modified:
    db/derby/code/branches/10.14/RELEASE-NOTES.html

Modified: db/derby/code/branches/10.14/RELEASE-NOTES.html
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.14/RELEASE-NOTES.html?rev=1808815&r1=1808814&r2=1808815&view=diff
==============================================================================
--- db/derby/code/branches/10.14/RELEASE-NOTES.html (original)
+++ db/derby/code/branches/10.14/RELEASE-NOTES.html Tue Sep 19 03:25:31 2017
@@ -1,10 +1,10 @@
 <html lang="en">
-<title>Release Notes for Apache Derby 10.14.0.0</title>
+<title>Release Notes for Apache Derby 10.14.1.0</title>
 <body>
 <h1>
-<a name="Release Notes for Apache Derby 10.14.0.0"></a>Release Notes for Apache Derby 10.14.0.0</h1>
+<a name="Release Notes for Apache Derby 10.14.1.0"></a>Release Notes for Apache Derby 10.14.1.0</h1>
 <div>
-<p>These notes describe the difference between Apache Derby release 10.14.0.0 and the preceding release 10.13.1.1.</p>
+<p>These notes describe the difference between Apache Derby release 10.14.1.0 and the preceding release 10.13.1.1.</p>
 </div>
 <ul>
 <li>
@@ -95,7 +95,7 @@ This is a feature release. The following
 <h2>
 <a name="Bug Fixes"></a>Bug Fixes</h2>
 <div>
-<p>The following issues are addressed by Derby release 10.14.0.0. These issues are not addressed in the preceding 10.13.1.1 release.</p>
+<p>The following issues are addressed by Derby release 10.14.1.0. These issues are not addressed in the preceding 10.13.1.1 release.</p>
 <table border="2">
 <tr>
 <th>
@@ -103,6 +103,15 @@ This is a feature release. The following
 </th><th>Description</th>
 </tr>
 <tr>
+<td><a href="https://issues.apache.org/jira/browse/DERBY-6962">DERBY-6962</a></td><td>Forbid ALTER TABLE ... SET CYCLE on identity columns in pre-10.11 databases</td>
+</tr>
+<tr>
+<td><a href="https://issues.apache.org/jira/browse/DERBY-6961">DERBY-6961</a></td><td>SET CYCLE fails to let an identity column cycle if the range is already exhausted</td>
+</tr>
+<tr>
+<td><a href="https://issues.apache.org/jira/browse/DERBY-6959">DERBY-6959</a></td><td>Require the Standard SET keyword in the syntax for changing the cycle behavior of identity columns</td>
+</tr>
+<tr>
 <td><a href="https://issues.apache.org/jira/browse/DERBY-6956">DERBY-6956</a></td><td>Create table as Select cannot copy Decimal columns</td>
 </tr>
 <tr>
@@ -130,7 +139,7 @@ This is a feature release. The following
 <td><a href="https://issues.apache.org/jira/browse/DERBY-6898">DERBY-6898</a></td><td>Improve developer documentation for docs</td>
 </tr>
 <tr>
-<td><a href="https://issues.apache.org/jira/browse/DERBY-6726">DERBY-6726</a></td><td>NPE from trigger</td>
+<td><a href="https://issues.apache.org/jira/browse/DERBY-6857">DERBY-6857</a></td><td>Deprecate support for building Derby under JDKs 6 and 7</td>
 </tr>
 </table>
 </div>
@@ -143,7 +152,7 @@ This is a feature release. The following
 <h2>
 <a name="Build Environment"></a>Build Environment</h2>
 <div>
-<p>Derby release 10.14.0.0 was built using the following environment:</p>
+<p>Derby release 10.14.1.0 was built using the following environment:</p>
 <ul>
 <li>
 <b>Branch</b> - Source code came from the 10.14 branch.</li>