1- $Id: RELEASE-NOTES.txt,v 1.11 2003/11/23 22:16:46 tobrien Exp $
1+ $Id: RELEASE-NOTES.txt,v 1.12 2003/11/25 05:03:29 tobrien Exp $
22
33 Commons Codec Package
44 Version 1.2
@@ -9,26 +9,22 @@ INTRODUCTION:
99
1010This document contains the release notes for this version of the Commons
1111Codec package, and highlights changes since the previous version. Version
12- 1.2 contains bug fixes for the 1.1 release, including an issue related
13- to the treat of non-Base64 characters, Soundex fixes and adds the
14- org.apache.commons.codec.net package.
15-
12+ 1.2 contains bug fixes for the 1.1 release.
1613
1714NEW FEATURES:
1815
19- * org.apache.commons.codec.net: A new package with the class URLCodec.
16+ * URLCodec - Implements the 'www-form-urlencoded' encoding scheme
17+
18+ * DigestUtils - Simple utility class that provides static convenience
19+ methods for calculating md5 and hex digests.
2020
2121
2222BUG FIXES:
2323
2424* Fix for Bug 19860: Modified Base64 to remedy non-compliance with RFC
2525 2045. Non-Base64 characters were not being discarded during the
2626 decode. RFC 2045 explicitly states that all characters outside of the
27- base64 alphabet are to be ignored. A new function discardNonBase64 is
28- called prior to a decode. Note that isArrayBase64 only discards
29- white space before testing the contents of an encoded byte array. Unit
30- tests for Base64 were updated to reflect the changes related to
31- discarding non-Base64 characters.
27+ base64 alphabet are to be ignored.
3228
3329* Fix for Bug 24360: Hex.decode(Object) throws a ClassCastException
3430 when a String argument is passed in.
@@ -42,3 +38,5 @@ BUG FIXES:
4238 of length 4 by definition (we do not use the '-' in as a letter-nnn
4339 separator) the need for a maxLength attribute is not needed. Deprecate
4440 the field and accessor methods.
41+
42+ * Fix in Metaphone relating to the handling of the maximum code length.
0 commit comments