Author: niallp
Date: Sun Jan 6 15:18:02 2008
New Revision: 609465
URL: http://svn.apache.org/viewvc?rev=609465&view=rev
Log:
Add IO-148 and IO-152 to release notes and update the NOTICE file year to 2008
Modified:
commons/proper/io/trunk/NOTICE.txt
commons/proper/io/trunk/RELEASE-NOTES.txt
Modified: commons/proper/io/trunk/NOTICE.txt
URL:
http://svn.apache.org/viewvc/commons/proper/io/trunk/NOTICE.txt?rev=609465&r1=609464&r2=609465&view=diff
==============================================================================
--- commons/proper/io/trunk/NOTICE.txt (original)
+++ commons/proper/io/trunk/NOTICE.txt Sun Jan 6 15:18:02 2008
@@ -1,5 +1,5 @@
Apache Commons IO
-Copyright 2001-2007 The Apache Software Foundation
+Copyright 2001-2008 The Apache Software Foundation
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).
Modified: commons/proper/io/trunk/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/commons/proper/io/trunk/RELEASE-NOTES.txt?rev=609465&r1=609464&r2=609465&view=diff
==============================================================================
--- commons/proper/io/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/io/trunk/RELEASE-NOTES.txt Sun Jan 6 15:18:02 2008
@@ -45,6 +45,9 @@
- FileUtils
- Add a deleteQuietly method [IO-135]
+- IOExceptionWithCause [IO-148]
+ - Add a new IOException implementation with constructors which take a cause
+
- TeeInputStream [IO-129]
- Add new Tee input stream implementation
@@ -57,6 +60,9 @@
- DeferredFileOutputStream [IO-130]
- Add support for temporary files
+
+- ByteArrayOutputStream
+ - Add a new write(InputStream) method [IO-152]
- New Closed Input/Output stream implementations [IO-122]
- AutoCloseInputStream - automatically closes and discards the underlying
input stream