You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2010/10/06 18:14:20 UTC

svn commit: r1005100 - in /commons/proper/io/trunk: RELEASE-NOTES.txt src/site/xdoc/upgradeto2_0.xml

Author: niallp
Date: Wed Oct  6 16:14:20 2010
New Revision: 1005100

URL: http://svn.apache.org/viewvc?rev=1005100&view=rev
Log:
a couple of minor modifications to the release notes

Modified:
    commons/proper/io/trunk/RELEASE-NOTES.txt
    commons/proper/io/trunk/src/site/xdoc/upgradeto2_0.xml

Modified: commons/proper/io/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/RELEASE-NOTES.txt?rev=1005100&r1=1005099&r2=1005100&view=diff
==============================================================================
--- commons/proper/io/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/io/trunk/RELEASE-NOTES.txt Wed Oct  6 16:14:20 2010
@@ -105,13 +105,13 @@ Bug fixes from 1.4
   * [IO-231] FileUtils - fix wrong exception message generated in isFileNewer() method
   * [IO-207] FileUtils - fix race condition in forceMkdir() method
   * [IO-217] FileUtils - fix copyDirectoryToDirectory() makes infinite loops
-  * [IO-166] FileUtils - fix URL decoding in toFile(URL
+  * [IO-166] FileUtils - fix URL decoding in toFile(URL)
   * [IO-190] FileUtils - fix copyDirectory not preserving lastmodified date on sub-directories
   * [IO-240] FileFilterUtils - ensure cvsFilter and svnFilter are only created once.
   * [IO-175] IOUtils - fix copyFile() issues with very large files
   * [IO-191] Improvements from static analysis
   * [IO-216] LockableFileWriter - delete files quietly when an exception is thrown during initialization
-  * [IO-243] SwappedDataInputStream readBoolean is inverted
+  * [IO-243] SwappedDataInputStream - fix readBoolean is inverted
   * [IO-235] Tests - remove unused YellOnFlushAndCloseOutputStream from CopyUtilsTest
   * [IO-161] Tests - fix FileCleaningTrackerTestCase hanging
 

Modified: commons/proper/io/trunk/src/site/xdoc/upgradeto2_0.xml
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/src/site/xdoc/upgradeto2_0.xml?rev=1005100&r1=1005099&r2=1005100&view=diff
==============================================================================
--- commons/proper/io/trunk/src/site/xdoc/upgradeto2_0.xml (original)
+++ commons/proper/io/trunk/src/site/xdoc/upgradeto2_0.xml Wed Oct  6 16:14:20 2010
@@ -125,13 +125,13 @@ Bug fixes from 1.4
   * [IO-231] FileUtils - fix wrong exception message generated in isFileNewer() method
   * [IO-207] FileUtils - fix race condition in forceMkdir() method
   * [IO-217] FileUtils - fix copyDirectoryToDirectory() makes infinite loops
-  * [IO-166] FileUtils - fix URL decoding in toFile(URL
+  * [IO-166] FileUtils - fix URL decoding in toFile(URL)
   * [IO-190] FileUtils - fix copyDirectory not preserving lastmodified date on sub-directories
   * [IO-240] FileFilterUtils - ensure cvsFilter and svnFilter are only created once.
   * [IO-175] IOUtils - fix copyFile() issues with very large files
   * [IO-191] Improvements from static analysis
   * [IO-216] LockableFileWriter - delete files quietly when an exception is thrown during initialization
-  * [IO-243] SwappedDataInputStream readBoolean is inverted
+  * [IO-243] SwappedDataInputStream - fix readBoolean is inverted
   * [IO-235] Tests - remove unused YellOnFlushAndCloseOutputStream from CopyUtilsTest
   * [IO-161] Tests - fix FileCleaningTrackerTestCase hanging