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/03/28 17:29:24 UTC

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

Author: bodewig
Date: Fri Mar 28 16:29:24 2014
New Revision: 1582807

URL: http://svn.apache.org/r1582807
Log:
COMPRESS-270 record fix

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=1582807&r1=1582806&r2=1582807&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/changes/changes.xml (original)
+++ commons/proper/compress/trunk/src/changes/changes.xml Fri Mar 28 16:29:24 2014
@@ -47,6 +47,10 @@ The <action> type attribute can be add,u
       <action type="update" date="2014-03-19">
         The dependency on org.tukaani:xz is now marked as optional.
       </action>
+      <action type="fix" date="2014-03-28" issue="COMPRESS-270">
+        The snappy, ar and tar inputstreams might fail to read from a
+        non-buffered stream in certain cases.
+      </action>
     </release>
     <release version="1.8" date="2014-03-12"
              description="Release 1.8">