Author: sebb Date: Sun May 9 20:46:59 2010 New Revision: 942618 URL: http://svn.apache.org/viewvc?rev=942618&view=rev Log: COMPRESS-110 Support "ustar" prefix field Document change
Modified: commons/proper/compress/trunk/RELEASE-NOTES.txt commons/proper/compress/trunk/src/changes/changes.xml Modified: commons/proper/compress/trunk/RELEASE-NOTES.txt URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/RELEASE-NOTES.txt?rev=942618&r1=942617&r2=942618&view=diff ============================================================================== --- commons/proper/compress/trunk/RELEASE-NOTES.txt (original) +++ commons/proper/compress/trunk/RELEASE-NOTES.txt Sun May 9 20:46:59 2010 @@ -36,6 +36,8 @@ o ArchiveEntry now has a getLastModified o COMPRESS-78: Add a BZip2Utils class modelled after GZipUtils Thanks to Jukka Zitting. Fixed Bugs: +o COMPRESS-110: Support "ustar" prefix field, which is used when file paths are longer + than 100 characters. o COMPRESS-100: ZipArchiveInputStream will throw an exception if it detects an entry that uses a data descriptor for a STORED entry since it cannot reliably find the end of data for this "compression" Modified: commons/proper/compress/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/changes/changes.xml?rev=942618&r1=942617&r2=942618&view=diff ============================================================================== --- commons/proper/compress/trunk/src/changes/changes.xml (original) +++ commons/proper/compress/trunk/src/changes/changes.xml Sun May 9 20:46:59 2010 @@ -46,6 +46,10 @@ The <action> type attribute can be add,u </properties> <body> <release version="1.1" date="as in SVN" description="Release 1.1"> + <action issue="COMPRESS-110" type="fix" date="2010-05-09"> + Support "ustar" prefix field, which is used when file paths are longer + than 100 characters. + </action> <action type="update" date="2010-04-19" issue="COMPRESS-105"> Document that the name of an ZipArchiveEntry determines whether an entry is considered a directory or not.