COMPRESS-236 - CpioArchiveInputStream doesn't like Redline RPM's archives.  Patch by Andrew Duffy

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/compress/trunk@1511850 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8d6e785..91ff6a5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -80,11 +80,16 @@
               due-to="BELUGA BEHR">
         Readabilty patch to TarArchiveInputStream.
       </action>
-      <action type="update" date="2013-07-08" issue="COMPRESS-234"
+      <action type="update" date="2013-08-08" issue="COMPRESS-234"
               due-to="BELUGA BEHR">
         Performance improvements to TarArchiveInputStream, in
         particular to the skip method.
       </action>
+      <action type="fix" date="2013-08-08" issue="COMPRESS-236"
+              due-to="Andrew Duffy">
+        CpioArchiveInputStream failed to read archives created by
+        Redline RPM.
+      </action>
     </release>
     <release version="1.5" date="2013-03-14"
              description="Release 1.5">