@@ -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