Skip to content

Commit f44180b

Browse files
IO-528: fix Tailer.run race condition runaway logging
add changes.xml entry
1 parent 45fbfb8 commit f44180b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/changes/changes.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ The <action> type attribute can be add,update,fix,remove.
4646

4747
<body>
4848
<!-- The release date is the date RC is cut -->
49-
<release version="2.6" date="2016-MM-DD" description="New features and bug fixes.">
49+
<release version="2.6" date="2017-MM-DD" description="New features and bug fixes.">
50+
<action issue="IO-528" dev="pschumacher" type="fix" due-to="Dave Moten">
51+
fix Tailer.run race condition runaway logging
52+
</action>
5053
<action issue="IO-483" dev="kinow" type="fix" due-to="Marko Vasic">
5154
getPrefixLength return -1 if unix file contains colon
5255
</action>

0 commit comments

Comments
 (0)