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 2017/06/15 16:19:54 UTC

[3/3] commons-compress git commit: record changes for COMPRESS-405

record changes for COMPRESS-405

closes #28


Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/8a6d8a57
Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/8a6d8a57
Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/8a6d8a57

Branch: refs/heads/master
Commit: 8a6d8a5748d6cce9e0ea748b9cdbf11699e20d18
Parents: 66c5caf
Author: Stefan Bodewig <bo...@apache.org>
Authored: Thu Jun 15 18:19:29 2017 +0200
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Thu Jun 15 18:19:29 2017 +0200

----------------------------------------------------------------------
 src/changes/changes.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/8a6d8a57/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1c4d192..38831db 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -63,9 +63,15 @@ The <action> type attribute can be add,update,fix,remove.
         Java.
       </action>
       <action issue="COMPRESS-406" type="fix" date="2017-06-12"
-              due-to="Simon Spero ">
+              due-to="Simon Spero">
         BUILDING.md now passes the RAT check.
       </action>
+      <action issue="COMPRESS-405" type="add" date="2017-06-15"
+              due-to="Simon Spero ">
+        Added a new utility class FixedLengthBlockOutputStream that
+        can be used to ensure writing always happens in blocks of a
+        given size.
+      </action>
     </release>
     <release version="1.14" date="2017-05-14"
              description="Release 1.14">