@@ -46,6 +46,9 @@ 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.7" date =" tba" description =" tba" >
50+ </release >
51+
4952 <release version =" 2.6" date =" 2017-10-15" description =" Java 7 required, Java 9 supported." >
5053 <action issue =" IO-553" dev =" britter" type =" update" due-to =" Michael Ernst" >
5154 Make code style of hasBOM() consistent with getBOMCharsetName()
@@ -132,6 +135,7 @@ The <action> type attribute can be add,update,fix,remove.
132135 Remove org.apache.commons.io.Java7Support
133136 </action >
134137 </release >
138+
135139 <release version =" 2.5" date =" 2016-04-22" description =" New features and bug fixes." >
136140 <action issue =" IO-492" dev =" ggregory" type =" fix" due-to =" Santiago Castro" >
137141 Typo: In an IOUtils.java comment it says "focussed" instead of "focused".
@@ -345,7 +349,7 @@ The <action> type attribute can be add,update,fix,remove.
345349 Make IOUtils.EOF public and reuse it in various classes.
346350 </action >
347351 </release >
348- <!-- The release date is the date RC is cut -->
352+
349353 <release version =" 2.4" date =" 2012-06-12" description =" New features and bug fixes." >
350354 <action issue =" IO-343" dev =" ggregory" type =" fix" due-to =" igorlash" >
351355 org.apache.commons.io.comparator Javadoc is inconsistent with real code.
@@ -399,7 +403,7 @@ The <action> type attribute can be add,update,fix,remove.
399403 FileUtils.sizeOfDirectory follows symbolic links.
400404 </action >
401405 </release >
402- <!-- The release date is the date RC is cut -->
406+
403407 <release version =" 2.3" date =" 2012-April-10" description =" New features and bug fixes." >
404408 <action issue =" IO-322" dev =" ggregory" type =" add" due-to =" ggregory" >
405409 Add and use class Charsets.
@@ -411,6 +415,7 @@ The <action> type attribute can be add,update,fix,remove.
411415 Add Charset sister APIs to method that take a String charset name.
412416 </action >
413417 </release >
418+
414419 <release version =" 2.2" date =" 2012-March-26" description =" New features and bug fixes." >
415420 <action issue =" IO-313" dev =" ggregory" type =" add" due-to =" ggregory" >
416421 Add IOUTils.toBufferedReader(Reader)
@@ -487,6 +492,7 @@ The <action> type attribute can be add,update,fix,remove.
487492 Added contentEqualsIgnoreEOL methods to both classes
488493 </action >
489494 </release >
495+
490496 <release version =" 2.1" date =" 2011-Sep-28" description =" New features and bug fixes." >
491497 <action dev =" ggregory" type =" add" issue =" IO-285" due-to =" ggregory" >
492498 Use standard Maven directory layout
@@ -534,7 +540,6 @@ The <action> type attribute can be add,update,fix,remove.
534540 <action dev =" sebb" type =" add" issue =" IO-251" due-to =" Marco Albini" >
535541 Add new read method "toByteArray" to handle InputStream with known size.
536542 </action >
537-
538543 </release >
539544
540545 <release version =" 2.0.1" date =" 2010-Dec-26" >
0 commit comments