Author: ggregory
Date: Fri Feb 17 23:06:26 2012
New Revision: 1245798
URL: http://svn.apache.org/viewvc?rev=1245798&view=rev
Log:
[IO-303] TeeOutputStream fails executing branch.close() when main.close()
raised an exception. Use a different impl with < LOCs.
Modified:
commons/proper/io/trunk/src/changes/changes.xml
Modified: commons/proper/io/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/io/trunk/src/changes/changes.xml?rev=1245798&r1=1245797&r2=1245798&view=diff
==============================================================================
--- commons/proper/io/trunk/src/changes/changes.xml (original)
+++ commons/proper/io/trunk/src/changes/changes.xml Fri Feb 17 23:06:26 2012
@@ -40,7 +40,7 @@ The <action> type attribute can be add,u
<body>
<release version="2.2" date="TBA">
- <action dev="ggregory" type="add" issue="IO-303" due-to="ggregory">
+ <action dev="ggregory" type="add" issue="IO-303" due-to="fabian.barney">
TeeOutputStream does not call branch.close() when main.close() throws
an exception
</action>
<action dev="ggregory" type="add" issue="IO-301" due-to="kaykay.unique">