added COMPRESS-210, COMPRESS-211, and COMPRESS-213 to changes.xml.  Added myself to pom.xml.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/compress/trunk@1430572 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 1fec7bc..548517a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,6 +85,11 @@
       <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>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9c5eda4..18bc328 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -112,6 +112,18 @@
         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">