Skip to content

Commit 25104f4

Browse files
committed
More tweakage, typos.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130233 13f79535-47bb-0310-9956-ffa450edef68
1 parent e8e461d commit 25104f4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

1010
This document contains the release notes for this version of the Commons
1111
Codec 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
1414
org.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

0 commit comments

Comments
 (0)