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/01/08 06:18:50 UTC

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

Author: bodewig
Date: Wed Jan  8 05:18:49 2014
New Revision: 1556443

URL: http://svn.apache.org/r1556443
Log:
record fix for COMPRESS-252

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=1556443&r1=1556442&r2=1556443&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/changes/changes.xml (original)
+++ commons/proper/compress/trunk/src/changes/changes.xml Wed Jan  8 05:18:49 2014
@@ -81,6 +81,10 @@ The <action> type attribute can be add,u
       <action issue="COMPRESS-115" type="add" date="2012-12-19" due-to="Emmanuel Bourg">
         ZipFile and ZipArchiveInputStream now support reading entries compressed using the IMPLODE method.
       </action>
+      <action issue="COMPRESS-252" type="fix" date="2012-12-20">
+        SevenZOutputFile would create invalid archives if more than
+        six empty files or directories were included.
+      </action>
       <action type="add" date="2013-12-20">
         ZipFile and the 7z file classes now implement Closeable and
         can be used in try-with-resources constructs.