aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorStephen Colebourne <scolebourne@apache.org>2006-10-07 11:56:25 +0000
committerStephen Colebourne <scolebourne@apache.org>2006-10-07 11:56:25 +0000
commitb4b470096a39bfa51d33782f442505383ecc5e79 (patch)
tree6eb6cc81842b7e59b6c4bb9be10b6a01bde8d0bb /RELEASE-NOTES.txt
parenta12dd6e3f27c3be0bb02f618dc3ae132bf6e92c9 (diff)
downloadapache-commons-io-b4b470096a39bfa51d33782f442505383ecc5e79.tar.gz
IO-93 - FileSystemUtils - Fixed resource leak leading to 'Too many open files' error
- Previously did not destroy Process instances (as JDK Javadoc is so poor) - http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4801027 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@453889 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index ddf0b99e..56cfb2e5 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -51,6 +51,11 @@ Bug fixes from 1.2
- FileSystemUtils.freeSpace [IO-91]
- This is now documented not to work on SunOS 5
+- FileSystemUtils [IO-93]
+ - Fixed resource leak leading to 'Too many open files' error
+ - Previously did not destroy Process instances (as JDK Javadoc is so poor)
+ - http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4801027
+
- FileCleaner
- This now handles the situation where an error occurs when deleting the file