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/02/10 08:44:58 UTC

[2/2] commons-compress git commit: Merge tag 'rel/1.16.1'

Merge tag 'rel/1.16.1'

RC1 of 1.16.1 has been accepted


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

Branch: refs/heads/master
Commit: 67c2f681a2966adb2c694bccb33f3d626cf4048a
Parents: 3d76662 b520411
Author: Stefan Bodewig <bo...@apache.org>
Authored: Sat Feb 10 09:44:34 2018 +0100
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Sat Feb 10 09:44:34 2018 +0100

----------------------------------------------------------------------
 README.md                           |  2 +-
 RELEASE-NOTES.txt                   |  8 ++++++++
 src/changes/changes.xml             |  2 +-
 src/site/site.xml                   |  1 +
 src/site/xdoc/download_compress.xml | 26 +++++++++++++-------------
 src/site/xdoc/index.xml             |  6 ++++++
 6 files changed, 30 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/67c2f681/RELEASE-NOTES.txt
----------------------------------------------------------------------
diff --cc RELEASE-NOTES.txt
index 2c6bb71,74bce55..4eeaaf0
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@@ -5,6 -5,14 +5,14 @@@ compression and archive formats.  Thes
  lzma, xz, Snappy, traditional Unix Compress, DEFLATE, DEFLATE64, LZ4,
  Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
  
+ Release 1.16.1
+ --------------
+ 
 -Fixed Bugs:
++Fixed Bug:
+ o Fixed the OSGi manifest entry for imports that has been broken
+   in 1.16.
+   Issue: COMPRESS-442.
+ 
  Release 1.16
  ------------
  

http://git-wip-us.apache.org/repos/asf/commons-compress/blob/67c2f681/src/changes/changes.xml
----------------------------------------------------------------------
diff --cc src/changes/changes.xml
index d1f510f,c2b016a..8d38663
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@@ -42,14 -42,7 +42,14 @@@ The <action> type attribute can be add,
      <title>commons-compress</title>
    </properties>
    <body>
 -    <release version="1.16.1" date="not released, yet"
 +    <release version="1.17" date="not released, yet"
 +             description="Release 1.17">
 +      <action type="fix" date="2018-02-06">
 +        Removed the objenesis dependency from the pom as it is not
 +        needed at all.
 +      </action>
 +    </release>
-     <release version="1.16.1" date="not released, yet"
++    <release version="1.16.1" date="2018-02-10"
               description="Release 1.16.1">
        <action issue="COMPRESS-442" type="fix" date="2018-02-06">
          Fixed the OSGi manifest entry for imports that has been broken