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 fu...@apache.org on 2006/07/05 22:54:05 UTC

svn commit: r419338 [1/2] - in /db/derby/site/trunk: ./ build/site/ build/site/releases/ src/documentation/conf/ src/documentation/content/xdocs/ src/documentation/content/xdocs/releases/

Author: fuzzylogic
Date: Wed Jul  5 13:54:00 2006
New Revision: 419338

URL: http://svn.apache.org/viewvc?rev=419338&view=rev
Log:
Add 10.1.3.1 release page to the website

Added:
    db/derby/site/trunk/build/site/releases/release-10.1.3.1.cgi   (with props)
    db/derby/site/trunk/build/site/releases/release-10.1.3.1.html   (with props)
    db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.1.3.1.cgi   (with props)
    db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.1.3.1.html   (with props)
Modified:
    db/derby/site/trunk/build/site/derby_downloads.html
    db/derby/site/trunk/build/site/releases/release-10.1.1.0.html
    db/derby/site/trunk/build/site/releases/release-10.1.2.1.html
    db/derby/site/trunk/doap_Derby.rdf
    db/derby/site/trunk/src/documentation/conf/cli.xconf
    db/derby/site/trunk/src/documentation/content/xdocs/derby_downloads.xml

Modified: db/derby/site/trunk/build/site/derby_downloads.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/build/site/derby_downloads.html?rev=419338&r1=419337&r2=419338&view=diff
==============================================================================
--- db/derby/site/trunk/build/site/derby_downloads.html (original)
+++ db/derby/site/trunk/build/site/derby_downloads.html Wed Jul  5 13:54:00 2006
@@ -139,8 +139,8 @@
 <ul>
    
 <li> 
-<a href="releases/release-10.1.2.1.cgi">10.1.2.1</a> 
-   (Nov 18, 2005 / SVN 330608)
+<a href="releases/release-10.1.3.1.cgi">10.1.3.1</a> 
+   (Jun 30, 2006 / SVN 417277)
    </li>
 
 </ul>
@@ -152,6 +152,11 @@
 <ul>
    
 <li> 
+<a href="releases/release-10.1.2.1.cgi">10.1.2.1</a> 
+   (Nov 18, 2005 / SVN 330608)
+   </li>
+   
+<li> 
 <a href="releases/release-10.1.1.0.cgi">10.1.1.0</a> 
    (Aug 3, 2005 / SVN 208786)
    </li>
@@ -160,7 +165,7 @@
 </div>
 
 
-<a name="N1002E"></a><a name="Nightly+Builds"></a>
+<a name="N10035"></a><a name="Nightly+Builds"></a>
 <h2 class="boxed">Nightly Builds</h2>
 <div class="section">
 <p>
@@ -190,7 +195,7 @@
 </div>
 
 
-<a name="N10050"></a><a name="Incubator+Releases"></a>
+<a name="N10057"></a><a name="Incubator+Releases"></a>
 <h2 class="boxed">Incubator Releases</h2>
 <div class="section">
 <ul>
@@ -204,7 +209,7 @@
 </div>
 
 
-<a name="N10061"></a><a name="Snapshot+Jars"></a>
+<a name="N10068"></a><a name="Snapshot+Jars"></a>
 <h2 class="boxed">Snapshot Jars</h2>
 <div class="section">
 <p>
@@ -285,7 +290,7 @@
 </div>
 
 
-<a name="N100EC"></a><a name="Derby+source+code"></a>
+<a name="N100F3"></a><a name="Derby+source+code"></a>
 <h2 class="boxed">Derby source code</h2>
 <div class="section">
 <p>
@@ -299,7 +304,7 @@
 <a class="external" href="http://subversion.tigris.org/">http://subversion.tigris.org/</a>
 
 </p>
-<a name="N10100"></a><a name="Branches"></a>
+<a name="N10107"></a><a name="Branches"></a>
 <h3 class="boxed">Branches</h3>
 <p>
 Currently Derby has the following branches:
@@ -323,7 +328,7 @@
 </p>
 <pre class="code">svn co https://svn.apache.org/repos/asf/db/derby/code/branches/10.1/
 </pre>
-<a name="N10127"></a><a name="Development+trunk"></a>
+<a name="N1012E"></a><a name="Development+trunk"></a>
 <h3 class="boxed">Development trunk</h3>
 <p>
 Use the command shown below to check out the development trunk:
@@ -372,7 +377,7 @@
 </div>
 
 
-<a name="N1015B"></a><a name="Software+required+to+build+Derby"></a>
+<a name="N10162"></a><a name="Software+required+to+build+Derby"></a>
 <h2 class="boxed">Software required to build Derby</h2>
 <div class="section">
 <p>
@@ -481,7 +486,7 @@
 </div>
 
 
-<a name="N101F3"></a><a name="How+to+build+Derby"></a>
+<a name="N101FA"></a><a name="How+to+build+Derby"></a>
 <h2 class="boxed">How to build Derby</h2>
 <div class="section">
 <p>
@@ -500,7 +505,7 @@
 </div>
 
 
-<a name="N10216"></a><a name="How+to+test+Derby"></a>
+<a name="N1021D"></a><a name="How+to+test+Derby"></a>
 <h2 class="boxed">How to test Derby</h2>
 <div class="section">
 <p>
@@ -526,7 +531,7 @@
 </div>
 
 
-<a name="N10240"></a><a name="How+to+submit+a+patch"></a>
+<a name="N10247"></a><a name="How+to+submit+a+patch"></a>
 <h2 class="boxed">How to submit a patch</h2>
 <div class="section">
 <p>

Modified: db/derby/site/trunk/build/site/releases/release-10.1.1.0.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/build/site/releases/release-10.1.1.0.html?rev=419338&r1=419337&r2=419338&view=diff
==============================================================================
--- db/derby/site/trunk/build/site/releases/release-10.1.1.0.html (original)
+++ db/derby/site/trunk/build/site/releases/release-10.1.1.0.html Wed Jul  5 13:54:00 2006
@@ -824,7 +824,7 @@
          2004-2006 Apache Software Foundation</div>
 <div id="feedback">
     Send feedback about the website to:
-  <a id="feedbackto" href="mailto:derby-dev@db.apache.org?subject=Feedback%C2%A0releases/release-10.1.1.0.html">derby-dev@db.apache.org</a>
+  <a id="feedbackto" href="mailto:derby-user@db.apache.org?subject=Feedback%C2%A0releases/release-10.1.1.0.html">derby-user@db.apache.org</a>
 </div>
 </div>
 </body>

Modified: db/derby/site/trunk/build/site/releases/release-10.1.2.1.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/build/site/releases/release-10.1.2.1.html?rev=419338&r1=419337&r2=419338&view=diff
==============================================================================
--- db/derby/site/trunk/build/site/releases/release-10.1.2.1.html (original)
+++ db/derby/site/trunk/build/site/releases/release-10.1.2.1.html Wed Jul  5 13:54:00 2006
@@ -359,7 +359,7 @@
          2004-2006 Apache Software Foundation</div>
 <div id="feedback">
     Send feedback about the website to:
-  <a id="feedbackto" href="mailto:derby-dev@db.apache.org?subject=Feedback%C2%A0releases/release-10.1.2.1.html">derby-dev@db.apache.org</a>
+  <a id="feedbackto" href="mailto:derby-user@db.apache.org?subject=Feedback%C2%A0releases/release-10.1.2.1.html">derby-user@db.apache.org</a>
 </div>
 </div>
 </body>

Added: db/derby/site/trunk/build/site/releases/release-10.1.3.1.cgi
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/build/site/releases/release-10.1.3.1.cgi?rev=419338&view=auto
==============================================================================
--- db/derby/site/trunk/build/site/releases/release-10.1.3.1.cgi (added)
+++ db/derby/site/trunk/build/site/releases/release-10.1.3.1.cgi Wed Jul  5 13:54:00 2006
@@ -0,0 +1,23 @@
+#!/bin/sh
+
+# Copyright 2002-2005 The Apache Software Foundation or its licensors,
+# as applicable.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# Wrapper script around mirrors.cgi script
+# (we must change to that directory in order for python to pick up the
+#  python includes correctly)
+# Copied from Stefan's http://www.apache.org/~bodewig/mirror.html
+cd /www/www.apache.org/dyn/mirrors 
+/www/www.apache.org/dyn/mirrors/mirrors.cgi $*

