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 my...@apache.org on 2009/04/30 04:01:10 UTC

svn commit: r770035 [3/5] - in /db/derby/site/trunk: build/site/ build/site/releases/ src/documentation/conf/ src/documentation/content/xdocs/ src/documentation/content/xdocs/papers/DerbyTut/ src/documentation/content/xdocs/releases/

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=770035&r1=770034&r2=770035&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/conf/cli.xconf (original)
+++ db/derby/site/trunk/src/documentation/conf/cli.xconf Thu Apr 30 02:01:09 2009
@@ -309,6 +309,7 @@
    <uris name="release-10.1.1.0" follow-links="false">
      <uri type="append" src="releases/release-10.3.3.0.html"/>
      <uri type="append" src="releases/release-10.4.2.0.html"/>
+     <uri type="append" src="releases/release-10.5.1.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=770035&r1=770034&r2=770035&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 Thu Apr 30 02:01:09 2009
@@ -27,6 +27,9 @@
 <section>
 <title> Latest Official Release </title>
 <ul>
+   <li> <a href="releases/release-10.5.1.1.cgi">10.5.1.1</a> 
+   (April 28, 2009 / SVN 764942)
+   </li>
    <li> <a href="releases/release-10.4.2.0.cgi">10.4.2.0</a> 
    (September 5, 2008 / SVN 689064)
    </li>
@@ -87,7 +90,7 @@
 </section>
 
 <p>
-<em>Last updated: January 6, 2009</em>
+<em>Last updated: April 28, 2009</em>
 </p>
 
 </body>

Modified: db/derby/site/trunk/src/documentation/content/xdocs/papers/DerbyTut/install_software.xml
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/papers/DerbyTut/install_software.xml?rev=770035&r1=770034&r2=770035&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/papers/DerbyTut/install_software.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/papers/DerbyTut/install_software.xml Thu Apr 30 02:01:09 2009
@@ -145,20 +145,20 @@
 <p>
 Download the binary Apache Derby distribution from the Derby web site at 
 <a href="http://db.apache.org/derby/derby_downloads.html">http://db.apache.org/derby/derby_downloads.html</a>.
-These tutorial instructions use version 10.4.1.3 and 
+These tutorial instructions use version 10.5.1.1 and 
 assume you downloaded one of the binary distribution files 
 listed in the table below:
 </p>
 
 <table>
      <tr><th>Operating System</th><th>Download File</th></tr>
-     <tr><td>Windows</td><td>db-derby-10.4.1.3-bin.zip</td></tr>
-     <tr><td>UNIX, Linux, and Mac</td><td>db-derby-10.4.1.3-bin.tar.gz</td></tr>
+     <tr><td>Windows</td><td>db-derby-10.5.1.1-bin.zip</td></tr>
+     <tr><td>UNIX, Linux, and Mac</td><td>db-derby-10.5.1.1-bin.tar.gz</td></tr>
 </table>
 
 <p>If a more recent release is available, download that,
    then substitute that version number 
-for <code>10.4.1.3</code> in the following instructions.
+for <code>10.5.1.1</code> in the following instructions.
    </p>
    </section>
 
@@ -176,20 +176,20 @@
 
 <p class="code-block">Windows (use your extraction tool e.g. WinZip -- these instructions use mks unzip):
 mkdir C:\Apache
-copy db-derby-10.4.1.3-bin.zip C:\Apache
+copy db-derby-10.5.1.1-bin.zip C:\Apache
 cd C:\Apache
-unzip db-derby-10.4.1.3-bin.zip
+unzip db-derby-10.5.1.1-bin.zip
 </p>
 
 <p class="code-block">UNIX:
 mkdir /opt/Apache
-cp db-derby-10.4.1.3-bin.tar.gz /opt/Apache
+cp db-derby-10.5.1.1-bin.tar.gz /opt/Apache
 cd /opt/Apache
-tar xzvf db-derby-10.4.1.3-bin.tar.gz
+tar xzvf db-derby-10.5.1.1-bin.tar.gz
 </p>
 
    <p>In both cases, the software will now be extracted into a subdirectory
-    named <code>db-derby-10.4.1.3-bin</code>. 
+    named <code>db-derby-10.5.1.1-bin</code>. 
    </p>
 
 </section>
