IO-559 record change, closes #52
Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/81694016 Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/81694016 Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/81694016 Branch: refs/heads/master Commit: 81694016b4ba3d20767a2de9808fcc358477ddc8 Parents: fe38f88 Author: Stefan Bodewig <bode...@apache.org> Authored: Wed May 30 10:08:25 2018 +0200 Committer: Stefan Bodewig <bode...@apache.org> Committed: Wed May 30 10:08:25 2018 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-io/blob/81694016/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f296eb0..81af008 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -68,6 +68,9 @@ The <action> type attribute can be add,update,fix,remove. <action issue="IO-577" dev="ggregory" type="add" due-to="Gary Gregory"> Add readers to filter out given characters: CharacterSetFilterReader and CharacterFilterReader. </action> + <action issue="IO-559" type="fix"> + FilenameUtils.normalize now verifies hostname syntax in UNC path. + </action> </release> <release version="2.6" date="2017-10-15" description="Java 7 required, Java 9 supported.">