aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorStephen Colebourne <scolebourne@apache.org>2006-08-26 00:08:08 +0000
committerStephen Colebourne <scolebourne@apache.org>2006-08-26 00:08:08 +0000
commit0a03609ddc6380dd7c9053eb8cb04072baa476a1 (patch)
treee70f273ce59a0cd7f9a9e2ead37afe29f89420ff /RELEASE-NOTES.txt
parenteaa8e0c698f694b7e5fdded5dbb9024c8cf15c4e (diff)
downloadapache-commons-io-0a03609ddc6380dd7c9053eb8cb04072baa476a1.tar.gz
IO-90 - Fix freeSpace to avoid infinite loops and other errors
includes some code from Thomas Ledoux git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@437031 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 44ea6df3..2e21ce78 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -38,6 +38,10 @@ Bug fixes from 1.2
- FileSystemUtils.freeSpace/freeSpaceKb [IO-83]
- These should now work on AIX and HP-UX
+- FileSystemUtils.freeSpace/freeSpaceKb [IO-90]
+ - Avoid infinite looping in Windows
+ - Catch more errors with nice messages
+
Enhancements from 1.2
---------------------