@@ -204,11 +204,11 @@
 </p>
 
 <p class="code-block">Windows:
-C:\&gt; set DERBY_INSTALL=C:\Apache\db-derby-10.4.1.3-bin
+C:\&gt; set DERBY_INSTALL=C:\Apache\db-derby-10.5.1.1-bin
 </p>
 
 <p class="code-block">UNIX Korn Shell:
-$ export DERBY_INSTALL=/opt/Apache/db-derby-10.4.1.3-bin
+$ export DERBY_INSTALL=/opt/Apache/db-derby-10.5.1.1-bin
 </p>
 
 </section>
@@ -267,7 +267,7 @@
 
 <p class="code-block">Windows:
 C:\&gt; cd %DERBY_INSTALL%\bin
-C:\Apache\db-derby-10.4.1.3-bin\bin&gt; setEmbeddedCP.bat
+C:\Apache\db-derby-10.5.1.1-bin\bin&gt; setEmbeddedCP.bat
 </p>
 
 <p class="code-block">UNIX:
@@ -292,19 +292,19 @@
 Java Version:    1.5.0_06
 Java Vendor:     Sun Microsystems Inc.
 Java home:       C:\jdk1.5
-Java classpath:  C:\Apache\DB-DER~1.3-B\lib\derby.jar;C:\Apache\DB-DER~1.3-B\lib\derbytools.jar;
+Java classpath:  C:\Apache\DB-DER~1.1-B\lib\derby.jar;C:\Apache\DB-DER~1.1-B\lib\derbytools.jar;
 OS name:         Windows XP
 OS architecture: x86
 OS version:      5.1
 Java user name:  user
 Java user home:  C:\Documents and Settings\user
-Java user dir:   C:\Apache\db-derby-10.4.1.3-bin\bin
+Java user dir:   C:\Apache\db-derby-10.5.1.1-bin\bin
 java.specification.name: Java Platform API Specification
 java.specification.version: 1.5
 --------- Derby Information --------
 JRE - JDBC: J2SE 5.0 - JDBC 3.0
-[C:\Apache\db-derby-10.4.1.3-bin\lib\derby.jar] 10.4.1.3 - (648739)
-[C:\Apache\db-derby-10.4.1.3-bin\lib\derbytools.jar] 10.4.1.3 - (648739)
+[C:\Apache\db-derby-10.5.1.1-bin\lib\derby.jar] 10.5.1.1 - (764942)
+[C:\Apache\db-derby-10.5.1.1-bin\lib\derbytools.jar] 10.5.1.1 - (764942)
 ------------------------------------------------------
 ----------------- Locale Information -----------------
 Current Locale :  [English/United States [en_US]]
@@ -313,7 +313,7 @@
 .
 .
 Found support for locale: [zh_TW]
-         version: 10.4.1.3 - (648739)
+         version: 10.5.1.1 - (764942)
 ------------------------------------------------------
 </p>
 
@@ -338,12 +338,12 @@
 </p>
 <p class="code-block">Windows:
 C:\&gt; echo %CLASSPATH% 
-C:\Apache\DB-DER~1.3-B\lib\derby.jar;C:\Apache\DB-DER~1.3-B\lib\derbytools.jar;
+C:\Apache\DB-DER~1.1-B\lib\derby.jar;C:\Apache\DB-DER~1.1-B\lib\derbytools.jar;
 </p>
 
 <p class="code-block">UNIX:
 $ echo $CLASSPATH
-/opt/Apache/db-derby-10.4.1.3-bin/lib/derby.jar:/opt/Apache/db-derby-10.4.1.3-bin/lib/derbytools.jar:
+/opt/Apache/db-derby-10.5.1.1-bin/lib/derby.jar:/opt/Apache/db-derby-10.5.1.1-bin/lib/derbytools.jar:
 </p>
 
 <p>

Added: db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.5.1.1.cgi
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.5.1.1.cgi?rev=770035&view=auto
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.5.1.1.cgi (added)
+++ db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.5.1.1.cgi Thu Apr 30 02:01:09 2009
@@ -0,0 +1,25 @@
+#!/bin/sh
+
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you 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.5.1.1.cgi
------------------------------------------------------------------------------
    svn:executable = *