You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by kr...@apache.org on 2015/08/06 14:49:39 UTC

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

Author: krosenvold
Date: Thu Aug  6 12:49:39 2015
New Revision: 1694488

URL: http://svn.apache.org/r1694488
Log:
Added changes.xml notes on patch for IO-446, that accidentally got commited with other changes in r1686747

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=1694488&r1=1694487&r2=1694488&view=diff
==============================================================================
--- commons/proper/io/trunk/src/changes/changes.xml (original)
+++ commons/proper/io/trunk/src/changes/changes.xml Thu Aug  6 12:49:39 2015
@@ -47,6 +47,9 @@ The <action> type attribute can be add,u
   <body>
     <!-- The release date is the date RC is cut -->
     <release version="2.5" date="2015-??-??" description="New features and bug fixes.">
+      <action issue="IO-446" dev="krosenvold" type="fix" due-to="Jeffrey Barrus">
+        adds an endOfFileReached method to the TailerListener
+      </action>
       <action issue="IO-484" dev="krosenvold" type="fix" due-to="Philippe Arteau">
         FilenameUtils should handle embedded null bytes
       </action>