Skip to content

Commit 3dac3a6

Browse files
committed
Updated changelog for release
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1687822 13f79535-47bb-0310-9956-ffa450edef68
1 parent 1da7222 commit 3dac3a6

1 file changed

Lines changed: 23 additions & 2 deletions

File tree

src/changes/changes.xml

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,32 @@ 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.5" date="2014-??-??" description="New features and bug fixes.">
49+
<release version="2.5" date="2015-??-??" description="New features and bug fixes.">
50+
<action issue="IO-481" dev="krosenvold" type="fix">
51+
Changed/Corrected algorithm for waitFor
52+
</action>
53+
<action issue="IO-471" dev="krosenvold" type="add" due-to="Leandro Reis">
54+
Support for additional encodings in ReversedLinesFileReader
55+
</action>
56+
<action issue="IO-428" dev="krosenvold" type="fix" due-to="Stefan Gmeiner">
57+
BOMInputStream.skip returns wrong count if stream contains no BOM
58+
</action>
59+
<action issue="IO-425" dev="krosenvold" type="add" due-to="Craig Swank">
60+
Setter method for threshold on ThresholdingOutputStream
61+
</action>
62+
<action issue="IO-488" dev="krosenvold" type="fix" due-to="Björn Buchner">
63+
FileUtils.waitFor(...) swallows thread interrupted status
64+
</action>
65+
<action issue="IO-452" dev="krosenvold" type="fix" due-to="David Standish">
66+
Support for symlinks with missing target. Added support for JDK7 symlink features when present
67+
</action>
68+
<action issue="IO-466" dev="krosenvold" type="update">
69+
Added testcase to show this was fixed with IO-423
70+
</action>
5071
<action issue="IO-479" dev="sebb" type="update" due-to="Zhouce Chen">
5172
Correct exception message in FileUtils.getFile(File, String...)
5273
</action>
53-
<action issue="IO-402" dev="britter" type="add" due-to="Niall Pemberton">
74+
<action issue="IO-406" dev="britter" type="add" due-to="Niall Pemberton">
5475
Introduce new class AppendableOutputStream
5576
</action>
5677
<action issue="IO-465" dev="britter" type="update" due-to="based2">

0 commit comments

Comments
 (0)