Propchange: db/derby/site/trunk/build/site/releases/release-10.1.3.1.cgi
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/site/trunk/build/site/releases/release-10.1.3.1.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/build/site/releases/release-10.1.3.1.html?rev=419338&view=auto
==============================================================================
--- db/derby/site/trunk/build/site/releases/release-10.1.3.1.html (added)
+++ db/derby/site/trunk/build/site/releases/release-10.1.3.1.html Wed Jul  5 13:54:00 2006
@@ -0,0 +1,828 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta content="Apache Forrest" name="Generator">
+<meta name="Forrest-version" content="0.7">
+<meta name="Forrest-skin-name" content="pelt">
+<meta name="generator" content="">
+<title>Apache Derby 10.1.3.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">
+<link media="print" type="text/css" href="../skin/print.css" rel="stylesheet">
+<link type="text/css" href="../skin/profile.css" rel="stylesheet">
+<script src="../skin/getBlank.js" language="javascript" type="text/javascript"></script><script src="../skin/getMenu.js" language="javascript" type="text/javascript"></script><script src="../skin/fontsize.js" language="javascript" type="text/javascript"></script>
+<link rel="shortcut icon" href="../">
+</head>
+<body onload="init()">
+<script type="text/javascript">ndeSetTextSize();</script>
+<div id="top">
+<div class="breadtrail">
+<a href="http://www.apache.org/">apache</a> &gt; <a href="http://db.apache.org/">db</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
+</div>
+<div class="header">
+<div class="grouplogo">
+<a href="http://db.apache.org/derby"><img class="logoImage" alt="Apache Derby" src="../images/derby-logo-web.png" title="Derby is a zero-admin Java RDBMS"></a>
+</div>
+<div class="projectlogoA1">
+<a href="http://db.apache.org"><img class="logoImage" alt="Apache DB Project" src="../images/db-logo-white.png" title="Apache DB creates and maintains database solutions."></a>
+</div>
+<ul id="tabs">
+<li>
+<a class="base-not-selected" href="../index.html">Home</a>
+</li>
+<li>
+<a class="base-not-selected" href="../quick_start.html">Quick Start</a>
+</li>
+<li>
+<a class="base-not-selected" href="../derby_downloads.html">Download</a>
+</li>
+<li>
+<a class="base-not-selected" href="../derby_comm.html">Community</a>
+</li>
+<li>
+<a class="base-not-selected" href="../manuals/index.html">Documentation</a>
+</li>
+<li>
+<a class="base-not-selected" href="../integrate/index.html">Resources</a>
+</li>
+</ul>
+</div>
+</div>
+<div id="main">
+<div id="publishedStrip">
+<div id="level2tabs"></div>
+<script type="text/javascript"><!--
+document.write("<text>Last Published:</text> " + document.lastModified);
+//  --></script>
+</div>
+<div class="breadtrail">
+             
+             &nbsp;
+           </div>
+<div id="menu">
+<div onclick="SwitchMenu('menu_1.1', '../skin/')" id="menu_1.1Title" class="menutitle">Home</div>
+<div id="menu_1.1" class="menuitemgroup">
+<div class="menuitem">
+<a href="../index.html">Apache Derby</a>
+</div>
+<div class="menuitem">
+<a href="../derby_charter.html">Charter</a>
+</div>
+<div class="menuitem">
+<a href="../license.html">License</a>
+</div>
+<div class="menuitem">
+<a href="../faq.html">FAQs</a>
+</div>
+<div class="menuitem">
+<a href="http://wiki.apache.org/db-derby/">Derby Wiki</a>
+</div>
+</div>
+<div onclick="SwitchMenu('menu_1.2', '../skin/')" id="menu_1.2Title" class="menutitle">Quick Start</div>
+<div id="menu_1.2" class="menuitemgroup">
+<div class="menuitem">
+<a href="../quick_start.html">Quick Start</a>
+</div>
+</div>
+<div onclick="SwitchMenu('menu_1.3', '../skin/')" id="menu_1.3Title" class="menutitle">Download</div>
+<div id="menu_1.3" class="menuitemgroup">
+<div class="menuitem">
+<a href="../derby_downloads.html">Overview</a>
+</div>
+<div class="menuitem">
+<a href="../releases/release-10.1.2.1.cgi">10.1.2.1</a>
+</div>
+</div>
+<div onclick="SwitchMenu('menu_1.4', '../skin/')" id="menu_1.4Title" class="menutitle">Community</div>
+<div id="menu_1.4" class="menuitemgroup">
+<div class="menuitem">
+<a href="../derby_comm.html">Get Involved!</a>
+</div>
+<div class="menuitem">
+<a href="../derby_mail.html">Mailing Lists</a>
+</div>
+<div class="menuitem">
+<a href="../DerbyBugGuidelines.html">BUGS</a>
+</div>
+<div class="menuitem">
+<a href="../derby_tests.html">Tests</a>
+</div>
+<div class="menuitem">
+<a href="../logo.html">Logo</a>
+</div>
+<div class="menuitem">
+<a href="../papers/derby_web.html">Updating the web site</a>
+</div>
+</div>
+<div onclick="SwitchMenu('menu_1.5', '../skin/')" id="menu_1.5Title" class="menutitle">Documentation</div>
+<div id="menu_1.5" class="menuitemgroup">
+<div class="menuitem">
+<a href="../manuals/index.html">Overview</a>
+</div>
+<div class="menuitem">
+<a href="../manuals/dita.html">DITA Source</a>
+</div>
+</div>
+<div onclick="SwitchMenu('menu_1.6', '../skin/')" id="menu_1.6Title" class="menutitle">Other Products</div>
+<div id="menu_1.6" class="menuitemgroup">
+<div class="menuitem">
+<a href="../integrate/index.html">Overview</a>
+</div>
+<div class="menuitem">
+<a href="../integrate/index.html#uses">What works with Derby?</a>
+</div>
+<div class="menuitem">
+<a href="../integrate/index.html#products">Product Writeups</a>
+</div>
+</div>
+<div onclick="SwitchMenu('menu_1.7', '../skin/')" id="menu_1.7Title" class="menutitle">Eclipse Plug-ins</div>
+<div id="menu_1.7" class="menuitemgroup">
+<div class="menuitem">
+<a href="../integrate/derby_plugin.html">10.1 Core</a>
+</div>
+<div class="menuitem">
+<a href="../integrate/func_spec_plugins.html">1.0 UI Functional Spec</a>
+</div>
+<div class="menuitem">
+<a href="../integrate/plugin_howto.html">10.1 Core and 1.1 UI</a>
+</div>
+<div class="menuitem">
+<a href="../integrate/Readme.html">Building 1.1 UI</a>
+</div>
+<div class="menuitem">
+<a href="../integrate/plugin_slides.html">Derby Plug-ins Slides and Lab</a>
+</div>
+<div onclick="SwitchMenu('menu_1.7.6', '../skin/')" id="menu_1.7.6Title" class="menutitle">10.1 Core and 1.1 UI Documentation</div>
+<div id="menu_1.7.6" class="menuitemgroup">
+<div class="menuitem">
+<a href="../integrate/plugin_help/start_toc.html">Getting Started</a>
+</div>
+<div class="menuitem">
+<a href="../integrate/plugin_help/java_project.html">Creating an Eclipse Project</a>
+</div>
+<div onclick="SwitchMenu('menu_1.7.6.3', '../skin/')" id="menu_1.7.6.3Title" class="menutitle">Derby Nature</div>
+<div id="menu_1.7.6.3" class="menuitemgroup">
+<div class="menuitem">
+<a href="../integrate/plugin_help/nature_toc.html">Adding or Removing</a>
+</div>
+<div class="menuitem">
+<a href="../integrate/plugin_help/nature.html">Adding the Derby Nature</a>
+</div>
+<div class="menuitem">
+<a href="../integrate/plugin_help/remove_nature.html">Removing the Derby Nature</a>
+</div>
+</div>
+<div onclick="SwitchMenu('menu_1.7.6.4', '../skin/')" id="menu_1.7.6.4Title" class="menutitle">Network Server</div>
+<div id="menu_1.7.6.4" class="menuitemgroup">
+<div class="menuitem">
+<a href="../integrate/plugin_help/server_toc.html">Starting and Stopping</a>
+</div>
+<div class="menuitem">
+<a href="../integrate/plugin_help/start_server.html">Starting the Server</a>
+</div>
+<div class="menuitem">
+<a href="../integrate/plugin_help/stop_server.html">Stopping the Server</a>
+</div>
+</div>
+<div class="menuitem">
+<a href="../integrate/plugin_help/properties.html">Derby Properties</a>
+</div>
+<div onclick="SwitchMenu('menu_1.7.6.6', '../skin/')" id="menu_1.7.6.6Title" class="menutitle">ij</div>
+<div id="menu_1.7.6.6" class="menuitemgroup">
+<div class="menuitem">
+<a href="../integrate/plugin_help/ij_toc.html">Using ij</a>
+</div>
+<div class="menuitem">
+<a href="../integrate/plugin_help/ij.html">SQL commands</a>
+</div>
+<div class="menuitem">
+<a href="../integrate/plugin_help/ij2.html">SQL scripts</a>
+</div>
+</div>
+<div class="menuitem">
+<a href="../integrate/plugin_help/derby_app.html">Building a Java App</a>
+</div>
+<div class="menuitem">
+<a href="../integrate/plugin_help/sysinfo.html">Running sysinfo</a>
+</div>
+<div class="menuitem">
+<a href="../integrate/plugin_help/resources.html">Derby Manuals</a>
+</div>
+</div>
+</div>
+<div onclick="SwitchMenu('menu_1.8', '../skin/')" id="menu_1.8Title" class="menutitle">Papers</div>
+<div id="menu_1.8" class="menuitemgroup">
+<div class="menuitem">
+<a href="../papers/index.html">Overview</a>
+</div>
+<div onclick="SwitchMenu('menu_1.8.2', '../skin/')" id="menu_1.8.2Title" class="menutitle">Derby Engine</div>
+<div id="menu_1.8.2" class="menuitemgroup">
+<div onclick="SwitchMenu('menu_1.8.2.1', '../skin/')" id="menu_1.8.2.1Title" class="menutitle">Javadoc</div>
+<div id="menu_1.8.2.1" class="menuitemgroup">
+<div class="menuitem">
+<a href="http://db.apache.org/derby/javadoc/engine">Engine</a>
+</div>
+<div class="menuitem">
+<a href="http://db.apache.org/derby/javadoc/language">Language</a>
+</div>
+<div class="menuitem">
+<a href="http://db.apache.org/derby/javadoc/tools">Tools</a>
+</div>
+<div class="menuitem">
+<a href="http://db.apache.org/derby/javadoc/publishedapi">API</a>
+</div>
+</div>
+<div class="menuitem">
+<a href="../papers/derby_arch.html">Architecture</a>
+</div>
+<div class="menuitem">
+<a href="../papers/btree_package.html">BTree</a>
+</div>
+<div class="menuitem">
+<a href="../papers/pageformats.html">Disk Page Format</a>
+</div>
+<div class="menuitem">
+<a href="../papers/derby_htw.html">How Things Work</a>
+</div>
+<div class="menuitem">
+<a href="../papers/Intersect-design.html">Intersect &amp; Except</a>
+</div>
+<div class="menuitem">
+<a href="../papers/JDBCImplementation.html">JDBC</a>
+</div>
+<div class="menuitem">
+<a href="../papers/logformats.html">Log Format</a>
+</div>
+<div class="menuitem">
+<a href="../papers/recovery.html">Logging &amp; Recovery</a>
+</div>
+<div class="menuitem">
+<a href="../papers/optimizer.html">Optimizer</a>
+</div>
+<div class="menuitem">
+<a href="http://svn.apache.org/repos/asf/db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/package.html">Type System</a>
+</div>
+<div class="menuitem">
+<a href="../papers/versionupgrade.html">Versioning</a>
+</div>
+</div>
+<div onclick="SwitchMenu('menu_1.8.3', '../skin/')" id="menu_1.8.3Title" class="menutitle">Derby Network Client</div>
+<div id="menu_1.8.3" class="menuitemgroup">
+<div class="menuitem">
+<a href="../papers/DerbyClientSpec.html">Functional Spec</a>
+</div>
+</div>
+<div onclick="SwitchMenu('menu_1.8.4', '../skin/')" id="menu_1.8.4Title" class="menutitle">Derby Tutorial</div>
+<div id="menu_1.8.4" class="menuitemgroup">
+<div class="menuitem">
+<a href="../papers/DerbyTut/index.html">Overview</a>
+</div>
+<div class="menuitem">
+<a href="../papers/DerbyTut/install_software.html">Step 1: Install Software</a>
+</div>
+<div class="menuitem">
+<a href="../papers/DerbyTut/ij_intro.html">Step 2: ij Basics</a>
+</div>
+<div class="menuitem">
+<a href="../papers/DerbyTut/embedded_intro.html">Step 3: Embedded Derby</a>
+</div>
+<div class="menuitem">
+<a href="../papers/DerbyTut/ns_intro.html">Step 4: Derby Network Server</a>
+</div>
+</div>
+<div onclick="SwitchMenu('menu_1.8.5', '../skin/')" id="menu_1.8.5Title" class="menutitle">Presentations</div>
+<div id="menu_1.8.5" class="menuitemgroup">
+<div class="menuitem">
+<a href="../papers/ApacheCon.html">ApacheCon</a>
+</div>
+<div class="menuitem">
+<a href="../papers/MiscPresentations.html#OSCON+2005">OSCON 2005</a>
+</div>
+<div class="menuitem">
+<a href="../papers/MiscPresentations.html#Colorado+Software+Summit+2004">Colorado 2004</a>
+</div>
+</div>
+</div>
+<div class="searchbox">
+<hr>
+<form action="http://www.google.com/search" method="get">
+<input value="db.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="18" name="q" id="query" type="text" value="Search the site with google">&nbsp; 
+                  <input attr="value" name="Search" value="Search" type="submit">
+</form>
+</div>
+<div id="credit"></div>
+<div id="roundbottom">
+<img style="display: none" class="corner" height="15" width="15" alt="" src="../skin/images/rc-b-l-15-1body-2menu-3menu.png"></div>
+<div id="credit2"></div>
+</div>
+<div id="content">
+<div class="trail">
+<text>Font size:</text> 
+	          &nbsp;<input value="Reset" class="resetfont" title="Reset text" onclick="ndeSetTextSize('reset'); return false;" type="button">      
+	          &nbsp;<input value="-a" class="smallerfont" title="Shrink text" onclick="ndeSetTextSize('decr'); return false;" type="button">
+	          &nbsp;<input value="+a" class="biggerfont" title="Enlarge text" onclick="ndeSetTextSize('incr'); return false;" type="button">
+</div>
+<h1>Apache Derby 10.1.3.1 Release</h1>
+<div id="minitoc-area">
+<ul class="minitoc">
+<li>
+<a href="#Distributions">Distributions</a>
+</li>
+<li>
+<a href="#Release+Overview">Release Overview</a>
+</li>
+<li>
+<a href="#Release+Notes">Release Notes</a>
+<ul class="minitoc">
+<li>
+<a href="#Bugs+Fixed">Bugs Fixed</a>
+</li>
+<li>
+<a href="#Improvements">Improvements</a>
+</li>
+<li>
+<a href="#">DERBY-283</a>
+</li>
+<li>
+<a href="#-N103F3">DERBY-526</a>
+</li>
+<li>
+<a href="#-N1041D">DERBY-1327</a>
+</li>
+</ul>
+</li>
+<li>
+<a href="#Testing">Testing</a>
+</li>
+<li>
+<a href="#Verifying+releases">Verifying releases</a>
+</li>
+</ul>
+</div>
+<a name="N10010"></a><a name="Distributions"></a>
+<h2 class="boxed">Distributions</h2>
+<div class="section">
+<p>Use the links below to download a distribution of Apache Derby from one of our mirrors. You should <strong>always</strong> <a href="#Verifying+releases">verify the integrity</a> of distribution files downloaded from a mirror.</p>
+<p>You are currently using <strong>[preferred]</strong>. If you encounter a problem with this mirror, then please select another. If all mirrors are failing, there are backup mirrors at the end of the list. See <a class="external" href="http://www.apache.org/mirrors/">status</a> of mirrors.</p>
+<form action="[location]">
+<a name="SelectMirror"></a>Other mirrors: <select name="Preferred"><option value="[http]">[http]</option><option value="[ftp]">[ftp]</option><option value="[backup]">[backup] (backup)</option></select> <input type="submit" value="Change">
+</form>
+<p>There are three different distributions:</p>
+<ul>
+<li>bin distribution - contains the documentation, javadoc, and jar files for Derby.</li>
+<li>lib distribution - contains only the jar files for Derby.</li>
+<li>src distribution - contains the Derby source tree at the point which the binaries were built.</li>
+</ul>
+<p>
+<a href="[preferred]/db/derby/db-derby-10.1.3.1/db-derby-10.1.3.1-bin.zip">db-derby-10.1.3.1-bin.zip</a> [<a class="external" href="http://www.apache.org/dist/db/derby/db-derby-10.1.3.1/db-derby-10.1.3.1-bin.zip.asc">PGP</a>] [<a class="external" href="http://www.apache.org/dist/db/derby/db-derby-10.1.3.1/db-derby-10.1.3.1-bin.zip.md5">MD5</a>]<br> 
+<a href="[preferred]/db/derby/db-derby-10.1.3.1/db-derby-10.1.3.1-bin.tar.gz">db-derby-10.1.3.1-bin.tar.gz</a> [<a class="external" href="http://www.apache.org/dist/db/derby/db-derby-10.1.3.1/db-derby-10.1.3.1-bin.tar.gz.asc">PGP</a>] [<a class="external" href="http://www.apache.org/dist/db/derby/db-derby-10.1.3.1/db-derby-10.1.3.1-bin.tar.gz.md5">MD5</a>]</p>
+<p>
+<a href="[preferred]/db/derby/db-derby-10.1.3.1/db-derby-10.1.3.1-lib.zip">db-derby-10.1.3.1-lib.zip</a> [<a class="external" href="http://www.apache.org/dist/db/derby/db-derby-10.1.3.1/db-derby-10.1.3.1-lib.zip.asc">PGP</a>] [<a class="external" href="http://www.apache.org/dist/db/derby/db-derby-10.1.3.1/db-derby-10.1.3.1-lib.zip.md5">MD5</a>]<br> 
+<a href="[preferred]/db/derby/db-derby-10.1.3.1/db-derby-10.1.3.1-lib.tar.gz">db-derby-10.1.3.1-lib.tar.gz</a> [<a href="[preferred]/dist/db/derby/db-derby-10.1.3.1/db-derby-10.1.3.1-lib.tar.gz.asc">PGP</a>] [<a class="external" href="http://www.apache.org/dist/db/derby/db-derby-10.1.3.1/db-derby-10.1.3.1-lib.tar.gz.md5">MD5</a>]</p>
+<p>
+<a href="[preferred]/db/derby/db-derby-10.1.3.1/db-derby-10.1.3.1-lib-debug.zip">db-derby-10.1.3.1-lib-debug.zip</a> [<a class="external" href="http://www.apache.org/dist/db/derby/db-derby-10.1.3.1/db-derby-10.1.3.1-lib-debug.zip.asc">PGP</a>] [<a class="external" href="http://www.apache.org/dist/db/derby/db-derby-10.1.3.1/db-derby-10.1.3.1-lib-debug.zip.md5">MD5</a>]<br> 
+<a href="[preferred]/db/derby/db-derby-10.1.3.1/db-derby-10.1.3.1-lib-debug.tar.gz">db-derby-10.1.3.1-lib-debug.tar.gz</a> [<a href="[preferred]/dist/db/derby/db-derby-10.1.3.1/db-derby-10.1.3.1-lib-debug.tar.gz.asc">PGP</a>] [<a class="external" href="http://www.apache.org/dist/db/derby/db-derby-10.1.3.1/db-derby-10.1.3.1-lib-debug.tar.gz.md5">MD5</a>]</p>
+<p>
+<a href="[preferred]/db/derby/db-derby-10.1.3.1/db-derby-10.1.3.1-src.zip">db-derby-10.1.3.1-src.zip</a> [<a class="external" href="http://www.apache.org/dist/db/derby/db-derby-10.1.3.1/db-derby-10.1.3.1-src.zip.asc">PGP</a>] [<a class="external" href="http://www.apache.org/dist/db/derby/db-derby-10.1.3.1/db-derby-10.1.3.1-src.zip.md5">MD5</a>]<br> 
+<a href="[preferred]/db/derby/db-derby-10.1.3.1/db-derby-10.1.3.1-src.tar.gz">db-derby-10.1.3.1-src.tar.gz</a> [<a class="external" href="http://www.apache.org/dist/db/derby/db-derby-10.1.3.1/db-derby-10.1.3.1-src.tar.gz.asc">PGP</a>] [<a class="external" href="http://www.apache.org/dist/db/derby/db-derby-10.1.3.1/db-derby-10.1.3.1-src.tar.gz.md5">MD5</a>]</p>
+<p>There are two separate Eclipse plugins for Derby:</p>
+<ul>
+<li>derby_core_plugin - provides the Derby jar files to other plugins in Eclipse.</li>
+<li>derby_ui_plugin - provides an Apache Derby Nature in Eclipse for easy database application development.</li>
+</ul>
+<p>
+<a href="[preferred]/db/derby/db-derby-10.1.3.1/derby_core_plugin_10.1.3.zip">derby_core_plugin_10.1.3.zip</a> [<a class="external" href="http://www.apache.org/dist/db/derby/db-derby-10.1.3.1/derby_core_plugin_10.1.3.zip.asc">PGP</a>] [<a class="external" href="http://www.apache.org/dist/db/derby/db-derby-10.1.3.1/derby_core_plugin_10.1.3.zip.md5">MD5</a>]<br> 
+<a href="[preferred]/db/derby/db-derby-10.1.3.1/derby_ui_plugin_1.1.0.zip">derby_ui_plugin_1.1.0.zip</a> [<a class="external" href="http://www.apache.org/dist/db/derby/db-derby-10.1.3.1/derby_ui_plugin_1.1.0.zip.asc">PGP</a>] [<a class="external" href="http://www.apache.org/dist/db/derby/db-derby-10.1.3.1/derby_ui_plugin_1.1.0.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.1 Core and 1.1 UI Derby plug-ins</a> page.</p>
+</div>
+<a name="N100DD"></a><a name="Release+Overview"></a>
+<h2 class="boxed">Release Overview</h2>
+<div class="section">
+<p>Derby is a pure Java relational database engine using standard SQL and JDBC as its APIs. 10.1.3.1 is a bug fix release providing quality improvements for Derby 10.1</p>
+<p>What's new in 10.1.3.1:</p>
+<ul>
+<li>Critical fixes for network client when used with a transaction manager (XA)</li>
+<li>A critical data integrity fix when running in IBM J2RE 1.5.0 SR2. See the description of DERBY-1327 below.</li>
+<li>fixes for network client when used with a transaction manager (XA)</li>
+<li>Improved Network Server stability and reliability</li>
+<li>Improved memory usage for the Network Client</li>
+<li>Improved query performance for UNION queries and subqueries</li>
+<li>Better handling of text encoding on systems with non-ASCII native encoding</li>
+<li>More reliable behavior of scrollable insensitive result sets</li>
+<li>Updated documentation</li>
+<li>A new distribution that includes line number information, lib-debug, has been added to assist in filing and tracking down Derby issues</li>
+<li>Many important fixes to correct issues with data integrity, correct memory leaks and address other product defects</li>
+</ul>
+<p>For a comprehensive list of changes, consult the <a href="#Bugs+Fixed">list of fixed issues</a> below.</p>
+<p>10.1.3.1 functionality includes:</p>
+<ul>
+<li>Embedded engine with JDBC driver</li>
+<li>Network Server</li>
+<li>Network client JDBC driver</li>
+<li>Command line tools: ij (SQL scripting), dblook (schema dump) and sysinfo (system info)</li>
+</ul>
+<p>SQL support:</p>
+<ul>
+<li>Schemas, tables, temporary tables, views, triggers, indexes, savepoints</li>
+<li>Java procedures and functions</li>
+<li>Standard datatypes including BLOB and CLOB</li>
+<li>Sub-queries and joins</li>
+<li>Primary key, foreign key, unique and check constraints</li>
+<li>Referential actions</li>
+</ul>
+<p>Other features:</p>
+<ul>
+<li>Full ACID transaction support with all four isolation levels</li>
+<li>Row and table level locking</li>
+<li>Configurable authentication including LDAP support</li>
+<li>Import/Export</li>
+<li>On-line backup and recovery support</li>
+<li>Optional on-disk encryption</li>
+<li>Platform independent database format</li>
+<li>Full support for Java 2 Security Manager</li>
+</ul>
+<p>JDK/JDBC support:</p>
+<ul>
+<li>JDK 1.3, 1.4, 1.5, and J2ME J2ME/CDC/Foundation Profile</li>
+<li>JSR-169, JDBC 2.1, and JDBC 3.0 support</li>
+</ul>
+</div>
+<a name="N10136"></a><a name="Release+Notes"></a>
+<h2 class="boxed">Release Notes</h2>
+<div class="section">
+<p>Derby version 10.1.3.1 is a bug fix release based on Apache Derby <a href="http://db.apache.org/derby/releases/release-10.1.2.1.cgi">10.1.2.1.</a>
+</p>
+<p>The following reported JIRA issues were fixed in the 10.1.3.1 release:</p>
+<a name="N10141"></a><a name="Bugs+Fixed"></a>
+<h3 class="boxed">Bugs Fixed</h3>
+<ul>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-7">DERBY-7</a>] - Bug in NULLIF Function</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-76">DERBY-76</a>] - Stored procedure cannot be invoked with VALUES statement</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-85">DERBY-85</a>] - NPE when creating a trigger on a table and default schema doesn't exist.</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-125">DERBY-125</a>] - Network Server can send DSS greater than 32K to client, which breaks DRDA protocol.</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-170">DERBY-170</a>] - Inserting large string value into non-existent table causes communication link failure over Network Server.</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-298">DERBY-298</a>] - rollforward will not work correctly if the system happens to crash immediately after rollforward backup.</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-324">DERBY-324</a>] - AES encryption test fails on Solaris 10</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-331">DERBY-331</a>] - create table fails when a constraint defintion follows a column default</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-387">DERBY-387</a>] - SimpleNetworkClientSample.java network server example has an error which causes it to fail</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-395">DERBY-395</a>] - Server-side "trace on" and "trace off" commands do not appear to be working correctly.</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-405">DERBY-405</a>] - SYNONYM should not be allowed in SESSION schema because that can confusion wih temporary tables</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-437">DERBY-437</a>] - SYSCS_UTIL.SYSCS_COMPRESS_TABLE does not work on tables that are created with delimited identifier names.</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-463">DERBY-463</a>] - Successive writes to a java.sql.Blob.setBinaryStream(long) seem to reset the file pointer</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-466">DERBY-466</a>] - Distinct in subselect can return wrong results</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-491">DERBY-491</a>] -Protocol exception when Network Server tries to return ~32K of data or greater in a result set for a Java stored procedure.</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-575">DERBY-575</a>] - test blobclob4BLOB fails on OS 390</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-583">DERBY-583</a>] - networkserver does not return error message strings in native encoding to ij on zseries</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-614">DERBY-614</a>] - Execution failed because of a Distributed Protocol Error</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-616">DERBY-616</a>] - create index can fail under the SecurityManager when trying to access files in the tmp folder of a database</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-618">DERBY-618</a>] - Make the client driver connection URL work when spaces are in the URL.</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-628">DERBY-628</a>] - setNull() using Types.VARCHAR for a CLOB parameter fails in embedded mode.</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-649">DERBY-649</a>] - Useful indexes not used in UNION ALL</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-650">DERBY-650</a>] - Hyperlinks in demo/demo.html are broken</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-652">DERBY-652</a>] - Documentation and demos have incubator references</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-657">DERBY-657</a>] - Release archives should have executable bits set for scripts and text files should have proper line endings.</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-658">DERBY-658</a>] - test harness improvements required for running on non-ASCII systems</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-678">DERBY-678</a>] - derby documentation does not reflect changes to update lock behavior</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-679">DERBY-679</a>] - the lock compatibility table in developers guide needs to be updated</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-683">DERBY-683</a>] - Use correct encoding for ClobOutputStream on client</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-701">DERBY-701</a>] - Java 2 security policy file examples don't work -- are missing a needed line</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-704">DERBY-704</a>] - Large page cache kills initial performance</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-715">DERBY-715</a>] - lock deadlocks sometimes reported as lock timeouts</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-736">DERBY-736</a>] - "" does not work as a userid for Derby client (SqlException: userid length, 0, is not allowed.)</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-741">DERBY-741</a>] - row estimates from btree code can sometimes return more row than exist in table</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-746">DERBY-746</a>] - NullPointerException when 'encryptionKey' length is an odd number, or it contains invalid chars</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-757">DERBY-757</a>] - java.lang.NullPointerException can occur while scanning for global id in the transaction table under heavey load.</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-758">DERBY-758</a>] - CachedPage.readPage() can loop forever on insane builds if the read from the container keep failing with IO Exceptions.</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-777">DERBY-777</a>] - Hang in starting network server on Z/OS</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-788">DERBY-788</a>] - 'store/encryptionKey.sql' fails on Solaris 10</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-795">DERBY-795</a>] - After calling ResultSet.relative(0) the cursor loses its position</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-798">DERBY-798</a>] - NullPointerException booting if loaded by the bootstrap class loader and JVM returns null for bootstrap loader.</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-800">DERBY-800</a>] - derbylang/ConcurrentImplicitCreateSchema.java fails intermittently with a lock timeout</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-805">DERBY-805</a>] -Push join predicates into union and other set operations. DERBY-649 implemented scalar (single table) predicate pushdown. Adding join predicate push down could improve performance significantly.</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-808">DERBY-808</a>] - PreparedStatements can take longer to execute than equivalent Statements when there are multiple join conditions mixed with some search clauses.</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-877">DERBY-877</a>] - zOS - with DerbyClient getDate(#) fails with IllegalArgumentException - unsupported date format - resultset.java</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-882">DERBY-882</a>] - Increasing size of varchar type using ALTER TABLE can implicitly change the column from NOT NULL to NULLable.</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-898">DERBY-898</a>] - setAutoCommit(false) is not working properly for local transaction with ClientXADataSource</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-899">DERBY-899</a>] - Cannot rollback to savepoint when using ClientXADataSource</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-900">DERBY-900</a>] - Remove use of String(byte[]) and String(byte[], int, int) constructors in network client leading to non-portable behaviour</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-901">DERBY-901</a>] - Remove use of String(byte[]) constructors in network server leading to non-portable behaviour</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-902">DERBY-902</a>] - Remove use of String(byte[]) and String(byte[], int, int) constructors in engine leading to non-portable behaviour</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-903">DERBY-903</a>] - Remove use of String(byte[]) and String(byte[], int, int) constructors in testing leading to non-portable behaviour</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-960">DERBY-960</a>] - Client xa prepare returns XA_OK instead of XA_RDONLY for a read only transaction</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-966">DERBY-966</a>] - creating a preparedStatement outside of a Global tran using a ClientXADatasource will result in an "SqlException: Cannot set holdability" if the statement is used in a Global transaction</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-972">DERBY-972</a>] - tests derbynet/csPrepStmt and prepStmt use mechanisms that are not portable over encodings</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-994">DERBY-994</a>] - SQL examples for LEFT OUTER JOIN and RIGHT OUTER JOIN in the Derby Reference manual are incorrect</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-997">DERBY-997</a>] - ClassCastException when executing queries with aggregates in app servers</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1002">DERBY-1002</a>] - Check that DRDAStatement and DRDAResultSet states are reset when they are re-used</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1004">DERBY-1004</a>] - Client should not require user to rollback the active transaction before call to PooledConnection.getConnection()</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1005">DERBY-1005</a>] - getHoldability does not return CLOSE_CURSORS_AT_COMMIT in a global transaction</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1006">DERBY-1006</a>] - Client allows setHoldability to HOLD_CURSORS_OVER_COMMIT on both connection and statement in a global transaction</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1009">DERBY-1009</a>] - Embedded ResultSet.getStatement() does not return the Statement object that created it for a connection returned from EmbeddedXADataSource</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1010">DERBY-1010</a>] - setTransactionIsolation can cause ava.sql.SQLException: Invalid operation: statement closed in some contexts with xa</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1024">DERBY-1024</a>] - Client's XAResource.start throws XAException with XAER_RMFAIL when local transaction is active</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1025">DERBY-1025</a>] - [xa] client XAResource.start() does not commit an active local transaction when auto commit is true</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1035">DERBY-1035</a>] - With client, Connection.getTransactionIsolation() return value is wrong after changing the isolation level with an SQL statement such as "set current isolation = RS"</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1044">DERBY-1044</a>] - [xa] client XAConnection.getConnection() does not have the correct default isolation level if set by an earlier connection obtained from the same XAConnection</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1055">DERBY-1055</a>] - Security.AccessControlException in client under SecurityManager when trying to connect using EUSRIDPWD security mechanism</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1058">DERBY-1058</a>] - derby fails supporting holdable scrollable resultset: ERROR XSCB8: The btree conglomerate 1,141,037,436,752 is closed.</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1069">DERBY-1069</a>] - Client should unwrap exceptions thrown in privilege blocks rather than throwing the java.security.PrivilegedActionException</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1073">DERBY-1073</a>] - Reset optimizer timeout for subqueries on a per-round basis to allow consideration of plans that use pushed predicates.</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1085">DERBY-1085</a>] - java.lang.NullPointerException with char for bit data column and subquery</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1103">DERBY-1103</a>] - Change the client driver to allow statements to be garbage-collected once they are not referenced in an application</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1127">DERBY-1127</a>] - client gives SqlException for test callable.java and parameterMapping.java on zOS</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1136">DERBY-1136</a>] - JDBC driver on rs.getFloat() gives LossOfPrecisionConversionException for float fields containing Float.MAX_VALUE</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1144">DERBY-1144</a>] - With client PooledConnection.getConnection() does not reset holdability and isolation state properly</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1148">DERBY-1148</a>] - Client XA getTransactionIsolation() does not return the correct isolation level when rejoining a global transaction</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1159">DERBY-1159</a>] - PreparedStatement.executeUpdate throws a XJ05C exception in a global transaction if the statement is HOLD_CURSORS_OVER_COMMIT</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1174">DERBY-1174</a>] - NullPointerException in network server with LDAP authentication</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1187">DERBY-1187</a>] - defragment of inplace compress pass for described dataset is not freeing up empty pages.</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1189">DERBY-1189</a>] - latch self deadlock when running inplace compress</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1207">DERBY-1207</a>] - Derby Server and Administration Guide - Network Server security</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1247">DERBY-1247</a>] - test DerbyNetAutoStart uses non-portable mechanism to check on derby.log</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1262">DERBY-1262</a>] - Like-predicates: % does not match tab character</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1293">DERBY-1293</a>] - Derby Server and Administration Guide - derby.drda.startNetworkServer</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1299">DERBY-1299</a>] - Derby Server and Administration Guide - derby.drda.timeslice</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1310">DERBY-1310</a>] - Add apache notice to test file phaseTester.java</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1324">DERBY-1324</a>] - Need to remove old copyright notice</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1325">DERBY-1325</a>] - Isolation level of local connection does not get reset after exiting a global transaction if the isolation level was changed using SQL</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1327">DERBY-1327</a>] - Identity column can be created with wrong and very large start with value with "J2RE 1.5.0 IBM Windows 32 build pwi32dev-20060412 (SR2)" with JIT on</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1329">DERBY-1329</a>] - ASSERT failure/IndexOutOfBoundsException with correlated subquery for UPDATE ... SET ... WHERE CURRENT OF ... statement.</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1354">DERBY-1354</a>] - Writer.write(int c) to writer from Clob.setCharacterStream(long pos) appends integer value, not character</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1359">DERBY-1359</a>] - Developers guide: example showing shut down of Derby system should not contain a database name</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1365">DERBY-1365</a>] - Address potential problems with optimizer logic in some rarely-exercised code.</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1386">DERBY-1386</a>] - Wrong results with query using LIKE and ESCAPE clause that includes "%", "\", and "_"</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1392">DERBY-1392</a>] - Corner case behaviour in RAFContainer#writePage() can cause invalid data to be written to data files</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1454">DERBY-1454</a>] - DRDA Protocol Exception when DSS is exactly 32767 in length</li>
+</ul>
+<a name="N1038C"></a><a name="Improvements"></a>
+<h3 class="boxed">Improvements</h3>
+<ul>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-178">DERBY-178</a>] - Provide line number information in distribution's class files</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1039">DERBY-1039</a>] - Database creation should fail if specified log device path already exists</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1158">DERBY-1158</a>] - Allow use of Statements created in local transaction with default holdability to be used in global transactions.</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1230">DERBY-1230</a>] - Remove the huge log files (TesterN.out) left from running 'stress/stress.multi'</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1287">DERBY-1287</a>] - Derby Server and Administration Guide - Network client driver examples should show how to enable authentication</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1300">DERBY-1300</a>] - Derby Server and Administration Guide - Managing the Derby Network Server remotely by using the servlet interface should clarify that Network Server is shutdown when Application Server is shutdown</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1305">DERBY-1305</a>] - Derby Server and Administration Guide translated into Brazilian Portuguese</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1339">DERBY-1339</a>] - messages_pt_BR.properties file should not translate Network Server "start" and "shutdown" commands</li>
+<li>[<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1376">DERBY-1376</a>] - File java/engine/org/apache/derby/loc/messages_en.properties - Message XSLAT.D</li>
+</ul>
+<a class="external" href="http://issues.apache.org/jira/browse/DERBY"></a><a name="N103C9"></a>
+<h3 class="boxed">DERBY-283</h3>
+<p>On IPv6/Ipv4 dual stack windows machines, the network server needs the following jvm properties to be prefixed while starting the server</p>
+<p>PROBLEM:<br>
+<br>UnknownHostException while trying to connect with NetworkClient on a Windows dual boot IPv4/IPv6 machine<br>
+<br>SYMPTOM:<br>
+<br>The following exception will occur<br>ij&gt; CONNECT 'jdbc:derby://hostname:1527/sample;create=true ' USER 'mkutty' PASSWORD 'admin';<br>ERROR (no SQLState): java.net.UnknownHostException : Error opening socket to server hostname on port 1527 with message : &lt;hostname&gt;<br>
+<br>CAUSE:<br>
+<br>There may be an underlying windows bug causing this issue<br>
+<br>SOLUTION:<br>
+<br>There is no Derby fix available for this issue<br>
+<br>WORKAROUND:<br>
+<br>Start the client and server running on the IPv6 machine with the following jvm properties.<br>
+</p>
+<a name="N103F3"></a><a name="-N103F3"></a>
+<h3 class="boxed">DERBY-526</h3>
+<p>Network Client URL cannot take the IP Address as host name for IPV6 addresses.</p>
+<p>PROBLEM:<br>
+<br>NumberFormatException while trying to get connection to a Ipv6 server using the ip address as the host name in the database URL<br>
+<br>SYMPTOM:<br>
+<br>The symptom is you will get a java error like this:<br>ij&gt; CONNECT 'jdbc:derby://2002:92a:8f7a:13:9:42:73:115:1527/sample;create=true' USER 'mkutty' PASSWORD 'admin';<br>JAVA ERROR: java.lang.NumberFormatException: For input string: "92a:8f7a:13:9:42 :73:115:1527"<br>
+<br>CAUSE:<br>
+<br>Derby URL format cannot support an IP address with ":"<br>
+<br>SOLUTION:<br>
+<br>There is no Derby fix available for this issue<br>
+<br>WORKAROUND:<br>
+<br>Use host name in the URL instead of the IP address or connect with a datasource instead of URL<br>
+</p>
+<a name="N1041D"></a><a name="-N1041D"></a>
+<h3 class="boxed">DERBY-1327</h3>
+<p>Identity column can be created with wrong and very large start with value with "J2RE 1.5.0 IBM Windows 32 build pwi32dev-20060412 (SR2)" with JIT on</p>
+<p>PROBLEM:<br>
+<br>After creating a table, with JIT engaged, identity column start with values for any column in the database gets changed to an incorrect value.<br>
+<br>SYMPTOM:<br>
+<br>The symptom is typically that an insert to the table will fail with the Exception:<br>SQLSTATE 22001: "A truncation error was encountered trying to shrink ... to length 12."<br>
+<br>CAUSE:<br>
+<br>A JIT issue in IBM JDK 1.5 Service Release 2 can cause corruption of the start with value. The affected version is java version "1.5.0"<br>Java(TM) 2 Runtime Environment, Standard Edition (build pwi32dev-20060511 (SR2))<br>IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Windows XP x86-32 j9vmwi3223-20060504 (JIT enabled)<br>J9VM - 20060501_06428_lHdSMR<br>JIT - 20060428_1800_r8<br>GC - 20060501_AA)<br>JCL - 20060511a<br>
+<br>SOLUTION:<br>
+<br>A fix to resolve the Derby symptom is available in 10.1 builds after 10.1.2.5.413354 and will be included in the Derby 10.1.3.1 release.<br>
+<br>Once corruption has occurred there is no way in 10.1 to correct the START WITH value. The only way to recover the data is to recreate the database and use export/import to transfer the data.<br>
+<br>WORKAROUND:<br>
+<br>For users of previous releases, the following JIT options can be specified for the JVM to prevent corruption in identity columns. This does allow recovery after the problem has occured.<br>
+<br>-Xjit:exclude={org/apache/derby/impl/sql/execute/CreateTableConstantAction.executeConstantAction\(Lorg/apache/derby/iapi/sql/Activation\;\)V}<br>
+</p>
+</div>
+<a name="N10457"></a><a name="Testing"></a>
+<h2 class="boxed">Testing</h2>
+<div class="section">
+<p>Tests were run on the following platforms. Results are listed separately for each platform.</p>
+<table class="ForrestTable" cellspacing="1" cellpadding="4">
+<tr>
+<td>Type test</td><td>platform, jvm version</td><td>by.:</td>
+</tr>
+<tr>
+<td>derbyall suite</td><td>Ubuntu 5.10 (Linux 2.6.12), Sun 1.4.2_09</td><td>Bernt Johnsen</td>
+</tr>
+<tr>
+<td>derbyall suite</td><td>HP-UX B.11.11 U, HP JDK 1.5.0</td><td>Sun DBTG</td>
+</tr>
+<tr>
+<td>derbyall suite</td><td>RHEL 4 64-bit, Sun JDK 1.4.2</td><td>Sun DBTG</td>
+</tr>
+<tr>
+<td>derbyall suite</td><td>RHEL 4 64-bit, Sun JDK 1.5.0</td><td>Sun DBTG</td>
+</tr>
+<tr>
+<td>derbyall suite</td><td>RHEL 3 64-bit, Sun JDK 1.4.2</td><td>Sun DBTG</td>
+</tr>
+<tr>
+<td>derbyall suite</td><td>RHEL 3 64-bit, Sun JDK 1.5.0</td><td>Sun DBTG</td>
+</tr>
+<tr>
+<td>derbyall suite</td><td>RHEL 4 32-bit, Sun JDK 1.4.2</td><td>Sun DBTG</td>
+</tr>
+<tr>
+<td>derbyall suite</td><td>RHEL 4 32-bit, Sun JDK 1.5.0</td><td>Sun DBTG</td>
+</tr>
+<tr>
+<td>derbyall suite</td><td>Solaris 10 x86 64-bit, Sun JDK 1.4.2</td><td>Sun DBTG</td>
+</tr>
+<tr>
+<td>derbyall suite</td><td>Solaris 10 x86 64-bit, Sun JDK 1.5.0</td><td>Sun DBTG</td>
+</tr>
+<tr>
+<td>derbyall suite</td><td>Solaris 9 x86 32-bit, Sun JDK 1.4.2</td><td>Sun DBTG</td>
+</tr>
+<tr>
+<td>derbyall suite</td><td>Solaris 9 x86 32-bit, Sun JDK 1.5.0</td><td>Sun DBTG</td>
+</tr>
+<tr>
+<td>derbyall suite</td><td>Solaris 10 x86 32-bit, Sun JDK 1.4.2</td><td>Sun DBTG</td>
+</tr>
+<tr>
+<td>derbyall suite</td><td>Solaris 10 x86 32-bit, Sun JDK 1.5.0</td><td>Sun DBTG</td>
+</tr>
+<tr>
+<td>derbyall suite</td><td>Solaris 10 SPARC 64-bit, Sun JDK 1.4.2</td><td>Sun DBTG</td>
+</tr>
+<tr>
+<td>derbyall suite</td><td>Solaris 10 SPARC 64-bit, Sun JDK 1.5.0</td><td>Sun DBTG</td>
+</tr>
+<tr>
+<td>derbyall suite</td><td>Solaris Nevada 64-bit, Sun JDK 1.4.2</td><td>Sun DBTG</td>
+</tr>
+<tr>
+<td>derbyall suite</td><td>Solaris Nevada 64-bit, Sun JDK 1.5.0</td><td>Sun DBTG</td>
+</tr>
+<tr>
+<td>derbyall suite</td><td>Solaris 9 SPARC 64-bit, Sun JDK 1.4.2</td><td>Sun DBTG</td>
+</tr>
+<tr>
+<td>derbyall suite</td><td>Solaris 9 SPARC 64-bit, Sun JDK 1.5.0</td><td>Sun DBTG</td>
+</tr>
+<tr>
+<td>derbyall suite</td><td>Solaris 8 SPARC 64-bit, Sun JDK 1.4.2</td><td>Sun DBTG</td>
+</tr>
+<tr>
+<td>derbyall suite</td><td>Solaris 8 SPARC 64-bit, Sun JDK 1.5.0</td><td>Sun DBTG</td>
+</tr>
+<tr>
+<td>derbyall suite</td><td>Solaris 10 SPARC 64-bit w/3 zones, Sun JDK 1.4.2</td><td>Sun DBTG</td>
+</tr>
+<tr>
+<td>derbyall suite</td><td>Solaris 10 SPARC 64-bit w/3 zones, Sun JDK 1.5.0</td><td>Sun DBTG</td>
+</tr>
+<tr>
+<td>derbyall suite</td><td>Windows 2003 x86, Sun JDK 1.4.2</td><td>Sun DBTG</td>
+</tr>
+<tr>
+<td>derbyall suite</td><td>Windows 2003 x86, Sun JDK 1.5.0</td><td>Sun DBTG</td>
+</tr>
+<tr>
+<td>derbyall suite</td><td>Windows 2000 x86, Sun JDK 1.4.2</td><td>Sun DBTG</td>
+</tr>
+<tr>
+<td>derbyall suite</td><td>Windows 2000 x86, Sun JDK 1.5.0</td><td>Sun DBTG</td>
+</tr>
+<tr>
+<td>derbyall suite</td><td>Windows XP x86 w/Cygwin, Sun JDK 1.4.2</td><td>Sun DBTG</td>
+</tr>
+<tr>
+<td>derbyall suite</td><td>Windows XP x86 w/Cygwin, Sun JDK 1.5.0</td><td>Sun DBTG</td>
+</tr>
+<tr>
+<td>Large Data Volume tests</td><td>Solaris 10 x86 64-bit, Sun JDK 1.5.0</td><td>Sun DBTG</td>
+</tr>
+<tr>
+<td>JDBC 3.0 CTS tests</td><td>Solaris 10 x86 64-bit, Sun JDK 1.5.0</td><td>Sun DBTG</td>
+</tr>
+<tr>
+<td>JDBC 3.0 CTS tests</td><td>Linux 2.6 x86 64-bit, Sun JDK 1.5.0</td><td>Sun DBTG</td>
+</tr>
+<tr>
+<td>derbyall suite (10.1.3.0 RC)</td><td>FreeBSD 6.1 (i386), Diablo 1.5.0_06</td><td>Knut Anders Hatlen</td>
+</tr>
+<tr>
+<td>derbyall suite (10.1.3.0 RC)</td><td>OpenBSD 3.9 (i386), J2SE 1.4.2 (SCSL + BSD patchset 7)</td><td>Knut Anders Hatlen</td>
+</tr>
+<tr>
+<td>derbyall suite (10.1.3.0 RC)</td><td>OpenBSD 3.9 (i386), J2SE 5.0 (SCSL + BSD patchset 2)</td><td>Knut Anders Hatlen</td>
+</tr>
+<tr>
+<td>derbyall suite</td><td>FreeBSD 6.1 (i386), J2SE 5.0 (SCSL + BSD patchset 3)</td><td>Knut Anders Hatlen</td>
+</tr>
+<tr>
+<td>derbyall suite</td><td>NetBSD 3.0 (i386), J2SE 5.0 (SCSL + BSD patchset 3)</td><td>Knut Anders Hatlen</td>
+</tr>
+<tr>
+<td>derbyall suite</td><td>RHEL 4.0 (Linux 2.6.9), IBM JDK 1.5.0 (j9vmxi3223-20060504)</td><td>Rajesh Kartha</td>
+</tr>
+<tr>
+<td>derbyall suite</td><td>RHEL 4.0 (Linux 2.6.9), Sun JRE 1.5.0_07-b03 (with and without -server option)</td><td>Rajesh Kartha</td>
+</tr>
+<tr>
+<td>derbyall suite</td><td>Windows Server 2003, IBM JDK 1.4.2 (cn142-20060421)</td><td>Ramandeep Kaur</td>
+</tr>
+<tr>
+<td>derbyall suite</td><td>Windows Server 2003 64-bit, IBM JDK 1.5.0 (pwa64dev-2006511)</td><td>Ramandeep Kaur</td>
+</tr>
+<tr>
+<td>derbyall suite</td><td>Suse 9.2, IBM JDK 1.4.2 (cxia32142-20050929)</td><td>Ramandeep Kaur</td>
+</tr>
+<tr>
+<td>derbyall suite</td><td>Suse 9.2, IBM JDK 1.5.0 (pxi32dev-20060511)</td><td>Ramandeep Kaur</td>
+</tr>
+<tr>
+<td>J2EE CTS test suite, JDBC only, with JCC 2.6</td><td>Windows 2000, Sun JDK 1.4.2_07-b05</td><td>Myrna Van Lunteren</td>
+</tr>
+<tr>
+<td>derbyall suite</td><td>RHEL 4.0 (Linux 2.6.9 x86-64), Sun SDK 1.5.0_04-b05)</td><td>Myrna Van Lunteren</td>
+</tr>
+<tr>
+<td>derbyall suite</td><td>Windows 2000, IBM SDK 1.5.0</td><td>Myrna Van Lunteren</td>
+</tr>
+<tr>
+<td>derbyall suite</td><td>AIX 5.2, IBM JDK 1.4.2 and JDK 1.5.0 (with and w/o JIT)</td><td>Manjula Kutty</td>
+</tr>
+<tr>
+<td>system/stress tests (10.1.3.0)</td><td>Redhat Linux, IBM JDK 1.4.2 and IBM JDK 1.5.0 (w/o JIT)</td><td>Manjula Kutty</td>
+</tr>
+<tr>
+<td>IPV6 tests</td><td>Release notes included for DERBY-282 and DERBY-526</td><td>Manjula Kutty</td>
+</tr>
+<tr>
+<td>derbyall suite (10.1.3.0)</td><td>SLES 9 (SMP), Sun J2SE 5.0 and IBM 1.3.1 SP 10</td><td>Stan Bradbury</td>
+</tr>
+<tr>
+<td>derbyall suite (10.1.3.1)</td><td>SLES 9 (SMP), Sun J2SE 5.0</td><td>Stan Bradbury</td>
+</tr>
+<tr>
+<td><a class="external" href="http://people.apache.org/~fuzzylogic/codecoverage/417277/">Code coverage</a></td><td>JDK 1.3.1, JDK 1.4.2, JDK 1.5.0</td><td>Ramandeep Kaur</td>
+</tr>
+</table>
+<p>Several test issues were reported, such as DERBY-496, DERBY-937, DERBY-1221, DERBY-1351, but no specific code issues were noted.</p>
+<p>Tests for a specific platform can be run using the derbyTesting.jar file that can be found in the lib directory of the -lib or -bin distributions.</p>
+<p>Instructions on how to run the tests can be found in the <a class="external" href="http://svn.apache.org/repos/asf/db/derby/code/branches/10.1/java/testing/README.htm">testing README</a>.</p>
+</div>
+<a name="N105E4"></a><a name="Verifying+releases"></a>
+<h2 class="boxed">Verifying releases</h2>
+<div class="section">
+<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://svn.apache.org/repos/asf/db/derby/code/trunk/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>
+<pre>% pgpk -a KEYS
+% pgpv db-derby-X.Y.tar.gz.asc
+
+<em>or</em>
+
+% pgp -ka KEYS
+% pgp db-derby-X.Y.tar.gz.asc
+
+<em>or</em>
+
+% gpg --import KEYS
+% gpg --verify db-derby-X.Y.tar.gz.asc
+
+</pre>
+<p>To verify the MD5 signature on the files, you need to use a program called <span class="codefrag">md5</span> or <span class="codefrag">md5sum</span>, which is included in many unix distributions. It is also available as part of <a class="external" href="http://www.gnu.org/software/textutils/textutils.html">GNU Textutils</a>. Windows users can get binary md5 programs from <a class="external" href="http://www.fourmilab.ch/md5/">here</a>, <a class="external" href="http://www.pc-tools.net/win32/freeware/console/">here</a>, or <a class="external" href="http://www.slavasoft.com/fsum/">here</a>.</p>
+<p>We strongly recommend you verify your downloads with both PGP and MD5.</p>
+</div>
+</div>
+<div class="clearboth">&nbsp;</div>
+</div>
+<div id="footer">
+<div class="lastmodified">
+<script type="text/javascript"><!--
+document.write("<text>Last Published:</text> " + document.lastModified);
+//  --></script>
+</div>
+<div class="copyright">
+        Copyright &copy;
+         2004-2006 Apache Software Foundation</div>
+<div id="feedback">
+    Send feedback about the website to:
+  <a id="feedbackto" href="mailto:derby-user@db.apache.org?subject=Feedback%C2%A0releases/release-10.1.3.1.html">derby-user@db.apache.org</a>
+</div>
+</div>
+</body>
+</html>

