Author: bodewig
Date: Tue Jun 4 04:26:51 2013
New Revision: 1489285
URL: http://svn.apache.org/r1489285
Log:
keep track of 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=1489285&r1=1489284&r2=1489285&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/changes/changes.xml (original)
+++ commons/proper/compress/trunk/src/changes/changes.xml Tue Jun 4 04:26:51
2013
@@ -49,6 +49,16 @@ The <action> type attribute can be add,u
TarBuffer.tryToConsumeSecondEOFRecord could throw a
NullPointerException
</action>
+ <action type="add" date="2013-05-07" issue="COMPRESS-54"
+ due-to="Damjan Jovanovic">
+ Added read-only support for 7z archives that don't use
+ LZMA compression.
+ </action>
+ <action type="add" date="2013-05-19" issue="COMPRESS-226"
+ due-to="Damjan Jovanovic">
+ Added read-only support for ARJ archives that don't use
+ compression.
+ </action>
<action type="fix" date="2013-05-26" issue="COMPRESS-228">
Parsing of zip64 extra fields has become more lenient in order
to be able to read archives created by DotNetZip and maybe
@@ -60,6 +70,12 @@ The <action> type attribute can be add,u
long names that use the GNU variant to specify the long file
name.
</action>
+ <action type="fix" date="2013-06-04" issue="COMPRESS-227">
+ ZipFile#getInoutStream could return null if the archive
+ contained duplicate entries.
+ The class now also provides two new methods to obtain all
+ entries of a given name rather than just the first one.
+ </action>
</release>
<release version="1.5" date="2013-03-14"
description="Release 1.5">