aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorStephen Colebourne <scolebourne@apache.org>2006-08-29 20:54:47 +0000
committerStephen Colebourne <scolebourne@apache.org>2006-08-29 20:54:47 +0000
commit01caaa9ac072f932a83ff894e63dade9df97c465 (patch)
treed1f20d199fea9dc9160d16d66d766d947e34829c /RELEASE-NOTES.txt
parent93910e80b41dfbecca566bda13da7601262f3730 (diff)
downloadapache-commons-io-01caaa9ac072f932a83ff894e63dade9df97c465.tar.gz
IO-91 - FileSystemUtils.freeSpace deprecated, replaced by freeSpaceKb
Document freeSpace not working with SunOS 5 info from Magnus Grimsell git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@438209 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 2e21ce78..deb61150 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -29,6 +29,12 @@ Deprecations from 1.2
- WildcardFilter deprecated, replaced by WildcardFileFilter
- old class only accepted files, thus had a confusing dual purpose
+- FileSystemUtils.freeSpace deprecated, replaced by freeSpaceKb
+ - freeSpace returns a result that varies by operating system and
+ thus isn't that useful
+ - freeSpaceKb returns much better and more consistent results
+ - freeSpaceKb existed in v1.2, so this is a gentle cutover
+
Bug fixes from 1.2
------------------
@@ -42,6 +48,9 @@ Bug fixes from 1.2
- Avoid infinite looping in Windows
- Catch more errors with nice messages
+- FileSystemUtils.freeSpace [IO-91]
+ - This is now documented not to work on SunOS 5
+
Enhancements from 1.2
---------------------