You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ol...@apache.org on 2014/10/28 00:12:52 UTC

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

Author: olamy
Date: Mon Oct 27 23:12:52 2014
New Revision: 1634733

URL: http://svn.apache.org/r1634733
Log:
changes.xml for IO-457

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=1634733&r1=1634732&r2=1634733&view=diff
==============================================================================
--- commons/proper/io/trunk/src/changes/changes.xml (original)
+++ commons/proper/io/trunk/src/changes/changes.xml Mon Oct 27 23:12:52 2014
@@ -47,6 +47,11 @@ The <action> type attribute can be add,u
   <body>
     <!-- The release date is the date RC is cut -->
     <release version="2.5" date="2014-??-??" description="New features and bug fixes.">
+      <action issue="IO-457" dev="olamy" type="add" due-to="Kristian Rosenvold">
+        Add a BoundedReader, a wrapper that can be used to constrain access
+        to an underlying stream when used with mark/reset -
+        to avoid overflowing the mark limit of the underlying buffer.
+      </action>
       <action issue="IO-453" dev="sebb" type="fix" due-to="Steven Christou">
          Regression in FileUtils.readFileToString from 2.0.1
       </action>