You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ju...@apache.org on 2013/01/08 23:16:17 UTC

svn commit: r1430572 - in /commons/proper/compress/trunk: pom.xml src/changes/changes.xml

Author: julius
Date: Tue Jan  8 22:16:17 2013
New Revision: 1430572

URL: http://svn.apache.org/viewvc?rev=1430572&view=rev
Log:
added COMPRESS-210, COMPRESS-211, and COMPRESS-213 to changes.xml.  Added myself to pom.xml.

Modified:
    commons/proper/compress/trunk/pom.xml
    commons/proper/compress/trunk/src/changes/changes.xml

Modified: commons/proper/compress/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/pom.xml?rev=1430572&r1=1430571&r2=1430572&view=diff
==============================================================================
--- commons/proper/compress/trunk/pom.xml (original)
+++ commons/proper/compress/trunk/pom.xml Tue Jan  8 22:16:17 2013
@@ -85,6 +85,11 @@ These include: bzip2, gzip, pack200, xz 
       <id>grobmeier</id>
       <email>grobmeier at apache.org</email>
     </developer>
+    <developer>
+      <name>Julius Davies</name>
+      <id>julius</id>
+      <email>julius at apache.org</email>
+    </developer>
   </developers>
 
   <contributors>

Modified: commons/proper/compress/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/changes/changes.xml?rev=1430572&r1=1430571&r2=1430572&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/changes/changes.xml (original)
+++ commons/proper/compress/trunk/src/changes/changes.xml Tue Jan  8 22:16:17 2013
@@ -112,6 +112,18 @@ The <action> type attribute can be add,u
         Garbage collection pressure has been reduced by reusing
         temporary byte arrays in classes.
       </action>
+        <action type="update" date="2013-01-08" issue="COMPRESS-210"
+                due-to="Julius Davies">
+          Can now handle zip extra field 0x5455 - Extended Timestamp.
+        </action>
+        <action type="update" date="2013-01-07" issue="COMPRESS-211"
+                due-to="Julius Davies">
+          handle zip extra field 0x7875 - Info Zip New Unix Extra Field.
+        </action>
+        <action type="update" date="2013-01-07" issue="COMPRESS-213"
+                due-to="Julius Davies">
+            ZipShort, ZipLong, ZipEightByteInteger should implement Serializable
+        </action>
     </release>
     <release version="1.4.1" date="2012-05-23"
              description="Release 1.4.1">