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 li...@apache.org on 2010/09/22 00:36:51 UTC

svn commit: r999677 - in /db/derby/code/branches/10.6: RELEASE-NOTES.html releaseSummary.xml

Author: lilywei
Date: Tue Sep 21 22:36:51 2010
New Revision: 999677

URL: http://svn.apache.org/viewvc?rev=999677&view=rev
Log:
DERBY-4787 After cancel 10.6.2.0 release candidate, changing information in releaseSummary.xml and RELEASE-NOTES.html to reflect new check-in to 10.6 branch for 10.6.2.1 release.

Modified:
    db/derby/code/branches/10.6/RELEASE-NOTES.html
    db/derby/code/branches/10.6/releaseSummary.xml

Modified: db/derby/code/branches/10.6/RELEASE-NOTES.html
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.6/RELEASE-NOTES.html?rev=999677&r1=999676&r2=999677&view=diff
==============================================================================
--- db/derby/code/branches/10.6/RELEASE-NOTES.html (original)
+++ db/derby/code/branches/10.6/RELEASE-NOTES.html Tue Sep 21 22:36:51 2010
@@ -1,10 +1,10 @@
 <html>
-<title>Release Notes for Derby 10.6.2.0</title>
+<title>Release Notes for Derby 10.6.2.1</title>
 <body>
 <h1>
-<a name="Release Notes for Derby 10.6.2.0"></a>Release Notes for Derby 10.6.2.0</h1>
+<a name="Release Notes for Derby 10.6.2.1"></a>Release Notes for Derby 10.6.2.1</h1>
 <blockquote>
-<p>These notes describe the difference between Derby release 10.6.2.0 and the preceding release 10.6.1.0.</p>
+<p>These notes describe the difference between Derby release 10.6.2.1 and the preceding release 10.6.1.0.</p>
 </blockquote>
 <ul>
 <li>
@@ -60,12 +60,15 @@ This is a bug fix release which also pro
 <h2>
 <a name="Bug Fixes"></a>Bug Fixes</h2>
 <blockquote>
-<p>The following issues are addressed by Derby release 10.6.2.0. These issues are not addressed in the preceding 10.6.1.0 release.</p>
+<p>The following issues are addressed by Derby release 10.6.2.1. These issues are not addressed in the preceding 10.6.1.0 release.</p>
 <table border="2">
 <tr>
 <td><b>Issue Id</b></td><td><b>Description</b></td>
 </tr>
 <tr>
+<td><a href="https://issues.apache.org/jira/browse/DERBY-4798">DERBY-4798</a></td><td>NPE in nested outer join</td>
+</tr>
+<tr>
 <td><a href="https://issues.apache.org/jira/browse/DERBY-4770">DERBY-4770</a></td><td>Files missing svn:eol-style (August 2010)</td>
 </tr>
 <tr>
@@ -75,6 +78,9 @@ This is a bug fix release which also pro
 <td><a href="https://issues.apache.org/jira/browse/DERBY-4747">DERBY-4747</a></td><td>ttestSetPortPriority junit test failing in tinderbox runs with junit.framework.AssertionFailedError: Port 1537 exceeeds expected maximum.</td>
 </tr>
 <tr>
+<td><a href="https://issues.apache.org/jira/browse/DERBY-4736">DERBY-4736</a></td><td>ASSERT FAIL when code generating a column reference in a join predicate in presence of other outer join reordering</td>
+</tr>
+<tr>
 <td><a href="https://issues.apache.org/jira/browse/DERBY-4731">DERBY-4731</a></td><td>XA two phase commit with active  GLOBAL TEMPORARY TABLE causes  An internal error identified by RawStore module</td>
 </tr>
 <tr>
@@ -87,6 +93,9 @@ This is a bug fix release which also pro
 <td><a href="https://issues.apache.org/jira/browse/DERBY-4715">DERBY-4715</a></td><td>Write jvm information and path of derby.jar to derby.log</td>
 </tr>
 <tr>
+<td><a href="https://issues.apache.org/jira/browse/DERBY-4712">DERBY-4712</a></td><td>Complex nested joins problems</td>
+</tr>
+<tr>
 <td><a href="https://issues.apache.org/jira/browse/DERBY-4706">DERBY-4706</a></td><td>Remove stale and potentially unused code Request.writeEncryptedScalarStream</td>
 </tr>
 <tr>
@@ -156,6 +165,9 @@ This is a bug fix release which also pro
 <td><a href="https://issues.apache.org/jira/browse/DERBY-4548">DERBY-4548</a></td><td>would like an alternative location for ant.properties</td>
 </tr>
 <tr>
+<td><a href="https://issues.apache.org/jira/browse/DERBY-4471">DERBY-4471</a></td><td>Left outer join reassociation rewrite gives wrong result</td>
+</tr>
+<tr>
 <td><a href="https://issues.apache.org/jira/browse/DERBY-4211">DERBY-4211</a></td><td>'derbyall/encryptionAll/storemats.fail:store/updatelocksJDBC30.sql' fails with unexpected locks</td>
 </tr>
 <tr>
@@ -181,7 +193,7 @@ This is a bug fix release which also pro
 <h2>
 <a name="Issues"></a>Issues</h2>
 <blockquote>
-<p>Compared with the previous release (10.6.1.0), Derby release 10.6.2.0 introduces the following new features and incompatibilities. These merit your special attention.</p>
+<p>Compared with the previous release (10.6.1.0), Derby release 10.6.2.1 introduces the following new features and incompatibilities. These merit your special attention.</p>
 <ul>
 <li>
 <a href="#Note for DERBY-4677">
@@ -368,7 +380,7 @@ The application needs to specify a diffe
 <h2>
 <a name="Build Environment"></a>Build Environment</h2>
 <blockquote>
-<p>Derby release 10.6.2.0 was built using the following environment:</p>
+<p>Derby release 10.6.2.1 was built using the following environment:</p>
 <ul>
 <li>
 <b>Branch</b> - Source code came from the 10.6 branch.</li>

Modified: db/derby/code/branches/10.6/releaseSummary.xml
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.6/releaseSummary.xml?rev=999677&r1=999676&r2=999677&view=diff
==============================================================================
--- db/derby/code/branches/10.6/releaseSummary.xml (original)
+++ db/derby/code/branches/10.6/releaseSummary.xml Tue Sep 21 22:36:51 2010
@@ -31,7 +31,7 @@ with real information.
 
     E.g.: 10.3.0.3
 -->
-<releaseID>10.6.2.0</releaseID>
+<releaseID>10.6.2.1</releaseID>
 
 <!--
     Identifier of previous release. The release notes describe the