You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@db.apache.org by bp...@apache.org on 2016/09/28 01:33:44 UTC

svn commit: r998438 [6/6] - in /websites/production/db/content/derby: ./ blogs/ dev/ integrate/ manuals/ papers/ papers/DerbyTut/ releases/ skin/

Modified: websites/production/db/content/derby/releases/release-10.7.1.1.html
==============================================================================
--- websites/production/db/content/derby/releases/release-10.7.1.1.html (original)
+++ websites/production/db/content/derby/releases/release-10.7.1.1.html Wed Sep 28 01:33:43 2016
@@ -3,9 +3,8 @@
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta content="Apache Forrest" name="Generator">
-<meta name="Forrest-version" content="0.8">
+<meta name="Forrest-version" content="0.9">
 <meta name="Forrest-skin-name" content="pelt">
-<meta name="generator" content="">
 <title>Apache Derby 10.7.1.1 Release</title>
 <link type="text/css" href="../skin/basic.css" rel="stylesheet">
 <link media="screen" type="text/css" href="../skin/screen.css" rel="stylesheet">
@@ -485,6 +484,7 @@ document.write("Last Published: " + docu
 	          &nbsp;<input value="+a" class="biggerfont" title="Enlarge text" onclick="ndeSetTextSize('incr'); return false;" type="button">
 </div>
 <h1>Apache Derby 10.7.1.1 Release</h1>
+<div id="front-matter">
 <div id="minitoc-area">
 <ul class="minitoc">
 <li>
@@ -535,7 +535,8 @@ document.write("Last Published: " + docu
 </li>
 </ul>
 </div>
-<a name="N10010"></a><a name="Distributions"></a>
+</div>
+<a name="Distributions"></a>
 <h2 class="boxed">Distributions</h2>
 <div class="section">
 <p>Use the links below to download a distribution of Apache Derby. You should <strong>always</strong> <a href="#Verifying Releases">verify the integrity</a> of distribution files downloaded from a mirror.</p>
@@ -568,11 +569,11 @@ document.write("Last Published: " + docu
 <a class="external" href="http://archive.apache.org/dist/db/derby/db-derby-10.7.1.1/derby_ui_doc_plugin_1.1.2.zip">derby_ui_doc_plugin_1.1.2.zip</a> [<a class="external" href="http://archive.apache.org/dist/db/derby/db-derby-10.7.1.1/derby_ui_doc_plugin_1.1.2.zip.asc">PGP</a>] [<a class="external" href="http://archive.apache.org/dist/db/derby/db-derby-10.7.1.1/derby_ui_doc_plugin_1.1.2.zip.md5">MD5</a>]</p>
 <p>Please note: both plugins must be installed for full functionality. For information on installing and using the Derby plugins for Eclipse, please see the <a href="http://db.apache.org/derby/integrate/plugin_howto.html">Using the 10 Core and 1.1 UI Derby plug-ins</a> page.</p>
 </div>
-<a name="N100BC"></a><a name="Release Notes for Apache Derby 10.7.1.1"></a>
+<a name="Release Notes for Apache Derby 10.7.1.1"></a>
 <h2 class="boxed">Release Notes for Apache Derby 10.7.1.1</h2>
 <div class="section">
 <p>These notes describe the difference between Apache Derby release 10.7.1.1 and the preceding release 10.6.2.1.</p>
-<a name="N100C4"></a><a name="Overview"></a>
+<a name="Overview"></a>
 <h3 class="boxed">Overview</h3>
 <p>The most up to date information about Derby releases can be found on the <a href="http://db.apache.org/derby/derby_downloads.html">Derby download page</a>.</p>
 <p>Apache Derby is a pure Java relational database engine using standard SQL and JDBC as its APIs. More information about Derby can be found on the <a href="http://db.apache.org/derby/">Apache web site</a>. Derby functionality includes:</p>
@@ -582,7 +583,7 @@ document.write("Last Published: " + docu
 <li>Network client JDBC drivers</li>
 <li>Command line tools: ij (SQL scripting), dblook (schema dump) and sysinfo (system info)</li>
 </ul>
-<a name="N100DF"></a><a name="New+Features"></a>
+<a name="New+Features"></a>
 <h3 class="boxed">New Features</h3>
 <p>This is a feature release. The following new features were added:</p>
 <ul>
@@ -597,7 +598,7 @@ document.write("Last Published: " + docu
 <li>
 <strong>Unicode database names</strong> - Remote clients can now use database names which include Unicode characters outside the ASCII codeset.</li>
 </ul>
-<a name="N100FC"></a><a name="Bug+Fixes"></a>
+<a name="Bug+Fixes"></a>
 <h3 class="boxed">Bug Fixes</h3>
 <p>The following issues are addressed by Derby release 10.7.1.1. These issues are not addressed in the preceding 10.6.2.1 release.</p>
 <table class="ForrestTable" cellspacing="1" cellpadding="4" border="2">
@@ -1001,16 +1002,16 @@ document.write("Last Published: " + docu
 <td><a class="external" href="https://issues.apache.org/jira/browse/DERBY-462">DERBY-462</a></td><td>DatabaseMetaData method supportsConvert() returns true</td>
 </tr>
 </table>
-<a name="N104A9"></a><a name="Issues"></a>
+<a name="Issues"></a>
 <h3 class="boxed">Issues</h3>
 <p>Compared with the previous release (10.6.2.1), Derby release 10.7.1.1 introduces the following new features and incompatibilities. These merit your special attention.</p>
 <hr>
-<a name="N104B2"></a><a name="Note+for+DERBY-4786"></a>
+<a name="Note+for+DERBY-4786"></a>
 <h4>Note for DERBY-4786</h4>
-<a name="N104B8"></a><a name="Summary+of+Change"></a>
+<a name="Summary+of+Change"></a>
 <h5>Summary of Change</h5>
 <p>A shutdown request with no user credentials to a 10.3 (or earlier) server from a newer client will give multiple messages on both the server and client sides.</p>
-<a name="N104BE"></a><a name="Symptoms+Seen+by+Applications+Affected+by+Change"></a>
+<a name="Symptoms+Seen+by+Applications+Affected+by+Change"></a>
 <h5>Symptoms Seen by Applications Affected by Change</h5>
 <p>A shutdown request from a 10.4 (or higher) client with no user credentials to a 10.3 (or earlier) server shows the following messages on the server side. (Note that the version info about the product changes depending on the release being used for the server.)</p>
 <pre>java.lang.Throwable: DRDA_UnknownProtocol.S, 2
@@ -1021,96 +1022,96 @@ Apache Derby Network Server - 10.3.3.1 -
 <pre>Invalid reply header from network server: Invalid string . Plaintext connection attempt to an SSL enabled server?
 Apache Derby Network Server - 10.7.1.0 - (1) shutdown
 </pre>
-<a name="N104CA"></a><a name="Rationale+for+Change"></a>
+<a name="Rationale+for+Change"></a>
 <h5>Rationale for Change</h5>
 <p>10.3 (and earlier) versions do not support shutdown commands with credentials. The credential-bearing shutdown command was introduced in 10.4 and requires network protocol level 2. 10.3 and earlier versions understand protocol level 1 and do not recognize the credential-bearing shutdown command. Because of this, a 10.4 (or higher) client can't shutdown a 10.3 (or lower) server. With DERBY-4786, a 10.7 client will first try the shutdown at protocol level 2. If that does not succeed, then the 10.7 client will send the shutdown at protocol level 1. This fix has been backported to the 10.4, 10.5, and 10.6 branches also. Future releases on those branches will enjoy this ability to successfully shutdown 10.3 (and earlier) servers.</p>
 <hr>
-<a name="N104D1"></a><a name="Note+for+DERBY-4777"></a>
+<a name="Note+for+DERBY-4777"></a>
 <h4>Note for DERBY-4777</h4>
-<a name="N104D7"></a><a name="Summary+of+Change-N104D7"></a>
+<a name="Summary+of+Change-N104CE"></a>
 <h5>Summary of Change</h5>
 <p>When a network client attempts to update through an invalid cursor, Derby now throws 'ERROR 42X30' instead of 'ERROR XJ202'.</p>
-<a name="N104DD"></a><a name="Symptoms+Seen+by+Applications+Affected+by+Change-N104DD"></a>
+<a name="Symptoms+Seen+by+Applications+Affected+by+Change-N104D4"></a>
 <h5>Symptoms Seen by Applications Affected by Change</h5>
 <p>In previous releases, Derby threw 'ERROR XJ202' when a network client tried to update through a closed or nonexistent cursor. For a cursor named "JDK4", the detailed message was "ERROR XJ202: Invalid cursor name 'JDK4'." If you are running 10.7, however, Derby now throws 'ERROR 42X30' instead, and the detailed message is "ERROR 42X30: Cursor 'JDK4' not found. Verify that autocommit is OFF."</p>
 <p>From now on, DERBY performs identically in Client and Embedded modes when you attempt to update through a closed or nonexistent cursor.</p>
-<a name="N104E5"></a><a name="Incompatibilities+with+Previous+Release"></a>
+<a name="Incompatibilities+with+Previous+Release"></a>
 <h5>Incompatibilities with Previous Release</h5>
 <p>Applications may fail if they expect 'ERROR XJ202' to be thrown in this situation.</p>
-<a name="N104EB"></a><a name="Rationale+for+Change-N104EB"></a>
+<a name="Rationale+for+Change-N104E2"></a>
 <h5>Rationale for Change</h5>
 <p>This change was made so that the Client and Embedded behavior would be similar.</p>
-<a name="N104F1"></a><a name="Application+Changes+Required"></a>
+<a name="Application+Changes+Required"></a>
 <h5>Application Changes Required</h5>
 <p>If applications need to track updates through invalid cursors, those applications should look for 'ERROR 42X30' regardless of whether they run in Client or Embedded mode.</p>
 <hr>
-<a name="N104F8"></a><a name="Note+for+DERBY-4772"></a>
+<a name="Note+for+DERBY-4772"></a>
 <h4>Note for DERBY-4772</h4>
-<a name="N104FE"></a><a name="Summary+of+Change-N104FE"></a>
+<a name="Summary+of+Change-N104F5"></a>
 <h5>Summary of Change</h5>
 <p>Column types in the XPLAIN tables changed to accommodate more data.</p>
-<a name="N10504"></a><a name="Symptoms+Seen+by+Applications+Affected+by+Change-N10504"></a>
+<a name="Symptoms+Seen+by+Applications+Affected+by+Change-N104FB"></a>
 <h5>Symptoms Seen by Applications Affected by Change</h5>
 <p>None.</p>
-<a name="N1050A"></a><a name="Incompatibilities+with+Previous+Release-N1050A"></a>
+<a name="Incompatibilities+with+Previous+Release-N10501"></a>
 <h5>Incompatibilities with Previous Release</h5>
 <p>None, but keeping the old table definitions for the XPLAIN tables may result in data truncation errors (see DERBY-4772 and DERBY-4673).</p>
-<a name="N10510"></a><a name="Rationale+for+Change-N10510"></a>
+<a name="Rationale+for+Change-N10507"></a>
 <h5>Rationale for Change</h5>
 <p>Amount of recorded data was too large to fit into the old column definitions.</p>
-<a name="N10516"></a><a name="Application+Changes+Required-N10516"></a>
+<a name="Application+Changes+Required-N1050D"></a>
 <h5>Application Changes Required</h5>
 <p>It is recommended to drop existing XPLAIN tables and have them recreated with the new table definitions. This can be done by disabling the XPLAIN feature, dropping the tables, and then enable the XPLAIN feature again. Alternatively, if you want to keep existing data, specify a different schema to save XPLAIN data in.</p>
 <hr>
-<a name="N1051D"></a><a name="Note+for+DERBY-4577"></a>
+<a name="Note+for+DERBY-4577"></a>
 <h4>Note for DERBY-4577</h4>
-<a name="N10523"></a><a name="Summary+of+Change-N10523"></a>
+<a name="Summary+of+Change-N1051A"></a>
 <h5>Summary of Change</h5>
 <p>UPDATE statements should not raise the following error: "ERROR nospc: nospc.U"</p>
-<a name="N10529"></a><a name="Symptoms+Seen+by+Applications+Affected+by+Change-N10529"></a>
+<a name="Symptoms+Seen+by+Applications+Affected+by+Change-N10520"></a>
 <h5>Symptoms Seen by Applications Affected by Change</h5>
 <p>An UPDATE of a row which spans multiple pages can fail, raising "ERROR nospc: nospc.U". This error should never be returned to the client. The error is very timing and data dependent, and has been encountered in only a few applications.</p>
-<a name="N1052F"></a><a name="Rationale+for+Change-N1052F"></a>
+<a name="Rationale+for+Change-N10526"></a>
 <h5>Rationale for Change</h5>
 <p>UPDATES of rows may fail in some cases, returning this error which clients should never see.</p>
-<a name="N10535"></a><a name="Application+Changes+Required-N10535"></a>
+<a name="Application+Changes+Required-N1052C"></a>
 <h5>Application Changes Required</h5>
 <p>After applying the fix, clients should not see this error. To ensure that updates of existing rows no longer see this error, run the SYSCS_UTIL.SYSCS_COMPRESS_TABLE() system procedure on your tables. You may want to defensively compress all of your tables. Alternatively, it is also ok to wait and see if the error occurs and then only compress the tables that encounter the error.</p>
 <hr>
-<a name="N1053C"></a><a name="Note+for+DERBY-4314"></a>
+<a name="Note+for+DERBY-4314"></a>
 <h4>Note for DERBY-4314</h4>
-<a name="N10542"></a><a name="Summary+of+Change-N10542"></a>
+<a name="Summary+of+Change-N10539"></a>
 <h5>Summary of Change</h5>
 <p>Derby client <tt>Connection.setTransactionIslation</tt> will not commit if isolation level does not change.</p>
-<a name="N1054B"></a><a name="Symptoms+Seen+by+Applications+Affected+by+Change-N1054B"></a>
+<a name="Symptoms+Seen+by+Applications+Affected+by+Change-N10542"></a>
 <h5>Symptoms Seen by Applications Affected by Change</h5>
 <p>Applications relying on <tt>Connection.setTransactionIsolation</tt> to commit transactions, may see either errors related to transactions in progress or transactions that fail to commit.</p>
-<a name="N10554"></a><a name="Incompatibilities+with+Previous+Release-N10554"></a>
+<a name="Incompatibilities+with+Previous+Release-N1054B"></a>
 <h5>Incompatibilities with Previous Release</h5>
 <p>Before 10.6.1.0, derby client <tt>Connection.setTransactionIsolation</tt> would commit even if isolation has not changed. Starting with 10.6.1.0, derby client <tt>Connection.setTransactionIsolatin</tt> does not commit if the isolation has not changed.</p>
-<a name="N10560"></a><a name="Rationale+for+Change-N10560"></a>
+<a name="Rationale+for+Change-N10557"></a>
 <h5>Rationale for Change</h5>
 <p>The change was made to client to match behavior of the embedded driver and to improve client performance.</p>
-<a name="N10566"></a><a name="Application+Changes+Required-N10566"></a>
+<a name="Application+Changes+Required-N1055D"></a>
 <h5>Application Changes Required</h5>
 <p>Applications should not rely on transactions change based on calling <tt>Connection.setTransactionIsolation</tt>. An explicit commit should be called to ensure transactions commit.</p>
 <hr>
-<a name="N10570"></a><a name="Note+for+DERBY-1511"></a>
+<a name="Note+for+DERBY-1511"></a>
 <h4>Note for DERBY-1511</h4>
-<a name="N10576"></a><a name="Summary+of+Change-N10576"></a>
+<a name="Summary+of+Change-N1056D"></a>
 <h5>Summary of Change</h5>
 <p>Queries will not bulk fetch rows with large object columns if the cursor is holdable.</p>
-<a name="N1057C"></a><a name="Symptoms+Seen+by+Applications+Affected+by+Change-N1057C"></a>
+<a name="Symptoms+Seen+by+Applications+Affected+by+Change-N10573"></a>
 <h5>Symptoms Seen by Applications Affected by Change</h5>
 <p>Queries that perform full table scans in order to fetch relatively small BLOB or CLOB values, may need longer time to complete than they did in previous releases. This only affects queries that are executed on a <span class="codefrag">Statement</span> (or <span class="codefrag">PreparedStatement</span> or <span class="codefrag">CallableStatement</span>) that has the <span class="codefrag">ResultSet.HOLD_CURSORS_OVER_COMMIT</span> flag set.</p>
-<a name="N1058E"></a><a name="Rationale+for+Change-N1058E"></a>
+<a name="Rationale+for+Change-N10585"></a>
 <h5>Rationale for Change</h5>
 <p>The bulk fetching that happened in previous releases, was not a safe optimization if the fetched rows contained large object columns (BLOB or CLOB) and the cursor was holdable. If the transaction was committed in the middle of a scan, the pre-fetched large objects cached inside the scan would be closed, and they would not be valid for use when they were later returned to the application. To prevent certain ways to access large objects from failing, the optimization was disabled for the cases where it was not known to be safe.</p>
-<a name="N10594"></a><a name="Application+Changes+Required-N10594"></a>
+<a name="Application+Changes+Required-N1058B"></a>
 <h5>Application Changes Required</h5>
 <p>The queries affected by this change will run with no performance degradation compared to previous releases if the application can be rewritten to use non-holdable cursors. This can be achieved by calling <span class="codefrag">Connection.setHoldability()</span> with the <span class="codefrag">ResultSet.CLOSE_CURSORS_AT_COMMIT</span> flag before creating the statement instance, or by supplying that flag to <span class="codefrag">Connection</span>'s <span class="codefrag">createStatement()</span>, <span class="codefrag">prepareStatement()</span> or <span class="codefrag">prepareCall()</span> method in the <span class="codefrag">resultSetHoldability</span> parameter.</p>
 <p>Alternatively, if all the BLOB and CLOB values in the table in question are small enough to fit in a VARCHAR FOR BIT DATA column or in a VARCHAR column, one may change the type of the LOB columns to one of these other data types, and the query will again be allowed to use the bulk fetch optimization.</p>
-<a name="N105B1"></a><a name="Build+Environment"></a>
+<a name="Build+Environment"></a>
 <h3 class="boxed">Build Environment</h3>
 <p>Derby release 10.7.1.1 was built using the following environment:</p>
 <ul>
@@ -1129,7 +1130,7 @@ Apache Derby Network Server - 10.7.1.0 -
 <li>
 <strong>JSR 169</strong> - J2ME support was built using libraries from phoneME Advanced Milestone Release 2.</li>
 </ul>
-<a name="N105D6"></a><a name="Verifying+Releases"></a>
+<a name="Verifying+Releases"></a>
 <h3 class="boxed">Verifying Releases</h3>
 <p>It is essential that you verify the integrity of the downloaded files using the PGP and MD5 signatures. MD5 verification ensures the file was not corrupted during the download process. PGP verification ensures that the file came from a certain person.</p>
 <p>The PGP signatures can be verified using <a class="external" href="http://www.pgpi.org/">PGP</a> or <a class="external" href="http://www.gnupg.org/">GPG</a>. First download the Apache Derby <a class="external" href="http://www.apache.org/dist/db/derby/KEYS">KEYS</a> as well as the <span class="codefrag">asc</span> signature file for the particular distribution. It is important that you get these files from the ultimate trusted source - the main ASF distribution site, rather than from a mirror. Then verify the signatures using ...</p>

Modified: websites/production/db/content/derby/releases/release-10.8.1.2.html
==============================================================================
--- websites/production/db/content/derby/releases/release-10.8.1.2.html (original)
+++ websites/production/db/content/derby/releases/release-10.8.1.2.html Wed Sep 28 01:33:43 2016
@@ -3,9 +3,8 @@
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta content="Apache Forrest" name="Generator">
-<meta name="Forrest-version" content="0.8">
+<meta name="Forrest-version" content="0.9">
 <meta name="Forrest-skin-name" content="pelt">
-<meta name="generator" content="">
 <title>Apache Derby 10.8.1.2 Release</title>
 <link type="text/css" href="../skin/basic.css" rel="stylesheet">
 <link media="screen" type="text/css" href="../skin/screen.css" rel="stylesheet">
@@ -485,6 +484,7 @@ document.write("Last Published: " + docu
 	          &nbsp;<input value="+a" class="biggerfont" title="Enlarge text" onclick="ndeSetTextSize('incr'); return false;" type="button">
 </div>
 <h1>Apache Derby 10.8.1.2 Release</h1>
+<div id="front-matter">
 <div id="minitoc-area">
 <ul class="minitoc">
 <li>
@@ -515,7 +515,8 @@ document.write("Last Published: " + docu
 </li>
 </ul>
 </div>
-<a name="N10010"></a><a name="Distributions"></a>
+</div>
+<a name="Distributions"></a>
 <h2 class="boxed">Distributions</h2>
 <div class="section">
 <p>Use the links below to download a distribution of Apache Derby. You should <strong>always</strong> <a href="#Verifying Releases">verify the integrity</a> of distribution files downloaded from a mirror.</p>
@@ -548,13 +549,13 @@ document.write("Last Published: " + docu
 <a class="external" href="http://archive.apache.org/dist/db/derby/db-derby-10.8.1.2/derby_ui_doc_plugin_1.1.3.zip">derby_ui_doc_plugin_1.1.3.zip</a> [<a class="external" href="http://archive.apache.org/dist/db/derby/db-derby-10.8.1.2/derby_ui_doc_plugin_1.1.3.zip.asc">PGP</a>] [<a class="external" href="http://archive.apache.org/dist/db/derby/db-derby-10.8.1.2/derby_ui_doc_plugin_1.1.3.zip.md5">MD5</a>]</p>
 <p>Please note: both plugins must be installed for full functionality. For information on installing and using the Derby plugins for Eclipse, please see the <a href="http://db.apache.org/derby/integrate/plugin_howto.html">Using the 10 Core and 1.1 UI Derby plug-ins</a> p age.</p>
 </div>
-<a name="N100BC"></a><a name="Release Notes for Apache Derby 10.8.1.2"></a>
+<a name="Release Notes for Apache Derby 10.8.1.2"></a>
 <h2 class="boxed">Release Notes for Apache Derby 10.8.1.2</h2>
 <div class="section">
 <div>
 <p>These notes describe the difference between Apache Derby release 10.8.1.2 and the preceding release 10.7.1.1.</p>
 </div>
-<a name="N100C5"></a><a name="Overview"></a>
+<a name="Overview"></a>
 <h3 class="boxed">Overview</h3>
 <div>
 <p>The most up to date information about Derby releases can be found on the <a href="http://db.apache.org/derby/derby_downloads.html">Derby download page</a>.</p>
@@ -573,7 +574,7 @@ document.write("Last Published: " + docu
 <br>
 <br>
 </div>
-<a name="N100EA"></a><a name="New+Features"></a>
+<a name="New+Features"></a>
 <h3 class="boxed">New Features</h3>
 <div>
 <p>This is a feature release. The following new features were added:</p>
@@ -590,7 +591,7 @@ document.write("Last Published: " + docu
 <strong>XML operator portability</strong> - The xmlparse and xmlserialize operators work out-of-the-box on more platforms.</li>
 </ul>
 </div>
-<a name="N1010E"></a><a name="Bug+Fixes"></a>
+<a name="Bug+Fixes"></a>
 <h3 class="boxed">Bug Fixes</h3>
 <div>
 <p>The following issues are addressed by Derby release 10.8.1.2. These issues are not addressed in the preceding 10.7.1.1 release.</p>
@@ -1128,7 +1129,7 @@ document.write("Last Published: " + docu
 </tr>
 </table>
 </div>
-<a name="N105F0"></a><a name="Issues"></a>
+<a name="Issues"></a>
 <h3 class="boxed">Issues</h3>
 <div>
 <p>Compared with the previous release (10.7.1.1), Derby release 10.8.1.2 introduces the following new features and incompatibilities. These merit your special attention.</p>
@@ -1604,7 +1605,7 @@ document.write("Last Published: " + docu
 <p>Installation of Xalan-Java may require the Endorsed Standards Override Mechanism. This is described in the "XML data types and operators" section of the Derby Developer's Guide.</p>
 </div>
 </div>
-<a name="N1076A"></a><a name="Build+Environment"></a>
+<a name="Build+Environment"></a>
 <h3 class="boxed">Build Environment</h3>
 <div>
 <p>Derby release 10.8.1.2 was built using the following environment:</p>
@@ -1625,7 +1626,7 @@ document.write("Last Published: " + docu
 <strong>JSR 169</strong> - Java ME support was built using libraries from phoneME Advanced Milestone Release 2.</li>
 </ul>
 </div>
-<a name="N10790"></a><a name="Verifying+Releases"></a>
+<a name="Verifying+Releases"></a>
 <h3 class="boxed">Verifying Releases</h3>
 <div>
 <p>It is essential that you verify the integrity of the downloaded files using the PGP and MD5 signatures. MD5 verification ensures the file was not corrupted during the download process. PGP verification ensures that the file came from a certain person.</p>

Modified: websites/production/db/content/derby/releases/release-10.8.2.2.html
==============================================================================
--- websites/production/db/content/derby/releases/release-10.8.2.2.html (original)
+++ websites/production/db/content/derby/releases/release-10.8.2.2.html Wed Sep 28 01:33:43 2016
@@ -3,9 +3,8 @@
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta content="Apache Forrest" name="Generator">
-<meta name="Forrest-version" content="0.8">
+<meta name="Forrest-version" content="0.9">
 <meta name="Forrest-skin-name" content="pelt">
-<meta name="generator" content="">
 <title>Apache Derby 10.8.2.2 Release</title>
 <link type="text/css" href="../skin/basic.css" rel="stylesheet">
 <link media="screen" type="text/css" href="../skin/screen.css" rel="stylesheet">
@@ -485,6 +484,7 @@ document.write("Last Published: " + docu
 	          &nbsp;<input value="+a" class="biggerfont" title="Enlarge text" onclick="ndeSetTextSize('incr'); return false;" type="button">
 </div>
 <h1>Apache Derby 10.8.2.2 Release</h1>
+<div id="front-matter">
 <div id="minitoc-area">
 <ul class="minitoc">
 <li>
@@ -515,7 +515,8 @@ document.write("Last Published: " + docu
 </li>
 </ul>
 </div>
-<a name="N10010"></a><a name="Distributions"></a>
+</div>
+<a name="Distributions"></a>
 <h2 class="boxed">Distributions</h2>
 <div class="section">
 <p>Use the links below to download a distribution of Apache Derby. You should <strong>always</strong> <a href="#Verifying Releases">verify the integrity</a> of distribution files downloaded from a mirror.</p>
@@ -548,13 +549,13 @@ document.write("Last Published: " + docu
 <a class="external" href="http://archive.apache.org/dist/db/derby/db-derby-10.8.2.2/derby_ui_doc_plugin_1.1.3.zip">derby_ui_doc_plugin_1.1.3.zip</a> [<a class="external" href="http://archive.apache.org/dist/db/derby/db-derby-10.8.2.2/derby_ui_doc_plugin_1.1.3.zip.asc">PGP</a>] [<a class="external" href="http://archive.apache.org/dist/db/derby/db-derby-10.8.2.2/derby_ui_doc_plugin_1.1.3.zip.md5">MD5</a>]</p>
 <p>Please note: both plugins must be installed for full functionality. For information on installing and using the Derby plugins for Eclipse, please see the <a href="http://db.apache.org/derby/integrate/plugin_howto.html">Using the 10 Core and 1.1 UI Derby plug-ins</a> p age.</p>
 </div>
-<a name="N100BC"></a><a name="Release Notes for Apache Derby 10.8.2.2"></a>
+<a name="Release Notes for Apache Derby 10.8.2.2"></a>
 <h2 class="boxed">Release Notes for Apache Derby 10.8.2.2</h2>
 <div class="section">
 <div>
 <p>These notes describe the difference between Apache Derby release 10.8.2.2 and the preceding release 10.8.1.2.</p>
 </div>
-<a name="N100C5"></a><a name="Overview"></a>
+<a name="Overview"></a>
 <h3 class="boxed">Overview</h3>
 <div>
 <p>The most up to date information about Derby releases can be found on the <a href="http://db.apache.org/derby/derby_downloads.html">Derby download page</a>.</p>
@@ -571,12 +572,12 @@ document.write("Last Published: " + docu
 <li>Java ME CDC/Foundation Profile 1.1 with JSR-169 JDBC Optional Package for CDC/Foundation Profile.</li>
 </ul>
 </div>
-<a name="N100E8"></a><a name="New+Features"></a>
+<a name="New+Features"></a>
 <h3 class="boxed">New Features</h3>
 <div>
 <p>This is a bug fix release. No new features were added.</p>
 </div>
-<a name="N100F1"></a><a name="Bug+Fixes"></a>
+<a name="Bug+Fixes"></a>
 <h3 class="boxed">Bug Fixes</h3>
 <div>
 <p>The following issues are addressed by Derby release 10.8.2.2. These issues are not addressed in the preceding 10.8.1.2 release.</p>
@@ -934,7 +935,7 @@ document.write("Last Published: " + docu
 </tr>
 </table>
 </div>
-<a name="N1042F"></a><a name="Issues"></a>
+<a name="Issues"></a>
 <h3 class="boxed">Issues</h3>
 <div>
 <p>Compared with the previous release (10.8.1.2), Derby release 10.8.2.2 introduces the following new features and incompatibilities. These merit your special attention.</p>
@@ -997,7 +998,7 @@ grant execute on function safeCacheViewe
 </pre>
 </div>
 </div>
-<a name="N1046E"></a><a name="Build+Environment"></a>
+<a name="Build+Environment"></a>
 <h3 class="boxed">Build Environment</h3>
 <div>
 <p>Derby release 10.8.2.2 was built using the following environment:</p>
@@ -1018,7 +1019,7 @@ grant execute on function safeCacheViewe
 <strong>JSR 169</strong> - Java ME support was built using libraries from IBM's j9 jvm from WEME 6.2.</li>
 </ul>
 </div>
-<a name="N10494"></a><a name="Verifying+Releases"></a>
+<a name="Verifying+Releases"></a>
 <h3 class="boxed">Verifying Releases</h3>
 <div>
 <p>It is essential that you verify the integrity of the downloaded files using the PGP and MD5 signatures. MD5 verification ensures the file was not corrupted during the download process. PGP verification ensures that the file came from a certain person.</p>

Modified: websites/production/db/content/derby/releases/release-10.8.3.0.html
==============================================================================
--- websites/production/db/content/derby/releases/release-10.8.3.0.html (original)
+++ websites/production/db/content/derby/releases/release-10.8.3.0.html Wed Sep 28 01:33:43 2016
@@ -3,9 +3,8 @@
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta content="Apache Forrest" name="Generator">
-<meta name="Forrest-version" content="0.8">
+<meta name="Forrest-version" content="0.9">
 <meta name="Forrest-skin-name" content="pelt">
-<meta name="generator" content="">
 <title>Apache Derby 10.8.3.0 Release</title>
 <link type="text/css" href="../skin/basic.css" rel="stylesheet">
 <link media="screen" type="text/css" href="../skin/screen.css" rel="stylesheet">
@@ -485,6 +484,7 @@ document.write("Last Published: " + docu
 	          &nbsp;<input value="+a" class="biggerfont" title="Enlarge text" onclick="ndeSetTextSize('incr'); return false;" type="button">
 </div>
 <h1>Apache Derby 10.8.3.0 Release</h1>
+<div id="front-matter">
 <div id="minitoc-area">
 <ul class="minitoc">
 <li>
@@ -515,7 +515,8 @@ document.write("Last Published: " + docu
 </li>
 </ul>
 </div>
-<a name="N10010"></a><a name="Distributions"></a>
+</div>
+<a name="Distributions"></a>
 <h2 class="boxed">Distributions</h2>
 <div class="section">
 <p>Use the links below to download a distribution of Apache Derby. You should <strong>always</strong> <a href="#Verifying Releases">verify the integrity</a> of distribution files downloaded from a mirror.</p>
@@ -539,13 +540,13 @@ document.write("Last Published: " + docu
 <a class="external" href="http://archive.apache.org/dist/db/derby/db-derby-10.8.3.0/db-derby-10.8.3.0-src.zip">db-derby-10.8.3.0-src.zip</a> [<a class="external" href="http://archive.apache.org/dist/db/derby/db-derby-10.8.3.0/db-derby-10.8.3.0-src.zip.asc">PGP</a>] [<a class="external" href="http://archive.apache.org/dist/db/derby/db-derby-10.8.3.0/db-derby-10.8.3.0-src.zip.md5">MD5</a> ]<br> 
 <a class="external" href="http://archive.apache.org/dist/db/derby/db-derby-10.8.3.0/db-derby-10.8.3.0-src.tar.gz">db-derby-10.8.3.0-src.tar.gz</a> [<a class="external" href="http://archive.apache.org/dist/db/derby/db-derby-10.8.3.0/db-derby-10.8.3.0-src.tar.gz.asc">PGP</a>] [<a class="external" href="http://archive.apache.org/dist/db/derby/db-derby-10.8.3.0/db-derby-10.8.3.0-src.tar.gz.md5">MD5</a>] (Note that, due to long filenames, you will need gnu tar to unravel this tarball.)</p>
 </div>
-<a name="N10094"></a><a name="Release Notes for Apache Derby 10.8.3.0"></a>
+<a name="Release Notes for Apache Derby 10.8.3.0"></a>
 <h2 class="boxed">Release Notes for Apache Derby 10.8.3.0</h2>
 <div class="section">
 <div>
 <p>These notes describe the difference between Apache Derby release 10.8.3.0 and the preceding release 10.8.2.2.</p>
 </div>
-<a name="N1009D"></a><a name="Overview"></a>
+<a name="Overview"></a>
 <h3 class="boxed">Overview</h3>
 <div>
 <p>The most up to date information about Derby releases can be found on the <a href="http://db.apache.org/derby/derby_downloads.html">Derby download page</a>.</p>
@@ -562,12 +563,12 @@ document.write("Last Published: " + docu
 <li>Java ME CDC/Foundation Profile 1.1 with JSR-169 JDBC Optional Package for CDC/Foundation Profile.</li>
 </ul>
 </div>
-<a name="N100C0"></a><a name="New+Features"></a>
+<a name="New+Features"></a>
 <h3 class="boxed">New Features</h3>
 <div>
 <p>This is a bug fix release. No new features were added.</p>
 </div>
-<a name="N100C9"></a><a name="Bug+Fixes"></a>
+<a name="Bug+Fixes"></a>
 <h3 class="boxed">Bug Fixes</h3>
 <div>
 <p>The following issues are addressed by Derby release 10.8.3.0. These issues are not addressed in the preceding 10.8.2.2 release.</p>
@@ -831,7 +832,7 @@ document.write("Last Published: " + docu
 </tr>
 </table>
 </div>
-<a name="N10327"></a><a name="Issues"></a>
+<a name="Issues"></a>
 <h3 class="boxed">Issues</h3>
 <div>
 <p>Compared with the previous release (10.8.2.2), Derby release 10.8.3.0 introduces the following new features and incompatibilities. These merit your special attention.</p>
@@ -910,7 +911,7 @@ document.write("Last Published: " + docu
 <p>The data returned for join column value for a RIGHT OUTER JOIN with NATURAL/USING clause can now be different(and correct).</p>
 </div>
 </div>
-<a name="N10364"></a><a name="Build+Environment"></a>
+<a name="Build+Environment"></a>
 <h3 class="boxed">Build Environment</h3>
 <div>
 <p>Derby release 10.8.3.0 was built using the following environment:</p>
@@ -931,7 +932,7 @@ document.write("Last Published: " + docu
 <strong>JSR 169</strong> - Java ME support was built using libraries from IBM's j9 jvm from WEME 6.2.</li>
 </ul>
 </div>
-<a name="N1038A"></a><a name="Verifying+Releases"></a>
+<a name="Verifying+Releases"></a>
 <h3 class="boxed">Verifying Releases</h3>
 <div>
 <p>It is essential that you verify the integrity of the downloaded files using the PGP and MD5 signatures. MD5 verification ensures the file was not corrupted during the download process. PGP verification ensures that the file came from a certain person.</p>

Modified: websites/production/db/content/derby/releases/release-10.9.1.0.html
==============================================================================
--- websites/production/db/content/derby/releases/release-10.9.1.0.html (original)
+++ websites/production/db/content/derby/releases/release-10.9.1.0.html Wed Sep 28 01:33:43 2016
@@ -3,9 +3,8 @@
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta content="Apache Forrest" name="Generator">
-<meta name="Forrest-version" content="0.8">
+<meta name="Forrest-version" content="0.9">
 <meta name="Forrest-skin-name" content="pelt">
-<meta name="generator" content="">
 <title>Apache Derby 10.9.1.0 Release</title>
 <link type="text/css" href="../skin/basic.css" rel="stylesheet">
 <link media="screen" type="text/css" href="../skin/screen.css" rel="stylesheet">
@@ -485,6 +484,7 @@ document.write("Last Published: " + docu
 	          &nbsp;<input value="+a" class="biggerfont" title="Enlarge text" onclick="ndeSetTextSize('incr'); return false;" type="button">
 </div>
 <h1>Apache Derby 10.9.1.0 Release</h1>
+<div id="front-matter">
 <div id="minitoc-area">
 <ul class="minitoc">
 <li>
@@ -515,7 +515,8 @@ document.write("Last Published: " + docu
 </li>
 </ul>
 </div>
-<a name="N10010"></a><a name="Distributions"></a>
+</div>
+<a name="Distributions"></a>
 <h2 class="boxed">Distributions</h2>
 <div class="section">
 <p>Use the links below to download a distribution of Apache Derby. You should <strong>always</strong> <a href="#Verifying Releases">verify the integrity</a> of distribution files downloaded from a mirror.</p>
@@ -539,13 +540,13 @@ document.write("Last Published: " + docu
 <a class="external" href="http://archive.apache.org/dist/db/derby/db-derby-10.9.1.0/db-derby-10.9.1.0-src.zip">db-derby-10.9.1.0-src.zip</a> [<a class="external" href="http://archive.apache.org/dist/db/derby/db-derby-10.9.1.0/db-derby-10.9.1.0-src.zip.asc">PGP</a>] [<a class="external" href="http://archive.apache.org/dist/db/derby/db-derby-10.9.1.0/db-derby-10.9.1.0-src.zip.md5">MD5</a>]<br> 
 <a class="external" href="http://archive.apache.org/dist/db/derby/db-derby-10.9.1.0/db-derby-10.9.1.0-src.tar.gz">db-derby-10.9.1.0-src.tar.gz</a> [<a class="external" href="http://archive.apache.org/dist/db/derby/db-derby-10.9.1.0/db-derby-10.9.1.0-src.tar.gz.asc">PGP</a>] [<a class="external" href="http://archive.apache.org/dist/db/derby/db-derby-10.9.1.0/db-derby-10.9.1.0-src.tar.gz.md5">MD5</a>] (Note that, due to long filenames, you will need gnu tar to unravel this tarball.)</p>
 </div>
-<a name="N10094"></a><a name="Release Notes for Apache Derby 10.9.1.0"></a>
+<a name="Release Notes for Apache Derby 10.9.1.0"></a>
 <h2 class="boxed">Release Notes for Apache Derby 10.9.1.0</h2>
 <div class="section">
 <div>
 <p>These notes describe the difference between Apache Derby release 10.9.1.0 and the preceding release 10.8.2.2.</p>
 </div>
-<a name="N1009D"></a><a name="Overview"></a>
+<a name="Overview"></a>
 <h3 class="boxed">Overview</h3>
 <div>
 <p>The most up to date information about Derby releases can be found on the <a href="http://db.apache.org/derby/derby_downloads.html">Derby download page</a>.</p>
@@ -562,7 +563,7 @@ document.write("Last Published: " + docu
 <li>Java ME CDC/Foundation Profile 1.1 with JSR-169 JDBC Optional Package for CDC/Foundation Profile.</li>
 </ul>
 </div>
-<a name="N100C0"></a><a name="New+Features"></a>
+<a name="New+Features"></a>
 <h3 class="boxed">New Features</h3>
 <div>
 <p>This is a feature release. The following new features were added:</p>
@@ -575,7 +576,7 @@ document.write("Last Published: " + docu
 <strong>Multi-column EXISTS subqueries</strong> - Multi-column SELECT lists are now allowed in EXISTS subqueries.</li>
 </ul>
 </div>
-<a name="N100D6"></a><a name="Bug+Fixes"></a>
+<a name="Bug+Fixes"></a>
 <h3 class="boxed">Bug Fixes</h3>
 <div>
 <p>The following issues are addressed by Derby release 10.9.1.0. These issues are not addressed in the preceding 10.8.2.2 release.</p>
@@ -1424,7 +1425,7 @@ document.write("Last Published: " + docu
 </tr>
 </table>
 </div>
-<a name="N10889"></a><a name="Issues"></a>
+<a name="Issues"></a>
 <h3 class="boxed">Issues</h3>
 <div>
 <p>Compared with the previous release (10.8.2.2), Derby release 10.9.1.0 introduces the following new features and incompatibilities. These merit your special attention.</p>
@@ -1869,7 +1870,7 @@ cs.execute();
 </ul>
 </div>
 </div>
-<a name="N10A98"></a><a name="Build+Environment"></a>
+<a name="Build+Environment"></a>
 <h3 class="boxed">Build Environment</h3>
 <div>
 <p>Derby release 10.9.1.0 was built using the following environment:</p>
@@ -1890,7 +1891,7 @@ cs.execute();
 <strong>JSR 169</strong> - Java ME support was built using libraries from phoneME Advanced Milestone Release 2.</li>
 </ul>
 </div>
-<a name="N10ABE"></a><a name="Verifying+Releases"></a>
+<a name="Verifying+Releases"></a>
 <h3 class="boxed">Verifying Releases</h3>
 <div>
 <p>It is essential that you verify the integrity of the downloaded files using the PGP and MD5 signatures. MD5 verification ensures the file was not corrupted during the download process. PGP verification ensures that the file came from a certain person.</p>

Modified: websites/production/db/content/derby/skin/basic.css
==============================================================================
--- websites/production/db/content/derby/skin/basic.css (original)
+++ websites/production/db/content/derby/skin/basic.css Wed Sep 28 01:33:43 2016
@@ -39,6 +39,7 @@ img { border: 0; }
 }
 
 .note, .warning, .fixme {
+  clear:right;
   border: solid black 1px;
   margin: 1em 3em;
 }

Modified: websites/production/db/content/derby/skin/screen.css
==============================================================================
--- websites/production/db/content/derby/skin/screen.css (original)
+++ websites/production/db/content/derby/skin/screen.css Wed Sep 28 01:33:43 2016
@@ -418,12 +418,12 @@ img.cornersmall {
     position: relative; /* IE bugfix cont'd */
     padding: 5px;
     margin: 0;
-    width: 45%;
+    width: 60%;
 }
 #footer .lastmodified {
     position: relative; /* IE bugfix cont'd */
     float: right;
-    width: 45%;
+    width: 30%;
     padding: 5px;
     margin: 0;
     text-align: right;
@@ -455,17 +455,13 @@ acronym { cursor: help; }
 }
 
 #motd-area {
-    position: relative; /* IE bugfix cont'd */
-    float: right;
+    position:relative;
+    float:right;
     width: 35%;
     background-color: #f0f0ff;
-    border-top: solid 1px #4C6C8F;
-    border-bottom: solid 1px #4C6C8F;
-    margin-bottom: 15px;
-    margin-left: 15px;
-    margin-right: 10%;
-    padding-bottom: 5px;
-    padding-top: 5px;
+    border: solid 1px #4C6C8F;
+    margin: 0px 0px 10px 10px;
+    padding: 5px;
 }
 
 #minitoc-area {
@@ -483,6 +479,10 @@ acronym { cursor: help; }
     font-weight: normal;
 }
 
+.abstract{
+    text-align:justify;
+    }
+
 li p {
     margin: 0;
     padding: 0;