You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2017/04/23 09:32:24 UTC

[2/2] commons-io git commit: IO-528: fix Tailer.run race condition runaway logging

IO-528: fix Tailer.run race condition runaway logging

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/f44180b9
Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/f44180b9
Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/f44180b9

Branch: refs/heads/master
Commit: f44180b972e3f881da8a3f981a1ca4f720e48125
Parents: 45fbfb8
Author: pascalschumacher <pa...@gmx.net>
Authored: Sun Apr 23 11:32:06 2017 +0200
Committer: pascalschumacher <pa...@gmx.net>
Committed: Sun Apr 23 11:32:06 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-io/blob/f44180b9/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a953211..3994b6a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -46,7 +46,10 @@ 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="2016-MM-DD" description="New features and bug fixes.">
+    <release version="2.6" date="2017-MM-DD" description="New features and bug fixes.">
+      <action issue="IO-528" dev="pschumacher" type="fix" due-to="Dave Moten">
+        fix Tailer.run race condition runaway logging
+      </action>
       <action issue="IO-483" dev="kinow" type="fix" due-to="Marko Vasic">
         getPrefixLength return -1 if unix file contains colon
       </action>