Skip to content

Commit f8b8f26

Browse files
committed
IO-487 - update release notes
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1715240 13f79535-47bb-0310-9956-ffa450edef68
1 parent 57f493a commit f8b8f26

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ New features and bug fixes.
2020
Changes in this version include:
2121

2222
New features:
23+
o IO-487: Add ValidatingObjectInputStream for controlled deserialization
2324
o IO-471: Support for additional encodings in ReversedLinesFileReader Thanks to Leandro Reis.
2425
o IO-425: Setter method for threshold on ThresholdingOutputStream Thanks to Craig Swank.
2526
o IO-406: Introduce new class AppendableOutputStream Thanks to Niall Pemberton.

src/changes/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ The <action> type attribute can be add,update,fix,remove.
4747
<body>
4848
<!-- The release date is the date RC is cut -->
4949
<release version="2.5" date="2015-??-??" description="New features and bug fixes.">
50+
<action issue="IO-487" dev="bdelacretaz" type="add">
51+
Add ValidatingObjectInputStream for controlled deserialization
52+
</action>
5053
<action issue="IO-446" dev="krosenvold" type="fix" due-to="Jeffrey Barrus">
5154
adds an endOfFileReached method to the TailerListener
5255
</action>

0 commit comments

Comments
 (0)