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/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">