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 2019/07/16 22:37:57 UTC

svn commit: r34904 - in /release/commons/vfs: ./ binaries/ source/

Author: ggregory
Date: Tue Jul 16 22:37:57 2019
New Revision: 34904

Log:
Apache Commons VFS 2.4.

Removed:
    release/commons/vfs/binaries/commons-vfs-2.3-bin.tar.gz
    release/commons/vfs/binaries/commons-vfs-2.3-bin.tar.gz.asc
    release/commons/vfs/binaries/commons-vfs-2.3-bin.tar.gz.sha512
    release/commons/vfs/binaries/commons-vfs-2.3-bin.zip
    release/commons/vfs/binaries/commons-vfs-2.3-bin.zip.asc
    release/commons/vfs/binaries/commons-vfs-2.3-bin.zip.sha512
    release/commons/vfs/source/commons-vfs-2.3-src.tar.gz
    release/commons/vfs/source/commons-vfs-2.3-src.tar.gz.asc
    release/commons/vfs/source/commons-vfs-2.3-src.tar.gz.sha512
    release/commons/vfs/source/commons-vfs-2.3-src.zip
    release/commons/vfs/source/commons-vfs-2.3-src.zip.asc
    release/commons/vfs/source/commons-vfs-2.3-src.zip.sha512
Modified:
    release/commons/vfs/README.html
    release/commons/vfs/binaries/README.html
    release/commons/vfs/source/README.html

Modified: release/commons/vfs/README.html
==============================================================================
--- release/commons/vfs/README.html (original)
+++ release/commons/vfs/README.html Tue Jul 16 22:37:57 2019
@@ -1,7 +1,7 @@
-<h1>Commons VFS v2.3</h1>
+<h1>Commons VFS v2.4</h1>
 
 
-<p>This is the 2.3 version of Apache Commons VFS. It is available in both binary and source distributions.</p>
+<p>This is the 2.4 version of Apache Commons VFS. It is available in both binary and source distributions.</p>
 
 <p><strong>Note:</strong>
 The tar files in the distribution use GNU tar extensions
@@ -39,13 +39,13 @@ HREF="http://www.apache.org/dist/commons
 
 <pre>Always test available signatures, <i>e.g.</i>,
 $ pgpk -a KEYS
-$ pgpv commons-vfs2-distribution-2.3.tar.gz.asc
+$ pgpv commons-vfs2-distribution-2.4.tar.gz.asc
 or,
 $ pgp -ka KEYS
-$ pgp commons-vfs2-distribution-2.3.tar.gz.asc
+$ pgp commons-vfs2-distribution-2.4.tar.gz.asc
 or,
 $ gpg --import KEYS
-$ gpg --verify commons-vfs2-distribution-2.3.tar.gz.asc commons-vfs-2.3.tar.gz
+$ gpg --verify commons-vfs2-distribution-2.4.tar.gz.asc commons-vfs-2.4.tar.gz
 </pre>
 <p>
 

Modified: release/commons/vfs/binaries/README.html
==============================================================================
--- release/commons/vfs/binaries/README.html (original)
+++ release/commons/vfs/binaries/README.html Tue Jul 16 22:37:57 2019
@@ -1,51 +1 @@
-<h1>Commons VFS v2.3</h1>
-
-
-<p>This is the 2.3 version of Apache Commons VFS. It is available in both binary and source distributions.</p>
-
-<p><strong>Note:</strong>
-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/commons/vfs/">Commons VFS</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-vfs2-distribution-2.3.tar.gz.asc
-or,
-$ pgp -ka KEYS
-$ pgp commons-vfs2-distribution-2.3.tar.gz.asc
-or,
-$ gpg --import KEYS
-$ gpg --verify commons-vfs2-distribution-2.3.tar.gz.asc commons-vfs-2.3.tar.gz
-</pre>
-<p>
-
+link ../README.html
\ No newline at end of file

Modified: release/commons/vfs/source/README.html
==============================================================================
--- release/commons/vfs/source/README.html (original)
+++ release/commons/vfs/source/README.html Tue Jul 16 22:37:57 2019
@@ -1,51 +1 @@
-<h1>Commons VFS v2.3</h1>
-
-
-<p>This is the 2.3 version of Apache Commons VFS. It is available in both binary and source distributions.</p>
-
-<p><strong>Note:</strong>
-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/commons/vfs/">Commons VFS</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-vfs2-distribution-2.3.tar.gz.asc
-or,
-$ pgp -ka KEYS
-$ pgp commons-vfs2-distribution-2.3.tar.gz.asc
-or,
-$ gpg --import KEYS
-$ gpg --verify commons-vfs2-distribution-2.3.tar.gz.asc commons-vfs-2.3.tar.gz
-</pre>
-<p>
-
+link ../README.html
\ No newline at end of file