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/25 16:12:34 UTC

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

Author: bpendleton
Date: Sun Mar 25 16:12:34 2018
New Revision: 1827724

URL: http://svn.apache.org/viewvc?rev=1827724&view=rev
Log:
DERBY-6988: update release notes for 10.14.2

This change updates RELEASE-NOTES.html to contain the 10.14.2.0 fixes.

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=1827724&r1=1827723&r2=1827724&view=diff
==============================================================================
--- db/derby/code/branches/10.14/RELEASE-NOTES.html (original)
+++ db/derby/code/branches/10.14/RELEASE-NOTES.html Sun Mar 25 16:12:34 2018
@@ -1,10 +1,10 @@
 <html lang="en">
-<title>Release Notes for Apache Derby 10.14.1.0</title>
+<title>Release Notes for Apache Derby 10.14.2.0</title>
 <body>
 <h1>
-<a name="Release Notes for Apache Derby 10.14.1.0"></a>Release Notes for Apache Derby 10.14.1.0</h1>
+<a name="Release Notes for Apache Derby 10.14.2.0"></a>Release Notes for Apache Derby 10.14.2.0</h1>
 <div>
-<p>These notes describe the difference between Apache Derby release 10.14.1.0 and the preceding release 10.13.1.1.</p>
+<p>These notes describe the difference between Apache Derby release 10.14.2.0 and the preceding release 10.14.1.0.</p>
 </div>
 <ul>
 <li>
@@ -77,25 +77,15 @@ Support for Java SE 8 is being sunsetted
 
 
 <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>
-
-
 </div>
 <h2>
 <a name="Bug Fixes"></a>Bug Fixes</h2>
 <div>
-<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>
+<p>The following issues are addressed by Derby release 10.14.2.0. These issues are not addressed in the preceding 10.14.1.0 release.</p>
 <table border="2">
 <tr>
 <th>
@@ -103,65 +93,134 @@ 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>
-<td><a href="https://issues.apache.org/jira/browse/DERBY-6936">DERBY-6936</a></td><td>Documentation for changes made as part of DERBY-6904</td>
-</tr>
-<tr>
-<td><a href="https://issues.apache.org/jira/browse/DERBY-6935">DERBY-6935</a></td><td>Test Coverage for added features.</td>
-</tr>
-<tr>
-<td><a href="https://issues.apache.org/jira/browse/DERBY-6918">DERBY-6918</a></td><td>Problem with schema name starting with number followed by a dot</td>
-</tr>
-<tr>
-<td><a href="https://issues.apache.org/jira/browse/DERBY-6916">DERBY-6916</a></td><td>Doc of derbyrun.jar should describe complete list of referenced jars</td>
+<td><a href="https://issues.apache.org/jira/browse/DERBY-6987">DERBY-6987</a></td><td>The default Network Server security policy file could be trimmed down somewhat.</td>
 </tr>
 <tr>
-<td><a href="https://issues.apache.org/jira/browse/DERBY-6906">DERBY-6906</a></td><td>Allow a GENERATED column to explicitly specify NO CYCLE</td>
-</tr>
-<tr>
-<td><a href="https://issues.apache.org/jira/browse/DERBY-6903">DERBY-6903</a></td><td>ALTER TABLE ALTER COLUMN resets CYCLE option of IDENTITY column</td>
-</tr>
-<tr>
-<td><a href="https://issues.apache.org/jira/browse/DERBY-6899">DERBY-6899</a></td><td>Improve docs build.xml to remove CLASSPATH requirement</td>
-</tr>
-<tr>
-<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-6857">DERBY-6857</a></td><td>Deprecate support for building Derby under JDKs 6 and 7</td>
+<td><a href="https://issues.apache.org/jira/browse/DERBY-6986">DERBY-6986</a></td><td>Network Server COMMAND_TESTCONNECTION need not try to open a database</td>
 </tr>
 </table>
 </div>
 <h2>
 <a name="Issues"></a>Issues</h2>
 <div>
-<ul></ul>
-<p>No issues required detailed release notes.</p>
+<ul>
+<li>
+<a href="#Note for DERBY-6987"><span>Note for DERBY-6987: 
+The default Network Server security policy has been simplified.
+</span></a>
+</li>
+<li>
+<a href="#Note for DERBY-6986"><span>Note for DERBY-6986: 
+COMMAND_TESTCONNECTION no longer has database open support.
+</span></a>
+</li>
+</ul>
+<p>Compared with the previous release (10.14.1.0), Derby release 10.14.2.0 introduces the following new features and incompatibilities. These merit your special attention.</p>
+<hr>
+<h3>
+<a name="Note for DERBY-6987"></a>Note for DERBY-6987</h3>
+<div>
+
+
+<h4>Summary of Change</h4>
+
+<p>
+The default Network Server security policy has been simplified.
+</p>
+
+
+
+<h4>Symptoms Seen by Applications Affected by Change</h4>
+
+<p>
+If you start the Network Server without specifying a security
+manager, the Network Server will install a default Java
+security manager that enforces a basic policy. This security
+policy is now simpler than it was in previous releases.
+</p>
+
+
+
+<h4>Incompatibilities with Previous Release</h4>
+
+<p>
+If your Network Server deployment has particular security
+requirements, the default security policy is not right for
+you. You should instead deploy the Network Server with a
+customized security policy file, as described in the
+Security guide.
+</p>
+
+
+
+<h4>Rationale for Change</h4>
+
+<p>
+A simpler default security policy file is preferable, as it
+is easier to understand.
+</p>
+
+
+
+<h4>Application Changes Required</h4>
+
+<p>
+Please review the "Configuring Java security" topic in
+the Security guide for a detailed description of how to
+configure the Network Server security policy.
+</p>
+
+
+
+</div>
+<hr>
+<h3>
+<a name="Note for DERBY-6986"></a>Note for DERBY-6986</h3>
+<div>
+
+
+<h4>Summary of Change</h4>
+
+<p>
+COMMAND_TESTCONNECTION no longer has database open support.
+</p>
+
+
+
+<h4>Symptoms Seen by Applications Affected by Change</h4>
+
+<p>
+The Network Server's COMMAND_TESTCONNECTION operation, which is
+used by the Network Server 'ping' feature, contained code which
+could attempt to open a database specified as part of the 'ping'
+request. This code has been removed.
+</p>
+
+
+<h4>Rationale for Change</h4>
+
+<p>
+It is not necessary to attempt to open a database in order
+to ping the Network Server.
+</p>
+
+
+
+</div>
 </div>
 <h2>
 <a name="Build Environment"></a>Build Environment</h2>
 <div>
-<p>Derby release 10.14.1.0 was built using the following environment:</p>
+<p>Derby release 10.14.2.0 was built using the following environment:</p>
 <ul>
 <li>
 <b>Branch</b> - Source code came from the 10.14 branch.</li>
 <li>
-<b>Machine</b> - Mac OSX 10.11.5.</li>
+<b>Machine</b> - Fedora 27</li>
 <li>
-<b>Ant</b> - Apache Ant(TM) version 1.9.2 compiled on July 8 2013.</li>
+<b>Ant</b> - Apache Ant(TM) version 1.9.5 compiled on May 31 2015</li>
 <li>
-<b>Compiler</b> - 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).</li>
+<b>Compiler</b> - 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)</li>
 </ul>
 </div>
 <h2>