You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/06/16 22:19:41 UTC

svn commit: r27512 - in /release/commons/dbcp: ./ binaries/ source/

Author: ggregory
Date: Sat Jun 16 22:19:41 2018
New Revision: 27512

Log:
Apache Commons DBCP 2.4.0.

Removed:
    release/commons/dbcp/binaries/commons-dbcp2-2.3.0-bin.tar.gz
    release/commons/dbcp/binaries/commons-dbcp2-2.3.0-bin.tar.gz.asc
    release/commons/dbcp/binaries/commons-dbcp2-2.3.0-bin.tar.gz.sha1
    release/commons/dbcp/binaries/commons-dbcp2-2.3.0-bin.tar.gz.sha256
    release/commons/dbcp/binaries/commons-dbcp2-2.3.0-bin.zip
    release/commons/dbcp/binaries/commons-dbcp2-2.3.0-bin.zip.asc
    release/commons/dbcp/binaries/commons-dbcp2-2.3.0-bin.zip.sha1
    release/commons/dbcp/binaries/commons-dbcp2-2.3.0-bin.zip.sha256
    release/commons/dbcp/source/commons-dbcp2-2.3.0-src.tar.gz
    release/commons/dbcp/source/commons-dbcp2-2.3.0-src.tar.gz.asc
    release/commons/dbcp/source/commons-dbcp2-2.3.0-src.tar.gz.sha1
    release/commons/dbcp/source/commons-dbcp2-2.3.0-src.tar.gz.sha256
    release/commons/dbcp/source/commons-dbcp2-2.3.0-src.zip
    release/commons/dbcp/source/commons-dbcp2-2.3.0-src.zip.asc
    release/commons/dbcp/source/commons-dbcp2-2.3.0-src.zip.sha1
    release/commons/dbcp/source/commons-dbcp2-2.3.0-src.zip.sha256
Modified:
    release/commons/dbcp/README.html
    release/commons/dbcp/binaries/README.html
    release/commons/dbcp/source/README.html

Modified: release/commons/dbcp/README.html
==============================================================================
--- release/commons/dbcp/README.html (original)
+++ release/commons/dbcp/README.html Sat Jun 16 22:19:41 2018
@@ -3,7 +3,7 @@
 <p>
 Note that DBCP comes in three versions which are for different JDBC releases:
 <ul>
-<li>DBCP 2.3.0 for JDBC 4.1 (Java 7+)
+<li>DBCP 2.4.0 for JDBC 4.1 (Java 7+)
 <li>DBCP 1.4 for JDBC 4 (Java 6)</li>
 <li>DBCP 1.3 for JDBC 3 (Java 1.4 and Java 5)</li>
 </ul>
@@ -45,13 +45,13 @@ HREF="http://www.apache.org/dist/commons
 
 <pre>Always test available signatures, <i>e.g.</i>,
 $ pgpk -a KEYS
-$ pgpv commons-dbcp2-2.3.0-bin.tar.gz.asc
+$ pgpv commons-dbcp2-2.4.0-bin.tar.gz.asc
 or,
 $ pgp -ka KEYS
-$ pgp commons-dbcp2-2.3.0-bin.tar.gz.asc
+$ pgp commons-dbcp2-2.4.0-bin.tar.gz.asc
 or,
 $ gpg --import KEYS
-$ gpg --verify commons-dbcp2-2.3.0-bin.tar.gz.asc
+$ gpg --verify commons-dbcp2-2.4.0-bin.tar.gz.asc
 </pre>
 <p>
 

