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 2014/12/23 18:48:03 UTC

svn commit: r1647626 - /commons/proper/compress/trunk/src/changes/changes.xml

Author: bodewig
Date: Tue Dec 23 17:48:03 2014
New Revision: 1647626

URL: http://svn.apache.org/r1647626
Log:
record @krosenvold's changes for COMPRESS-295

Modified:
    commons/proper/compress/trunk/src/changes/changes.xml

Modified: commons/proper/compress/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/changes/changes.xml?rev=1647626&r1=1647625&r2=1647626&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/changes/changes.xml (original)
+++ commons/proper/compress/trunk/src/changes/changes.xml Tue Dec 23 17:48:03 2014
@@ -52,6 +52,12 @@ The <action> type attribute can be add,u
         of the API that is officially supported.  This will break
         existing code that uses the old package.
       </action>
+      <action type="add" date="2014-12-18" issue="COMPRESS-295"
+              due-to="Kristian Rosenvold">
+        New methods in ZipArchiveOutputStream and ZipFile allows
+        entries to be copied from one archive to another without
+        having to re-compress them.
+      </action>
       <action type="fix" date="2014-12-22" issue="COMPRESS-297">
         ZipFile logs a warning in its finalizer when its constructor
         has thrown an exception reading the file - for example if the