Skip to content

Commit efcaa39

Browse files
committed
Update
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@140474 13f79535-47bb-0310-9956-ffa450edef68
1 parent 8ab260e commit efcaa39

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

xdocs/changes.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
</properties>
66
<body>
77
<release version="1.0-dev" date="in CVS">
8+
<action dev="jeremias" type="remove">
9+
IOUtils: Removed the copy() and toByteArray() variants with the bufferSize
10+
parameter. Reasoning can be found at
11+
http://www.mail-archive.com/commons-dev@jakarta.apache.org/msg19703.html
12+
</action>
813
<action type="update">
914
Renamed all *Util.java to *Utils.java for consistency.
1015
</action>
@@ -38,12 +43,12 @@
3843
due-to="Alban Peignier" due-to-email="alban.peignier at free.fr">
3944
New methods for FileUtils: isFileNewer() (3 variants)
4045
</action>
41-
<actions dev="bayard" type="add"
46+
<action dev="bayard" type="add"
4247
due-to="Jeremias Maerki" due-to-email="jeremias at apache.org">
4348
Added an alternative ByteArrayOutputStream implementation which is faster than
4449
the original java.io.ByteArrayOutputStream by reusing buffers instead of
4550
reallocating them when the buffer needs to be resized.
46-
</actions>
51+
</action>
4752
</release>
4853
</body>
4954
</document>

xdocs/tasks.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
release of this component:
88
</p>
99
<ul>
10-
<li>IOUtils: Remove the toByteArray() variants with the bufferSize
11-
parameter. [Jeremias] Reasoning can be found at
12-
http://www.mail-archive.com/commons-dev@jakarta.apache.org/msg19703.html</li>
1310
<li>FilenameUtils: This class is a big mess ATM. We need to clean it up.</li>
1411
<li>IOUtilsTestCase: Move copy tests over to CopyUtilsTestCase or kill them. [Hen]</li>
1512
<li>Re-enable test case for: IOUtilTestCase</li>

0 commit comments

Comments
 (0)