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 2005/03/10 23:57:59 UTC

svn commit: r157007 - in incubator/derby/site/trunk/src/documentation/content/xdocs: derby_downloads.xml releases/release-10.0.2.1.xml

Author: fuzzylogic
Date: Thu Mar 10 14:57:57 2005
New Revision: 157007

URL: http://svn.apache.org/viewcvs?view=rev&rev=157007
Log:
Make punctuation in 10.0.2.1 release page consistent.
Remove unneeded sections from derby_downloads.xml

Modified:
    incubator/derby/site/trunk/src/documentation/content/xdocs/derby_downloads.xml
    incubator/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.0.2.1.xml

Modified: incubator/derby/site/trunk/src/documentation/content/xdocs/derby_downloads.xml
URL: http://svn.apache.org/viewcvs/incubator/derby/site/trunk/src/documentation/content/xdocs/derby_downloads.xml?view=diff&r1=157006&r2=157007
==============================================================================
--- incubator/derby/site/trunk/src/documentation/content/xdocs/derby_downloads.xml (original)
+++ incubator/derby/site/trunk/src/documentation/content/xdocs/derby_downloads.xml Thu Mar 10 14:57:57 2005
@@ -199,27 +199,6 @@
      </td>
     </tr>
 
-
-    <tr>
-    <td> Java Compiler Compiler (JavaCC) version 3.1</td>
-    <td>
-          <a href="https://javacc.dev.java.net/">https://javacc.dev.java.net/ </a>
-          </td>
-    </tr>
-
-    <tr>
-    <td> jakarta-servlet API 4 (Servlet 2.4) </td>
-    <td>
-       <a href="http://cvs.apache.org/builds/jakarta-servletapi-4/nightly/">http://cvs.apache.org/builds/jakarta-servletapi-4/nightly/</a>;
-       however, see the
-       <a href="http://mail-archives.eu.apache.org/mod_mbox/db-derby-dev/200410.mbox/%3c4176B042.9010106@gluecode.com%3e">"Can't find jakarta-servlet api for building Derby"</a> mail list topic.
-	</td>
-    </tr>
-    <tr>
-    <td> Jakarta-ORO 2.0.8</td>
-    <td> <a href="http://jakarta.apache.org/oro">http://jakarta.apache.org/oro</a></td>
-    </tr>
-
     <tr>
     <td> OSGi Service Platform Release 3 (osgi.jar) (optional) </td>
     <td>
@@ -238,14 +217,6 @@
           <td>
 		<a href="http://java.sun.com/products/jdbc/download.html">http://java.sun.com/products/jdbc/download.html</a>
                (select "JDBC 2.0 Optional Package Binary")
-          </td>
-    </tr>
-
-    <tr>
-          <td> Java Transaction API (JTA) 1.0.1B</td>
-          <td>
-		<a href="http://java.sun.com/products/jta/">http://java.sun.com/products/jta/</a>
-               (select "Class files")
           </td>
     </tr>
 

Modified: incubator/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.0.2.1.xml
URL: http://svn.apache.org/viewcvs/incubator/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.0.2.1.xml?view=diff&r1=157006&r2=157007
==============================================================================
--- incubator/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.0.2.1.xml (original)
+++ incubator/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.0.2.1.xml Thu Mar 10 14:57:57 2005
@@ -21,16 +21,16 @@
       <p>SQL support:</p>
       <ul>
         <li>Schemas, tables, tempoaray tables, views, triggers, indexes, savepoints</li>
-        <li>Java procedures and functions.</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>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>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>
@@ -52,19 +52,19 @@
     
     <p>Derby version 10.0.2.1</p>
     
-    <p>This is the first incubator release for derby. The build number of this release is 106978.
+    <p>This is the first incubator release for Derby. The build number of this release is 106978.
     For getting started, refer to the <a href="http://incubator.apache.org/derby/manuals/getstart/gspr02.html">Getting Started manual</a>.</p>
 
     <p>The version of the IBM Universal JDBC Driver required with the Derby Network Server is 2.4.</p>
     
     <p>A detailed list of changes can be found in the CHANGES file in each of the distributions listed below.</p>
     <p>This release fixes the following reported JIRA issues since the start of
-    the derby project as an Apache incubator project:</p>
+    the Derby project as an Apache incubator project:</p>
     
     <p>Code issues:</p>
     <table>
     <tr><td>Key</td><td>Summary</td></tr>
-    <tr><td><a href="http://issues.apache.org/jira/browse/DERBY-6">DERBY-6      </a></td><td>Trigger of the form: create trigger ... values myFunction(); has no effect.</td></tr>
+    <tr><td><a href="http://issues.apache.org/jira/browse/DERBY-6">DERBY-6</a></td><td>Trigger of the form: create trigger ... values myFunction(); has no effect.</td></tr>
     <tr><td><a href="http://issues.apache.org/jira/browse/DERBY-14">DERBY-14</a></td><td>Triggers do not evaluate functions in VALUES trigger actions.</td></tr>
     <tr><td><a href="http://issues.apache.org/jira/browse/DERBY-21">DERBY-21</a></td><td>ResultsetMetaData.getColumnClassName() for CLOB and BLOB datatypes is incorrect.</td></tr>
     <tr><td><a href="http://issues.apache.org/jira/browse/DERBY-30">DERBY-30</a></td><td>Connection.close() method inconsistently throws exception on closed connection</td></tr>
@@ -86,7 +86,7 @@
     Documentation issues:</p>
     <table>
     <tr><td>Key</td><td>Summary</td></tr>
-    <tr><td><a href="http://issues.apache.org/jira/browse/DERBY-9">DERBY-9  </a></td><td>Documentation Bug re BETWEEN</td></tr>
+    <tr><td><a href="http://issues.apache.org/jira/browse/DERBY-9">DERBY-9</a></td><td>Documentation Bug re BETWEEN</td></tr>
     <tr><td><a href="http://issues.apache.org/jira/browse/DERBY-41">DERBY-41</a></td><td>Documentation Error - Developer's Guide - 'C' index</td></tr>
     <tr><td><a href="http://issues.apache.org/jira/browse/DERBY-58">DERBY-58</a></td><td>dblook options doco incorrect</td></tr>
     </table>
@@ -97,7 +97,7 @@
     <p>Code issues:</p>
     <table>
     <tr><td>Key</td><td>Summary</td></tr>
-    <tr><td><a href="http://issues.apache.org/jira/browse/DERBY-1">DERBY-1      </a></td><td>Can't create a new db on OS X</td></tr>
+    <tr><td><a href="http://issues.apache.org/jira/browse/DERBY-1">DERBY-1</a></td><td>Can't create a new db on OS X</td></tr>
     <tr><td><a href="http://issues.apache.org/jira/browse/DERBY-3">DERBY-3</a></td><td>Identity column not filled consecutively with "insert ... select distinct"</td></tr>
     <tr><td><a href="http://issues.apache.org/jira/browse/DERBY-5">DERBY-5</a></td><td>Network Server Protocol error when select fails and "order by" is specified</td></tr>
     <tr><td><a href="http://issues.apache.org/jira/browse/DERBY-7">DERBY-7</a></td><td>Bug in NULLIF Function</td></tr>