Skip to content

Commit

Permalink
10.4 release preparations: Bump version number in releaseSummary.xml …
Browse files Browse the repository at this point in the history
…and check in new version of release notes

git-svn-id: https://svn.apache.org/repos/asf/db/derby/code/branches/10.4@648738 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Dyre Tjeldvoll committed Apr 16, 2008
1 parent a6c9601 commit 8bd0e69
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 deletions RELEASE-NOTES.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<html>
<title>Release Notes for Derby 10.4.1.2</title>
<title>Release Notes for Derby 10.4.1.3</title>
<body>
<h1>
<a name="Release Notes for Derby 10.4.1.2"></a>Release Notes for Derby 10.4.1.2</h1>
<a name="Release Notes for Derby 10.4.1.3"></a>Release Notes for Derby 10.4.1.3</h1>
<blockquote>
<p>These notes describe the difference between Derby release 10.4.1.2 and the preceding release 10.3.2.1.</p>
<p>These notes describe the difference between Derby release 10.4.1.3 and the preceding release 10.3.2.1.</p>
</blockquote>
<ul>
<li>
Expand Down Expand Up @@ -109,12 +109,15 @@ <h2>
<h2>
<a name="Bug Fixes"></a>Bug Fixes</h2>
<blockquote>
<p>The following issues are addressed by Derby release 10.4.1.2. These issues are not addressed in the preceding 10.3.2.1 release.</p>
<p>The following issues are addressed by Derby release 10.4.1.3. These issues are not addressed in the preceding 10.3.2.1 release.</p>
<table border="2">
<tr>
<td><b>Issue Id</b></td><td><b>Description</b></td>
</tr>
<tr>
<td><a href="http://issues.apache.org/jira/browse/DERBY-3603">DERBY-3603</a></td><td>'IN' clause ignores valid results, incorrect qualifier handling suspected</td>
</tr>
<tr>
<td><a href="http://issues.apache.org/jira/browse/DERBY-3589">DERBY-3589</a></td><td>AllocPage.createPage() doesn't initialize minimumRecordSize correctly</td>
</tr>
<tr>
Expand Down Expand Up @@ -151,6 +154,9 @@ <h2>
<td><a href="http://issues.apache.org/jira/browse/DERBY-3350">DERBY-3350</a></td><td>SQL CAST always marks its type as nullable even if the expression to be cast is not nullable</td>
</tr>
<tr>
<td><a href="http://issues.apache.org/jira/browse/DERBY-3347">DERBY-3347</a></td><td>ERROR XSDB3: Container information cannot change once written</td>
</tr>
<tr>
<td><a href="http://issues.apache.org/jira/browse/DERBY-3343">DERBY-3343</a></td><td>Subsequent calls to PreparedStatement cause SQLIntegrityConstraintViolationException on column that is "Generated always"</td>
</tr>
<tr>
Expand Down Expand Up @@ -326,7 +332,7 @@ <h2>
<h2>
<a name="Issues"></a>Issues</h2>
<blockquote>
<p>Compared with the previous release (10.3.2.1), Derby release 10.4.1.2 introduces the following new features and incompatibilities. These merit your special attention.</p>
<p>Compared with the previous release (10.3.2.1), Derby release 10.4.1.3 introduces the following new features and incompatibilities. These merit your special attention.</p>
<ul>
<li>
<a href="#Note for DERBY-3585">
Expand Down Expand Up @@ -1299,7 +1305,7 @@ <h4>Application Changes Required</h4>
<h2>
<a name="Build Environment"></a>Build Environment</h2>
<blockquote>
<p>Derby release 10.4.1.2 was built using the following environment:</p>
<p>Derby release 10.4.1.3 was built using the following environment:</p>
<ul>
<li>
<b>Branch</b> - Source code came from the 10.4 branch.</li>
Expand Down
2 changes: 1 addition & 1 deletion releaseSummary.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ with real information.
E.g.: 10.3.0.3
-->
<releaseID>10.4.1.2</releaseID>
<releaseID>10.4.1.3</releaseID>

<!--
Identifier of previous release. The release notes describe the
Expand Down

0 comments on commit 8bd0e69

Please sign in to comment.