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/04/13 10:34:35 UTC

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

Author: bodewig
Date: Sun Apr 13 08:34:35 2014
New Revision: 1586936

URL: http://svn.apache.org/r1586936
Log:
actually, these have been bug fixes

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=1586936&r1=1586935&r2=1586936&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/changes/changes.xml (original)
+++ commons/proper/compress/trunk/src/changes/changes.xml Sun Apr 13 08:34:35 2014
@@ -55,11 +55,11 @@ The <action> type attribute can be add,u
         CompressorStreamFactory can now auto-detect Unix compress
         (".Z") streams.
       </action>
-      <action type="add" date="2014-04-12" issue="COMPRESS-277">
+      <action type="fix" date="2014-04-12" issue="COMPRESS-277">
         IOUtils#skip might skip fewer bytes than requested even though
         more could be read from the stream.
       </action>
-      <action type="add" date="2014-04-13" issue="COMPRESS-276">
+      <action type="fix" date="2014-04-13" issue="COMPRESS-276">
         ArchiveStreams now validate there is a current entry before
         rreading or writing entry data.
       </action>