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 2015/02/20 17:21:26 UTC

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

Author: bodewig
Date: Fri Feb 20 16:21:26 2015
New Revision: 1661153

URL: http://svn.apache.org/r1661153
Log:
add/fix a few dates in changes report

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=1661153&r1=1661152&r2=1661153&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/changes/changes.xml (original)
+++ commons/proper/compress/trunk/src/changes/changes.xml Fri Feb 20 16:21:26 2015
@@ -59,7 +59,7 @@ This also changes the superclass of ZCom
         BZip2CompressorInputStream#read would return -1 when asked to
         read 0 bytes.
       </action>
-      <action issue="COMPRESS-306" type="fix">
+      <action issue="COMPRESS-306" type="fix" date="2015-02-17">
         ArchiveStreamFactory fails to pass on the encoding when creating some streams.
         * ArjArchiveInputStream
         * CpioArchiveInputStream
@@ -68,17 +68,17 @@ This also changes the superclass of ZCom
         * TarArchiveInputStream
         * JarArchiveOutputStream
       </action>
-      <action issue="COMPRESS-302" type="fix">
+      <action issue="COMPRESS-302" type="fix" date="2015-02-16">
         Restore immutability/thread-safety to ArchiveStreamFactory.
         The class is now immutable provided that the method setEntryEncoding is not used.
         The class is thread-safe.
       </action>
-      <action issue="COMPRESS-303" type="fix">
+      <action issue="COMPRESS-303" type="fix" date="2015-02-16">
         Restore immutability/thread-safety to CompressorStreamFactory.
         The class is now immutable provided that the method setDecompressConcatenated is not used.
         The class is thread-safe.
       </action>
-      <action issue="COMPRESS-296" type="add" date="2014-01-10"
+      <action issue="COMPRESS-296" type="add" date="2015-01-10"
               due-to="Kristian Rosenvold">
         Added support for parallel compression. This low-level API allows
         a client to build a zip/jar file by using the class