File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- $Id: RELEASE-NOTES.txt,v 1.7 2003/11/07 00:12:29 ggregory Exp $
1+ $Id: RELEASE-NOTES.txt,v 1.8 2003/11/07 00:14:14 ggregory Exp $
22
33 Commons Codec Package
44 Version 1.2
@@ -9,8 +9,8 @@ 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 a bug fixes for the 1.1 release, addresses an issue related
13- to the treat of non-Base64 characters, and adds the
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
1414org.apache.commons.codec.net package.
1515
1616
@@ -26,7 +26,7 @@ BUG FIXES:
2626 decode. RFC 2045 explicitly states that all characters outside of the
2727 base64 alphabet are to be ignored. A new function discardNonBase64 is
2828 called prior to a decode. Note that isArrayBase64 only discards
29- whitespace before testing the contents of an encoded byte array. Unit
29+ white space before testing the contents of an encoded byte array. Unit
3030 tests for Base64 were updated to reflect the changes related to
3131 discarding non-Base64 characters.
3232
You can’t perform that action at this time.
0 commit comments