Skip to content

Commit 0dccac9

Browse files
committed
Preparing release 2.4.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1349353 13f79535-47bb-0310-9956-ffa450edef68
1 parent 7699b55 commit 0dccac9

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

src/changes/changes.xml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ 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.4" date="2012-TDB-TDB" description="">
49+
<release version="2.4" date="2012-TBD-TBD" description="New features and bug fixes.">
5050
<action issue="IO-269" dev="ggregory" type="add" due-to="sebb">
5151
Tailer locks file from deletion/rename on Windows.
5252
</action>
@@ -57,16 +57,15 @@ The <action> type attribute can be add,update,fix,remove.
5757
Tailer#readLines - incorrect CR handling.
5858
</action>
5959
<action issue="IO-334" dev="sebb" type="fix">
60-
FileUtils.toURLs throws NPE for null parameter.
61-
Documented the behaviour.
60+
FileUtils.toURLs throws NPE for null parameter; document the behavior.
6261
</action>
6362
<action issue="IO-333" dev="ggregory" type="add" due-to="fmeschbe">
6463
Export OSGi packages at version 1.x in addition to 2.x.
6564
</action>
66-
<action issue="IO-320" dev="ggregory" type="add">
65+
<action issue="IO-320" dev="ggregory" type="add" due-to="ggregory">
6766
Add XmlStreamReader support for UTF-32.
6867
</action>
69-
<action issue="IO-331" dev="ggregory" type="add">
68+
<action issue="IO-331" dev="ggregory" type="add" due-to="ggregory">
7069
BOMInputStream wrongly detects UTF-32LE_BOM files as UTF-16LE_BOM files in method getBOM().
7170
</action>
7271
<action issue="IO-332" dev="ggregory" type="fix" due-to="liangly">
@@ -95,7 +94,7 @@ The <action> type attribute can be add,update,fix,remove.
9594
</action>
9695
</release>
9796
<!-- The release date is the date RC is cut -->
98-
<release version="2.3" date="2012-April-10" description="">
97+
<release version="2.3" date="2012-April-10" description="New features and bug fixes.">
9998
<action issue="IO-322" dev="ggregory" type="add" due-to="ggregory">
10099
Add and use class Charsets.
101100
</action>
@@ -106,7 +105,7 @@ The <action> type attribute can be add,update,fix,remove.
106105
Add Charset sister APIs to method that take a String charset name.
107106
</action>
108107
</release>
109-
<release version="2.2" date="2012-March-26" description="">
108+
<release version="2.2" date="2012-March-26" description="New features and bug fixes.">
110109
<action issue="IO-313" dev="ggregory" type="add" due-to="ggregory">
111110
Add IOUTils.toBufferedReader(Reader)
112111
</action>
@@ -124,7 +123,7 @@ The <action> type attribute can be add,update,fix,remove.
124123
New copyLarge() method in IOUtils that takes additional offset, length arguments
125124
</action>
126125
<action issue="IO-300" dev="sebb" type="fix">
127-
FileUtils.moveDirectoryToDirectory removes source directory if destination is a subdirectory
126+
FileUtils.moveDirectoryToDirectory removes source directory if destination is a sub-directory
128127
</action>
129128
<action issue="IO-307" dev="sebb" type="fix">
130129
ReaderInputStream#read(byte[] b, int off, int len) should check for valid parameters
@@ -182,7 +181,7 @@ The <action> type attribute can be add,update,fix,remove.
182181
Added contentEqualsIgnoreEOL methods to both classes
183182
</action>
184183
</release>
185-
<release version="2.1" date="2011-Sep-28">
184+
<release version="2.1" date="2011-Sep-28" description="New features and bug fixes.">
186185
<action dev="ggregory" type="add" issue="IO-285" due-to="ggregory">
187186
Use standard Maven directory layout
188187
</action>
@@ -250,7 +249,7 @@ The <action> type attribute can be add,update,fix,remove.
250249
</action>
251250
</release>
252251

253-
<release version="1.3.2" date="2007-Jul-02">
252+
<release version="1.3.2" date="2007-Jul-02" description="Bug fixes.">
254253
<action dev="jochen" type="fix" issue="IO-115">
255254
Some tests, which are implicitly assuming a Unix-like file
256255
system, are now skipped on Windows.

0 commit comments

Comments
 (0)