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/08/27 19:37:49 UTC

[commons-vfs] 04/04: [VFS-728] Update Apache Commons Compress from 1.18 to 1.19.

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

commit 286c29cb6500265d1cbb2048de8f2bd1fcca5143
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Aug 27 15:37:41 2019 -0400

    [VFS-728] Update Apache Commons Compress from 1.18 to 1.19.
    
    Typo.
---
 src/changes/changes.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 687418f..603ad78 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -59,6 +59,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="VFS-727" dev="ggregory" type="fix" due-to="Michiel Hendriks, Gary Gregory">
         Prevented creation of singleton file system manager from providers.
       </action>
+      <action issue="VFS-728" dev="ggregory" type="update" due-to="Gary Gregory">
+        Update Apache Commons Compress from 1.18 to 1.19.
+      </action>
     </release>
     <release version="2.4.1" date="2019-08-10" description="Bug fix release.">
       <action issue="VFS-725" dev="ggregory" type="fix" due-to="Gary Gregory">
@@ -67,9 +70,6 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="VFS-724" dev="ggregory" type="fix" due-to="William R, Gary Gregory">
         FileContent#getByteArray() throws IllegalArgumentException: Buffer size &lt;= 0 when file size is 0.
       </action>
-      <action issue="VFS-728" dev="ggregory" type="update" due-to="Gary Gregory">
-        Update Apache Commons Compress from 1.18 to 1.19.
-      </action>
       <action                 dev="ggregory" type="fix" due-to="Gary Gregory">
         Javadoc fixes.
       </action>