Author: sebb
Date: Tue Apr 13 21:21:03 2010
New Revision: 933782
URL: http://svn.apache.org/viewvc?rev=933782&view=rev
Log:
Synch with JIRA Fix versions
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=933782&r1=933781&r2=933782&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/changes/changes.xml (original)
+++ commons/proper/compress/trunk/src/changes/changes.xml Tue Apr 13 21:21:03
2010
@@ -85,6 +85,9 @@ The <action> type attribute can be add,u
<action type="add" date="2010-02-19" issue="COMPRESS-89">
The ZIP classes now detect encrypted entries.
</action>
+ <action type="update" date="2010-02-18" issue="COMPRESS-79">
+ Move DOS/Java time conversions into Zip utility class.
+ </action>
<action type="fix" date="2010-02-18" issue="COMPRESS-74">
ZipArchiveInputStream failed to update the number of bytes
read properly.
@@ -104,6 +107,10 @@ The <action> type attribute can be add,u
ZipArchiveEntry, ZipFile and ZipArchiveInputStream are now
more lenient when parsing extra fields.
</action>
+ <action type="fix" date="2010-02-12" issue="COMPRESS-82">
+ cpio is terribly slow.
+ Documented that buffered streams are needed for performance
+ </action>
<action type="add" date="2010-02-12" issue="COMPRESS-97">
Added autodetection of compression format to
CompressorStreamFactory.
@@ -112,6 +119,9 @@ The <action> type attribute can be add,u
Improved exception message if the extra field data in ZIP
archives cannot be parsed.
</action>
+ <action type="fix" date="2010-02-11" issue="COMPRESS-17">
+ Tar format unspecified - current support documented.
+ </action>
<action type="add" issue="COMPRESS-95" date="2010-01-29"
due-to="Joerg Bellmann">
Improve ExceptionMessages in ArchiveStreamFactory