Propchange: db/derby/site/trunk/build/site/releases/release-10.1.3.1.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: db/derby/site/trunk/doap_Derby.rdf
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/doap_Derby.rdf?rev=419338&r1=419337&r2=419338&view=diff
==============================================================================
--- db/derby/site/trunk/doap_Derby.rdf (original)
+++ db/derby/site/trunk/doap_Derby.rdf Wed Jul  5 13:54:00 2006
@@ -33,6 +33,13 @@
         <revision>10.1.2.1</revision>
       </Version>
     </release>
+    <release>
+      <Version>
+        <name>Apache Derby</name>
+        <created>2006-07-05</created>
+        <revision>10.1.3.1</revision>
+      </Version>
+    </release>
     <repository>
       <SVNRepository>
         <location rdf:resource="http://svn.apache.org/repos/asf/db/derby/code/trunk/"/>

Modified: db/derby/site/trunk/src/documentation/conf/cli.xconf
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/conf/cli.xconf?rev=419338&r1=419337&r2=419338&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/conf/cli.xconf (original)
+++ db/derby/site/trunk/src/documentation/conf/cli.xconf Wed Jul  5 13:54:00 2006
@@ -309,6 +309,7 @@
    <uris name="release-10.1.1.0" follow-links="false">
      <uri type="append" src="releases/release-10.1.1.0.html"/>
      <uri type="append" src="releases/release-10.1.2.1.html"/>
