Repository: commons-io Updated Branches: refs/heads/master 703228a3d -> 593de775b
IO-483: entry in changes.xml Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/593de775 Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/593de775 Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/593de775 Branch: refs/heads/master Commit: 593de775be9e5cb9c9a6cbcebe9a40ce80cc4bfd Parents: 703228a Author: Bruno P. Kinoshita <brunodepau...@yahoo.com.br> Authored: Fri Dec 2 16:13:32 2016 +1300 Committer: Bruno P. Kinoshita <brunodepau...@yahoo.com.br> Committed: Fri Dec 2 16:13:32 2016 +1300 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-io/blob/593de775/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 5130ba0..a953211 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="2016-MM-DD" description="New features and bug fixes."> + <action issue="IO-483" dev="kinow" type="fix" due-to="Marko Vasic"> + getPrefixLength return -1 if unix file contains colon + </action> <action issue="IO-520" dev="pschumacher" type="fix"> FileUtilsTestCase#testContentEqualsIgnoreEOL fails on Windows </action>