Modified: release/commons/dbcp/binaries/README.html
==============================================================================
--- release/commons/dbcp/binaries/README.html (original)
+++ release/commons/dbcp/binaries/README.html Sat Jun 16 22:19:41 2018
@@ -1 +1,57 @@
-link ../README.html
\ No newline at end of file
+<h1>Commons-DBCP</h1>
+
+<p>
+Note that DBCP comes in three versions which are for different JDBC releases:
+<ul>
+<li>DBCP 2.4.0 for JDBC 4.1 (Java 7+)
+<li>DBCP 1.4 for JDBC 4 (Java 6)</li>
+<li>DBCP 1.3 for JDBC 3 (Java 1.4 and Java 5)</li>
+</ul>
+</p>
+
+<p><font color="red" size="+2">Note:</font>
+The tar files in the distribution use GNU tar extensions
+and must be untarred with a GNU compatible version of tar. The version
+of tar on Solaris and Mac OS X will not work with these files</p>
+
+<a name="changes"><h2>Changes</h2></a>
+
+<p>The changes in this release are detailed in the release notes.</p>
+
+<p>Thank you for using <a href="http://commons.apache.org/dbcp/">Commons DBCP</a>.</p>
+
+<p>From the Apache Commons Project<br><a href="http://commons.apache.org/">http://commons.apache.org/</a></p>
+
+<h2><a name="mirrors">Download from your
+    <a href="http://www.apache.org/dyn/closer.cgi/commons/">nearest mirror site!</a></a></h2>
+
+<p>
+    Do not download from www.apache.org.  Please use a mirror site
+    to help us save apache.org bandwidth.
+    <a href="http://www.apache.org/dyn/closer.cgi/commons/">Go 
+      here to find your nearest mirror.</a>
+</p>
+
+<a name="sig"><h2>Signatures</h2></a>
+
+<p>Many of the files have been digitally signed using GnuPG.  If so,
+there will be an accompanying <samp><em>file</em>.asc</samp> signature
+file in the same directory as the file (binaries/ or source/).  The
+signing keys can be found in the distribution directory at &lt;<a
+HREF="http://www.apache.org/dist/commons/KEYS"><samp>http://www.apache.org/dist/commons/KEYS</samp></a>&gt;.</p>
+
+<p><b>Always download the KEYS file directly from the Apache site, never from a mirror site.</b></p>
+
+
+<pre>Always test available signatures, <i>e.g.</i>,
+$ pgpk -a KEYS
+$ pgpv commons-dbcp2-2.4.0-bin.tar.gz.asc
+or,
+$ pgp -ka KEYS
+$ pgp commons-dbcp2-2.4.0-bin.tar.gz.asc
+or,
+$ gpg --import KEYS
+$ gpg --verify commons-dbcp2-2.4.0-bin.tar.gz.asc
+</pre>
+<p>
+

Modified: release/commons/dbcp/source/README.html
==============================================================================
--- release/commons/dbcp/source/README.html (original)
+++ release/commons/dbcp/source/README.html Sat Jun 16 22:19:41 2018
@@ -1 +1,57 @@
-link ../README.html
\ No newline at end of file
+<h1>Commons-DBCP</h1>
+
+<p>
+Note that DBCP comes in three versions which are for different JDBC releases:
+<ul>
+<li>DBCP 2.4.0 for JDBC 4.1 (Java 7+)
+<li>DBCP 1.4 for JDBC 4 (Java 6)</li>
+<li>DBCP 1.3 for JDBC 3 (Java 1.4 and Java 5)</li>
+</ul>
+</p>
+
+<p><font color="red" size="+2">Note:</font>
+The tar files in the distribution use GNU tar extensions
+and must be untarred with a GNU compatible version of tar. The version
+of tar on Solaris and Mac OS X will not work with these files</p>
+
+<a name="changes"><h2>Changes</h2></a>
+
+<p>The changes in this release are detailed in the release notes.</p>
+
+<p>Thank you for using <a href="http://commons.apache.org/dbcp/">Commons DBCP</a>.</p>
+
+<p>From the Apache Commons Project<br><a href="http://commons.apache.org/">http://commons.apache.org/</a></p>
+
+<h2><a name="mirrors">Download from your
+    <a href="http://www.apache.org/dyn/closer.cgi/commons/">nearest mirror site!</a></a></h2>
+
+<p>
+    Do not download from www.apache.org.  Please use a mirror site
+    to help us save apache.org bandwidth.
+    <a href="http://www.apache.org/dyn/closer.cgi/commons/">Go 
+      here to find your nearest mirror.</a>
+</p>
+
+<a name="sig"><h2>Signatures</h2></a>
+
+<p>Many of the files have been digitally signed using GnuPG.  If so,
+there will be an accompanying <samp><em>file</em>.asc</samp> signature
+file in the same directory as the file (binaries/ or source/).  The
+signing keys can be found in the distribution directory at &lt;<a
+HREF="http://www.apache.org/dist/commons/KEYS"><samp>http://www.apache.org/dist/commons/KEYS</samp></a>&gt;.</p>
+
+<p><b>Always download the KEYS file directly from the Apache site, never from a mirror site.</b></p>
+
+
+<pre>Always test available signatures, <i>e.g.</i>,
+$ pgpk -a KEYS
+$ pgpv commons-dbcp2-2.4.0-bin.tar.gz.asc
+or,
+$ pgp -ka KEYS
+$ pgp commons-dbcp2-2.4.0-bin.tar.gz.asc
+or,
+$ gpg --import KEYS
+$ gpg --verify commons-dbcp2-2.4.0-bin.tar.gz.asc
+</pre>
+<p>
+