Skip to content

Commit c4dd009

Browse files
committed
Prepare for 1.9 RC1.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1552873 13f79535-47bb-0310-9956-ffa450edef68
1 parent 3441b35 commit c4dd009

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
1-
Apache Commons Codec 1.8 RELEASE NOTES
1+
Apache Commons Codec 1.9 RELEASE NOTES
22

33
The codec package contains simple encoder and decoders for
44
various formats such as Base64 and Hexadecimal. In addition to these
55
widely used encoders and decoders, the codec package also maintains a
66
collection of phonetic encoding utilities.
77

8-
Feature and fix release. Requires a minimum of Java 1.6
8+
Performance and fix release. Requires a minimum of Java 1.6.
99

1010
Changes in this version include:
1111

12-
New features:
13-
o CODEC-168: Add DigestUtils.updateDigest(MessageDigest, InputStream). Thanks to Daniel Cassidy.
14-
o CODEC-167: Add JUnit to test our decode with pad character in the middle.
15-
o CODEC-161: Add Match Rating Approach (MRA) phonetic algorithm encoder. Thanks to crice.
12+
Performance:
13+
CODEC-174: Improve performance of Beider Morse encoder. Thanks to Thomas Champagne.
1614

1715
Fixed Bugs:
18-
o CODEC-163: ColognePhonetic encoder unnecessarily creates many char arrays on every loop run. Thanks to leo141.
19-
o CODEC-160: Base64.encodeBase64URLSafeString doesn't add padding characters at the end.
20-
16+
o CODEC-175: Beider Morse does not close Scanners used to read config files.
17+
o CODEC-172: Base32 decode table has spurious value. Thanks to Matt Bishop.
18+
o CODEC-170: Link broken in Metaphone Javadoc. Thanks to Ron Wheeler, Henri Yandell.
19+
o CODEC-176: Spelling fixes in Javadoc and comments. Thanks to Ville Skytt�.
2120

2221

2322
For complete information on Commons Codec, including instructions on how to submit bug reports,

0 commit comments

Comments
 (0)