+     <uri type="append" src="releases/release-10.1.3.1.html"/>
    </uris>
 
    <!--+

Modified: db/derby/site/trunk/src/documentation/content/xdocs/derby_downloads.xml
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/derby_downloads.xml?rev=419338&r1=419337&r2=419338&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/derby_downloads.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/derby_downloads.xml Wed Jul  5 13:54:00 2006
@@ -11,14 +11,17 @@
 <section>
 <title> Latest Official Release </title>
 <ul>
-   <li> <a href="releases/release-10.1.2.1.cgi">10.1.2.1</a> 
-   (Nov 18, 2005 / SVN 330608)
+   <li> <a href="releases/release-10.1.3.1.cgi">10.1.3.1</a> 
+   (Jun 30, 2006 / SVN 417277)
    </li>
 </ul>
 </section>
 <section>
 <title>Previous Official Releases</title>
 <ul>
+   <li> <a href="releases/release-10.1.2.1.cgi">10.1.2.1</a> 
+   (Nov 18, 2005 / SVN 330608)
+   </li>
    <li> <a href="releases/release-10.1.1.0.cgi">10.1.1.0</a> 
    (Aug 3, 2005 / SVN 208786)
    </li>

Added: db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.1.3.1.cgi
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.1.3.1.cgi?rev=419338&view=auto
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.1.3.1.cgi (added)
+++ db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.1.3.1.cgi Wed Jul  5 13:54:00 2006
@@ -0,0 +1,23 @@
+#!/bin/sh
+
+# Copyright 2002-2005 The Apache Software Foundation or its licensors,
+# as applicable.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# Wrapper script around mirrors.cgi script
+# (we must change to that directory in order for python to pick up the
+#  python includes correctly)
+# Copied from Stefan's http://www.apache.org/~bodewig/mirror.html
+cd /www/www.apache.org/dyn/mirrors 
+/www/www.apache.org/dyn/mirrors/mirrors.cgi $*

Propchange: db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.1.3.1.cgi
------------------------------------------------------------------------------
    svn:eol-style = native