IO-535: Thread bug in FileAlterationMonitor#stop(int) 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/8bb1788a Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/8bb1788a Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/8bb1788a Branch: refs/heads/master Commit: 8bb1788ae75318bd5cca0c64893f616c82402399 Parents: a4705cc Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Sun Apr 29 11:19:44 2018 +0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Sun Apr 29 11:19:44 2018 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-io/blob/8bb1788a/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d143138..7f05ea0 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.7" date="tba" description="tba"> + <action issue="IO-535" dev="pschumacher" type="fix" due-to="Svetlin Zarev, Anthony Raymond"> + Thread bug in FileAlterationMonitor#stop(int) + </action> <action issue="IO-553" dev="ggregory" type="add"> Add org.apache.commons.io.FilenameUtils.isIllegalWindowsFileName(char). </action>