You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2012/06/07 22:58:25 UTC

svn commit: r1347793 - /commons/proper/io/trunk/src/changes/changes.xml

Author: sebb
Date: Thu Jun  7 20:58:25 2012
New Revision: 1347793

URL: http://svn.apache.org/viewvc?rev=1347793&view=rev
Log:
Duplicate fix

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=1347793&r1=1347792&r2=1347793&view=diff
==============================================================================
--- commons/proper/io/trunk/src/changes/changes.xml (original)
+++ commons/proper/io/trunk/src/changes/changes.xml Thu Jun  7 20:58:25 2012
@@ -59,6 +59,9 @@ The <action> type attribute can be add,u
       <action issue="IO-332" dev="ggregory" type="fix" due-to="liangly">
         Improve tailer's reading performance.
       </action>            
+      <action issue="IO-279" dev="ggregory" type="fix">
+        Improve Tailer performance with buffered reads (see IO-332).
+      </action>            
       <action issue="IO-329" dev="ggregory" type="fix" due-to="tivv">
         FileUtils.writeLines uses unbuffered IO.
       </action>