aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorStephen Colebourne <scolebourne@apache.org>2006-10-11 14:44:17 +0000
committerStephen Colebourne <scolebourne@apache.org>2006-10-11 14:44:17 +0000
commite03d721bb4dfd2e4ba7719f76ce17e860890dd2e (patch)
treea8640bfea2c9a354e80dec90ab651101f16ba91e /RELEASE-NOTES.txt
parentd25ed53a78193ec031635f71f29b1f9217c793ef (diff)
downloadapache-commons-io-e03d721bb4dfd2e4ba7719f76ce17e860890dd2e.tar.gz
IO-84 - Change int methods from deprecated to exception throwng
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@462818 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 13b35590..bb4edb07 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -63,6 +63,11 @@ Bug fixes from 1.2
- Comment about result byte/char count being limited to an int, thus
being inacurate for large streams
+- CountingInputStream/CountingOutputStream [IO-84]
+ - methods were declared as int thus the count was innacurate for large streams
+ - new long based methods getByteCount()/resetByteCount() added
+ - existing methods changed to throw an exception if the count is greater than an int
+
Enhancements from 1.2
---------------------