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 2020/01/06 16:02:39 UTC

[commons-vfs] branch master updated: Prepare for 2.6.0.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git


The following commit(s) were added to refs/heads/master by this push:
     new 8f46712  Prepare for 2.6.0.
8f46712 is described below

commit 8f46712e17c909034c0027710c81607f424307b5
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jan 6 11:02:35 2020 -0500

    Prepare for 2.6.0.
---
 NOTICE.txt                     |  2 +-
 README.md                      |  4 ++--
 RELEASE-NOTES.txt              | 32 ++++++++++++++++++++++++++++++++
 src/changes/changes.xml        |  2 +-
 src/changes/release-notes.vm   | 10 +++++++---
 src/site/xdoc/download_vfs.xml | 26 +++++++++++++-------------
 6 files changed, 56 insertions(+), 20 deletions(-)

diff --git a/NOTICE.txt b/NOTICE.txt
index 801b6fc..0812044 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Commons VFS Project
-Copyright 2002-2019 The Apache Software Foundation
+Copyright 2002-2020 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (https://www.apache.org/).
diff --git a/README.md b/README.md
index 24ec2a9..3fd762a 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Apache Commons VFS Project
 [![Build Status](https://travis-ci.org/apache/commons-vfs.svg)](https://travis-ci.org/apache/commons-vfs)
 [![Coverage Status](https://coveralls.io/repos/apache/commons-vfs/badge.svg)](https://coveralls.io/r/apache/commons-vfs)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-vfs2/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-vfs2/)
-[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-vfs2/2.5.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-vfs2/2.5.0)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-vfs2/2.6.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-vfs2/2.6.0)
 
 Apache Commons VFS is a Virtual File System library.
 
@@ -67,7 +67,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-vfs2</artifactId>
-  <version>2.5.0</version>
+  <version>2.6.0</version>
 </dependency>
 ```
 
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index e96d234..bc80ff5 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,3 +1,35 @@
+            Apache Commons VFS Project 2.6.0
+            RELEASE NOTES
+            2020-01-06
+
+The Apache Commons VFS Project team is pleased to announce the release of Apache Commons VFS Project 2.6.0.
+
+Apache Commons VFS is a Virtual File System library.
+
+New features and bug fix release.
+
+Changes in this version include:
+
+Fixed Bugs:
+o           Clean up tests and simplify assertions #76. Thanks to Eitan Adler.
+o VFS-750:  Fix backwards incompatibility in AbstractFileObject.getInputStream(). Thanks to Boris Petrov, Gary Gregory.
+o VFS-751:  Deprecate org.apache.commons.vfs2.FileUtil for org.apache.commons.vfs2.util.FileObjectUtils. Thanks to Gary Gregory.
+
+Changes:
+o           Update JUnit from 4.12 to 4.13. Thanks to Gary Gregory.
+
+
+Historical list of changes: http://commons.apache.org/proper/commons-vfs/changes-report.html
+
+For complete information on Apache Commons VFS Project, including instructions on how to submit bug reports,
+patches, or suggestions for improvement, see the Apache Apache Commons VFS Project website:
+
+http://commons.apache.org/proper/commons-vfs/
+
+Download page: http://commons.apache.org/proper/commons-vfs/download_pool.cgi
+
+-----------------------------------------------------------------------------
+
             Apache Commons VFS 2.5.0
             RELEASE NOTES
             2019-12-24
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a7c8f2e..71b6981 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,7 +45,7 @@ The <action> type attribute can be add,update,fix,remove.
   </properties>
 
   <body>
-    <release version="2.6.0" date="2020-MM-DD" description="New features and bug fix release.">
+    <release version="2.6.0" date="2020-06-01" description="New features and bug fix release.">
 <!--       <action issue="VFS-443" dev="ggregory" type="update" due-to="nickallen"> -->
 <!--        [Local] Need an easy way to convert from a FileObject to a File. -->
 <!--       </action> -->
diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm
index b4435d5..82beba7 100644
--- a/src/changes/release-notes.vm
+++ b/src/changes/release-notes.vm
@@ -15,10 +15,11 @@
 ## specific language governing permissions and limitations
 ## under the License.
 ##
-              ${project.name} ${version}
-                  RELEASE NOTES
+            ${project.name} ${version}
+            RELEASE NOTES
+            YYYY-MM-DD
 
-The ${developmentTeam} is pleased to announce the release of ${project.name} ${version}
+The ${developmentTeam} is pleased to announce the release of ${project.name} ${version}.
 
 $introduction.replaceAll("(?<!\015)\012", "
 ").replaceAll("(?m)^ +","")
@@ -122,3 +123,6 @@ patches, or suggestions for improvement, see the Apache ${project.name} website:
 ${project.url}
 
 Download page: ${project.url}download_pool.cgi
+
+-----------------------------------------------------------------------------
+
diff --git a/src/site/xdoc/download_vfs.xml b/src/site/xdoc/download_vfs.xml
index 579e260..537d6ed 100644
--- a/src/site/xdoc/download_vfs.xml
+++ b/src/site/xdoc/download_vfs.xml
@@ -113,32 +113,32 @@ limitations under the License.
       </p>
     </subsection>
     </section>
-    <section name="Apache Commons VFS Project 2.5.0 (requires Java 8)">
+    <section name="Apache Commons VFS Project 2.6.0 (requires Java 8)">
       <subsection name="Binaries">
         <table>
           <tr>
-              <td><a href="[preferred]/commons/vfs/binaries/commons-vfs-2.5.0-bin.tar.gz">commons-vfs-2.5.0-bin.tar.gz</a></td>
-              <td><a href="https://www.apache.org/dist/commons/vfs/binaries/commons-vfs-2.5.0-bin.tar.gz.sha512">sha512</a></td>
-              <td><a href="https://www.apache.org/dist/commons/vfs/binaries/commons-vfs-2.5.0-bin.tar.gz.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/vfs/binaries/commons-vfs-2.6.0-bin.tar.gz">commons-vfs-2.6.0-bin.tar.gz</a></td>
+              <td><a href="https://www.apache.org/dist/commons/vfs/binaries/commons-vfs-2.6.0-bin.tar.gz.sha512">sha512</a></td>
+              <td><a href="https://www.apache.org/dist/commons/vfs/binaries/commons-vfs-2.6.0-bin.tar.gz.asc">pgp</a></td>
           </tr>
           <tr>
-              <td><a href="[preferred]/commons/vfs/binaries/commons-vfs-2.5.0-bin.zip">commons-vfs-2.5.0-bin.zip</a></td>
-              <td><a href="https://www.apache.org/dist/commons/vfs/binaries/commons-vfs-2.5.0-bin.zip.sha512">sha512</a></td>
-              <td><a href="https://www.apache.org/dist/commons/vfs/binaries/commons-vfs-2.5.0-bin.zip.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/vfs/binaries/commons-vfs-2.6.0-bin.zip">commons-vfs-2.6.0-bin.zip</a></td>
+              <td><a href="https://www.apache.org/dist/commons/vfs/binaries/commons-vfs-2.6.0-bin.zip.sha512">sha512</a></td>
+              <td><a href="https://www.apache.org/dist/commons/vfs/binaries/commons-vfs-2.6.0-bin.zip.asc">pgp</a></td>
           </tr>
         </table>
       </subsection>
       <subsection name="Source">
         <table>
           <tr>
-              <td><a href="[preferred]/commons/vfs/source/commons-vfs-2.5.0-src.tar.gz">commons-vfs-2.5.0-src.tar.gz</a></td>
-              <td><a href="https://www.apache.org/dist/commons/vfs/source/commons-vfs-2.5.0-src.tar.gz.sha512">sha512</a></td>
-              <td><a href="https://www.apache.org/dist/commons/vfs/source/commons-vfs-2.5.0-src.tar.gz.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/vfs/source/commons-vfs-2.6.0-src.tar.gz">commons-vfs-2.6.0-src.tar.gz</a></td>
+              <td><a href="https://www.apache.org/dist/commons/vfs/source/commons-vfs-2.6.0-src.tar.gz.sha512">sha512</a></td>
+              <td><a href="https://www.apache.org/dist/commons/vfs/source/commons-vfs-2.6.0-src.tar.gz.asc">pgp</a></td>
           </tr>
           <tr>
-              <td><a href="[preferred]/commons/vfs/source/commons-vfs-2.5.0-src.zip">commons-vfs-2.5.0-src.zip</a></td>
-              <td><a href="https://www.apache.org/dist/commons/vfs/source/commons-vfs-2.5.0-src.zip.sha512">sha512</a></td>
-              <td><a href="https://www.apache.org/dist/commons/vfs/source/commons-vfs-2.5.0-src.zip.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/vfs/source/commons-vfs-2.6.0-src.zip">commons-vfs-2.6.0-src.zip</a></td>
+              <td><a href="https://www.apache.org/dist/commons/vfs/source/commons-vfs-2.6.0-src.zip.sha512">sha512</a></td>
+              <td><a href="https://www.apache.org/dist/commons/vfs/source/commons-vfs-2.6.0-src.zip.asc">pgp</a></td>
           </tr>
         </table>
       </subsection>