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 [1/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/

Author: myrnavl
Date: Thu Apr 30 02:01:09 2009
New Revision: 770035

URL: http://svn.apache.org/viewvc?rev=770035&view=rev
Log:
DERBY-4108 : update the web site with info re 10.5.1.1 release

Added:
    db/derby/site/trunk/build/site/releases/release-10.5.1.1.cgi   (with props)
    db/derby/site/trunk/build/site/releases/release-10.5.1.1.html
    db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.5.1.1.cgi   (with props)
    db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.5.1.1.html   (with props)
Modified:
    db/derby/site/trunk/build/site/derby_downloads.html
    db/derby/site/trunk/src/documentation/conf/cli.xconf
    db/derby/site/trunk/src/documentation/content/xdocs/derby_downloads.xml
    db/derby/site/trunk/src/documentation/content/xdocs/papers/DerbyTut/install_software.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=770035&r1=770034&r2=770035&view=diff
==============================================================================
--- db/derby/site/trunk/build/site/derby_downloads.html (original)
+++ db/derby/site/trunk/build/site/derby_downloads.html Thu Apr 30 02:01:09 2009
@@ -163,6 +163,11 @@
 <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>
@@ -175,7 +180,7 @@
 </ul>
 </div>
 
-<a name="N10025"></a><a name="Archived+Official+Releases"></a>
+<a name="N1002C"></a><a name="Archived+Official+Releases"></a>
 <h2 class="boxed">Archived Official Releases</h2>
 <div class="section">
 <ul>
@@ -214,7 +219,7 @@
 </div>
 
 
-<a name="N10059"></a><a name="Deprecated+Releases"></a>
+<a name="N10060"></a><a name="Deprecated+Releases"></a>
 <h2 class="boxed">Deprecated Releases</h2>
 <div class="section">
 <p>
@@ -236,7 +241,7 @@
 </div>
 
 
-<a name="N10072"></a><a name="Change+History"></a>
+<a name="N10079"></a><a name="Change+History"></a>
 <h2 class="boxed">Change History</h2>
 <div class="section">
 <p>
@@ -254,7 +259,7 @@
 
 <p>
 
-<em>Last updated: January 6, 2009</em>
+<em>Last updated: April 28, 2009</em>
 
 </p>
 

Added: db/derby/site/trunk/build/site/releases/release-10.5.1.1.cgi
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/build/site/releases/release-10.5.1.1.cgi?rev=770035&view=auto
==============================================================================
--- db/derby/site/trunk/build/site/releases/release-10.5.1.1.cgi (added)
+++ db/derby/site/trunk/build/site/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/build/site/releases/release-10.5.1.1.cgi
------------------------------------------------------------------------------
    svn:executable = *