You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2010/06/02 13:15:23 UTC

svn commit: r950496 - in /commons/proper/compress/trunk: NOTICE.txt README.txt RELEASE-NOTES.txt src/changes/changes.xml

Author: sebb
Date: Wed Jun  2 11:15:23 2010
New Revision: 950496

URL: http://svn.apache.org/viewvc?rev=950496&view=rev
Log:
COMPRESS-72 - Move acknowledgements from NOTICE to README

Added:
    commons/proper/compress/trunk/README.txt   (with props)
Modified:
    commons/proper/compress/trunk/NOTICE.txt
    commons/proper/compress/trunk/RELEASE-NOTES.txt
    commons/proper/compress/trunk/src/changes/changes.xml

Modified: commons/proper/compress/trunk/NOTICE.txt
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/NOTICE.txt?rev=950496&r1=950495&r2=950496&view=diff
==============================================================================
--- commons/proper/compress/trunk/NOTICE.txt (original)
+++ commons/proper/compress/trunk/NOTICE.txt Wed Jun  2 11:15:23 2010
@@ -3,13 +3,3 @@ Copyright 2002-2010 The Apache Software 
 
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).
-
-Original BZip2 classes contributed by Keiron Liddle
-<ke...@aftexsw.com>, Aftex Software to the Apache Ant project
-
-Original Tar classes from contributors of the Apache Ant project
-
-Original Zip classes from contributors of the Apache Ant project
-
-Original CPIO classes contributed by Markus Kuss and the jRPM project
-(jrpm.sourceforge.net)

Added: commons/proper/compress/trunk/README.txt
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/README.txt?rev=950496&view=auto
==============================================================================
--- commons/proper/compress/trunk/README.txt (added)
+++ commons/proper/compress/trunk/README.txt Wed Jun  2 11:15:23 2010
@@ -0,0 +1,11 @@
+Apache Commons Compress was derived from various sources, including:
+
+Original BZip2 classes contributed by Keiron Liddle
+<ke...@aftexsw.com>, Aftex Software to the Apache Ant project
+
+Original Tar classes from contributors of the Apache Ant project
+
+Original Zip classes from contributors of the Apache Ant project
+
+Original CPIO classes contributed by Markus Kuss and the jRPM project
+(jrpm.sourceforge.net)

Propchange: commons/proper/compress/trunk/README.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: commons/proper/compress/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/RELEASE-NOTES.txt?rev=950496&r1=950495&r2=950496&view=diff
==============================================================================
--- commons/proper/compress/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/compress/trunk/RELEASE-NOTES.txt Wed Jun  2 11:15:23 2010
@@ -41,6 +41,7 @@ o ArchiveEntry now has a getLastModified
 o COMPRESS-78:  Add a BZip2Utils class modelled after GZipUtils Thanks to Jukka Zitting. 
 
 Fixed Bugs:
+o COMPRESS-72:  Move acknowledgements from NOTICE to README 
 o COMPRESS-113:  TarArchiveEntry.parseTarHeader() includes the trailing space/NUL when parsing the octal size 
 o COMPRESS-118:  TarUtils.parseName does not properly handle characters outside the range 0-127 
 o COMPRESS-107:  ArchiveStreamFactory does not recognise tar files created by Ant 

Modified: commons/proper/compress/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/changes/changes.xml?rev=950496&r1=950495&r2=950496&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/changes/changes.xml (original)
+++ commons/proper/compress/trunk/src/changes/changes.xml Wed Jun  2 11:15:23 2010
@@ -45,6 +45,9 @@ 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-72" type="fix" date="2010-06-02">
+       Move acknowledgements from NOTICE to README
+      </action> 
       <action issue="COMPRESS-113" type="fix" date="2010-06-02">
        TarArchiveEntry.parseTarHeader() includes the trailing space/NUL when parsing the octal size
       </action>