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 2009/08/01 22:25:13 UTC

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

Author: bodewig
Date: Sat Aug  1 20:25:13 2009
New Revision: 799918

URL: http://svn.apache.org/viewvc?rev=799918&view=rev
Log:
document today's changes

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=799918&r1=799917&r2=799918&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/changes/changes.xml (original)
+++ commons/proper/compress/trunk/src/changes/changes.xml Sat Aug  1 20:25:13 2009
@@ -23,6 +23,17 @@
   </properties>
   <body>
     <release version="1.1" date="as in SVN" description="Release 1.1">
+      <action issue="COMPRESS-83" type="fix" date="2009-08-01">
+        Delegate all read and write methods in GZip stream in order to
+        speed up operations.
+      </action>
+      <action type="add" date="2009-08-01">
+        ArchiveEntry now has a getLastModifiedDate method.
+      </action>
+      <action type="fix" date="2009-08-01">
+        The ar and cpio streams now properly read and write last
+        modified times.
+      </action>
       <action issue="COMPRESS-81" type="fix" date="2009-06-30">
         TarOutputStream can leave garbage at the end of the archive
       </action>