You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bo...@apache.org on 2016/04/09 18:42:54 UTC

commons-compress git commit: statement similar to what we did when we required Java5

Repository: commons-compress
Updated Branches:
  refs/heads/master 6cc5a2f13 -> c84c34e86


statement similar to what we did when we required Java5


Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/c84c34e8
Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/c84c34e8
Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/c84c34e8

Branch: refs/heads/master
Commit: c84c34e862a02bcb43b7db77f9f6da9b93ed9d70
Parents: 6cc5a2f
Author: Stefan Bodewig <bo...@apache.org>
Authored: Sat Apr 9 18:42:27 2016 +0200
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Sat Apr 9 18:42:27 2016 +0200

----------------------------------------------------------------------
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/c84c34e8/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8632ce0..2e0dfc2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -43,7 +43,7 @@ The <action> type attribute can be add,update,fix,remove.
   </properties>
   <body>
     <release version="1.12" date="not released, yet"
-             description="Release 1.12">
+             description="Release 1.12 - API compatible to 1.11 but requires Java6 at runtime">
       <action issue="COMPRESS-349" type="update" date="2016-04-09" dev="ggregory">
         Update requirement from Java 5 to 6.
       </action>