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 2018/06/19 15:24:13 UTC

commons-compress git commit: COMPRESS-456 adapt description to code change

Repository: commons-compress
Updated Branches:
  refs/heads/master 8ed5daaad -> c03704d77


COMPRESS-456 adapt description to code change


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

Branch: refs/heads/master
Commit: c03704d773dfa0dfc5b2e53b4c198a95d0213ca0
Parents: 8ed5daa
Author: Stefan Bodewig <bo...@apache.org>
Authored: Tue Jun 19 17:23:51 2018 +0200
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Tue Jun 19 17:23:51 2018 +0200

----------------------------------------------------------------------
 src/changes/changes.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/c03704d7/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index caee861..4838c77 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -51,9 +51,8 @@ The <action> type attribute can be add,update,fix,remove.
         directory is a prefix of the sibling directory's name.
       </action>
       <action issue="COMPRESS-456" type="fix" date="2018-06-19">
-        Changed the OSGi Import-Package to import everything as
-        optional package so that the encryption dependency on
-        javax.crypto gets specified correctly.
+        Changed the OSGi Import-Package to also optionally import
+        javax.crypto so encrypted archives can be read.
       </action>
     </release>
     <release version="1.17" date="2018-06-03"