You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2017/10/14 12:14:43 UTC

[09/19] commons-io git commit: IO-546: ClosedOutputStream#flush should throw

IO-546: ClosedOutputStream#flush should throw

add changes.xml entry


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

Branch: refs/heads/release
Commit: fa24ac8a655c30c4b88bd51ce690d0184c342d47
Parents: 8d5c46f
Author: pascalschumacher <pa...@gmx.net>
Authored: Fri Oct 13 18:43:03 2017 +0200
Committer: pascalschumacher <pa...@gmx.net>
Committed: Fri Oct 13 18:43:03 2017 +0200

----------------------------------------------------------------------
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-io/blob/fa24ac8a/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a1d39a7..6372483 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -47,6 +47,9 @@ The <action> type attribute can be add,update,fix,remove.
   <body>
     <!-- The release date is the date RC is cut -->
     <release version="2.6" date="2017-MM-DD" description="New features and bug fixes.">
+       <action issue="IO-546" dev="pschumacher" type="fix" due-to="Tomas Celaya">
+        ClosedOutputStream#flush should throw
+      </action>
       <action issue="IO-551" dev="britter" type="add">
         Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility
       </action>