You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bo...@apache.org on 2013/12/18 15:58:24 UTC

svn commit: r1551965 - /commons/proper/compress/trunk/src/changes/changes.xml

Author: bodewig
Date: Wed Dec 18 14:58:23 2013
New Revision: 1551965

URL: http://svn.apache.org/r1551965
Log:
sort by date

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

Modified: commons/proper/compress/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/changes/changes.xml?rev=1551965&r1=1551964&r2=1551965&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/changes/changes.xml (original)
+++ commons/proper/compress/trunk/src/changes/changes.xml Wed Dec 18 14:58:23 2013
@@ -44,10 +44,6 @@ The <action> type attribute can be add,u
   <body>
     <release version="1.7" date="not released, yet"
              description="Release 1.7">
-      <action issue="COMPRESS-250" type="add" date="2012-12-16" due-to="Emmanuel Bourg">
-        GzipCompressorOutputStream now supports setting the compression level and the header metadata
-        (filename, comment, modification time, operating system and extra flags)
-      </action>
       <action issue="COMPRESS-241" type="fix" date="2013-10-27">
         SevenZOutputFile#closeArchiveEntry throws an exception when
         using LZMA2 compression on Java8.
@@ -78,6 +74,10 @@ The <action> type attribute can be add,u
         incompatibilities if you use setFlags to unset a bit and later
         set the time to a non-null value - the flag will now be set.
       </action> 
+      <action issue="COMPRESS-250" type="add" date="2012-12-16" due-to="Emmanuel Bourg">
+        GzipCompressorOutputStream now supports setting the compression level and the header metadata
+        (filename, comment, modification time, operating system and extra flags)
+      </action>
     </release>
     <release version="1.6" date="2013-10-26"
              description="Release 1.6">