Author: ggregory
Date: Sun Sep 11 20:59:06 2011
New Revision: 1169535
URL: http://svn.apache.org/viewvc?rev=1169535&view=rev
Log:
Sync up release notes from JIRA for 2.1.
Modified:
commons/proper/io/trunk/src/changes/changes.xml
Modified: commons/proper/io/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/io/trunk/src/changes/changes.xml?rev=1169535&r1=1169534&r2=1169535&view=diff
==============================================================================
--- commons/proper/io/trunk/src/changes/changes.xml (original)
+++ commons/proper/io/trunk/src/changes/changes.xml Sun Sep 11 20:59:06 2011
@@ -43,11 +43,32 @@ The <action> type attribute can be add,u
<action dev="ggregory" type="add" issue="IO-284" due-to="ggregory">
Add IOUtils API toString for URL and URI to get contents
</action>
+ <action dev="ggregory" type="add" issue="IO-282" due-to="ggregory">
+ Add API FileUtils.copyFile(File input, OutputStream output)
+ </action>
<action dev="sebb" type="fix" issue="IO-280" due-to="sebb">
Dubious use of mkdirs() return code
</action>
- <action dev="ggregory" type="add" issue="IO-282" due-to="ggregory">
- Add API FileUtils.copyFile(File input, OutputStream output)
+ <action type="fix" issue="IO-277">
+ ReaderInputStream enters infinite loop when it encounters an
unmappable character
+ </action>
+ <action type="fix" issue="IO-264">
+ FileUtils.moveFile() JavaDoc should specify FileExistsException thrown
+ </action>
+ <action type="add" issue="IO-262">
+ FileAlterationObserver has no getter for FileFilter
+ </action>
+ <action type="add" issue="IO-261">
+ Add FileUtils.getFile API with varargs parameter
+ </action>
+ <action type="fix" issue="IO-260">
+ ClassLoaderObjectInputStream does not handle Proxy classes
+ </action>
+ <action type="update" issue="IO-259">
+ FileAlterationMonitor.stop(boolean allowIntervalToFinish)
+ </action>
+ <action type="add" issue="IO-182">
+ Add new APPEND parameter for writing string into files
</action>
<!-- TODO check where these fixes really belong -->
@@ -55,28 +76,34 @@ The <action> type attribute can be add,u
Tailer returning partial lines when reaching EOF before EOL
</action>
<action dev="sebb" type="fix" issue="IO-266" due-to="Igor Smereka">
- FileUtils.copyFile() throws IOException when copying large files to a
shared directory
- </action>
- <action dev="sebb" type="add" issue="IO-251" due-to="Marco Albini">
- Add new read method "toByteArray" to handle InputStream with known
size.
+ FileUtils.copyFile() throws IOException when copying large files to a
shared directory (on Windows)
</action>
<action dev="sebb" type="fix" issue="IO-263" due-to="Gil Adam">
FileSystemUtils.freeSpaceKb throws exception for Windows volumes with
no visible files.
Improve coverage by also looking for hidden files.
</action>
+ <action dev="sebb" type="add" issue="IO-251" due-to="Marco Albini">
+ Add new read method "toByteArray" to handle InputStream with known
size.
+ </action>
</release>
<release version="2.0.1" date="2010-Dec-26">
- <!-- TODO which fixes were part of 2.0.1? -->
+ <action type="update">
+ TODO: Convert RELEASE-NOTES.txt from 2.0.1?
+ </action>
</release>
<release version="2.0" date="2010-Oct-18">
- <!-- TODO which fixes were part of 2.0? -->
+ <action type="update">
+ TODO: Convert RELEASE-NOTES.txt from 2.0?
+ </action>
</release>
<release version="1.4" date="2008-Jan-21">
- <!-- TODO which fixes were part of 1.4? -->
+ <action type="update">
+ TODO: Convert RELEASE-NOTES.txt from 1.4?
+ </action>
</release>
<release version="1.3.2" date="2007-Jul-02">