You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2013/12/24 21:09:23 UTC

svn commit: r3975 - /dev/commons/codec/RELEASE-NOTES.txt

Author: ggregory
Date: Tue Dec 24 20:09:21 2013
New Revision: 3975

Log:
Replace Apache Commons Codec 1.8 with 1.9

Modified:
    dev/commons/codec/RELEASE-NOTES.txt

Modified: dev/commons/codec/RELEASE-NOTES.txt
==============================================================================
--- dev/commons/codec/RELEASE-NOTES.txt (original)
+++ dev/commons/codec/RELEASE-NOTES.txt Tue Dec 24 20:09:21 2013
@@ -1,23 +1,22 @@
-              Apache Commons Codec 1.8 RELEASE NOTES
+              Apache Commons Codec 1.9 RELEASE NOTES
 
 The codec package contains simple encoder and decoders for
 various formats such as Base64 and Hexadecimal.  In addition to these
 widely used encoders and decoders, the codec package also maintains a
 collection of phonetic encoding utilities.
 
-Feature and fix release. Requires a minimum of Java 1.6
+Performance and fix release. Requires a minimum of Java 1.6.
 
 Changes in this version include:
 
-New features:
-o CODEC-168:  Add DigestUtils.updateDigest(MessageDigest, InputStream). Thanks to Daniel Cassidy.
-o CODEC-167:  Add JUnit to test our decode with pad character in the middle.
-o CODEC-161:  Add Match Rating Approach (MRA) phonetic algorithm encoder. Thanks to crice.
+Performance:
+CODEC-174: Improve performance of Beider Morse encoder. Thanks to Thomas Champagne.
 
 Fixed Bugs:
-o CODEC-163:  ColognePhonetic encoder unnecessarily creates many char arrays on every loop run. Thanks to leo141.
-o CODEC-160:  Base64.encodeBase64URLSafeString doesn't add padding characters at the end.
-
+o CODEC-175: Beider Morse does not close Scanners used to read config files. 
+o CODEC-172: Base32 decode table has spurious value. Thanks to Matt Bishop. 
+o CODEC-170: Link broken in Metaphone Javadoc. Thanks to Ron Wheeler, Henri Yandell. 
+o CODEC-176: Spelling fixes in Javadoc and comments. Thanks to Ville Skyttä. 
 
 
 For complete information on Commons Codec, including instructions on how to submit bug reports,