Author: ggregory
Date: Wed Mar 10 05:30:42 2021
New Revision: 46554
Log:
Apache Commons VFS 2.8.0
Modified:
release/commons/vfs/README.html
release/commons/vfs/RELEASE-NOTES.txt
Modified: release/commons/vfs/README.html
==============================================================================
--- release/commons/vfs/README.html (original)
+++ release/commons/vfs/README.html Wed Mar 10 05:30:42 2021
@@ -1,7 +1,7 @@
-<h1>Commons VFS 2.7.0</h1>
+<h1>Commons VFS 2.8.0</h1>
-<p>This is the 2.7.0 version of Apache Commons VFS. It is available in both
binary and source distributions.</p>
+<p>This is the 2.8.0 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.7.0.tar.gz.asc
+$ pgpv commons-vfs2-distribution-2.8.0.tar.gz.asc
or,
$ pgp -ka KEYS
-$ pgp commons-vfs2-distribution-2.7.0.tar.gz.asc
+$ pgp commons-vfs2-distribution-2.8.0.tar.gz.asc
or,
$ gpg --import KEYS
-$ gpg --verify commons-vfs2-distribution-2.7.0.tar.gz.asc
commons-vfs-2.7.0.tar.gz
+$ gpg --verify commons-vfs2-distribution-2.8.0.tar.gz.asc
commons-vfs-2.8.0.tar.gz
</pre>
<p>
Modified: release/commons/vfs/RELEASE-NOTES.txt
==============================================================================
--- release/commons/vfs/RELEASE-NOTES.txt (original)
+++ release/commons/vfs/RELEASE-NOTES.txt Wed Mar 10 05:30:42 2021
@@ -2,7 +2,7 @@
RELEASE NOTES
2021-03-06
-The Apache Commons VFS Project team is pleased to announce the release of
Apache Commons VFS Project 2.8.0-SNAPSHOT.
+The Apache Commons VFS Project team is pleased to announce the release of
Apache Commons VFS Project 2.8.0.
Apache Commons VFS is a Virtual File System library.