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-1.0-dev.txt,v 1.1 2003/04/25 18:07:16 tobrien Exp $
2+
3+ Commons Codec Package
4+ Version 1.0-dev
5+ Release Notes
6+
7+
8+ INTRODUCTION:
9+
10+ This document contains the release notes for this version of the Commons
11+ Codec package, and highlights changes since the previous version. The
12+ current release adds new features and bug fixes, and is being done now to
13+ follow the release early/release often mentality.
14+
15+
16+ NEW FEATURES:
17+
18+ * Base64 class from commons-httpclient in org.apache.commons.codec.base64
19+ * Soundex class from commons-util in org.apache.commons.codec
20+ * Metaphone class from commons-util in org.apache.commons.codec
21+ * SoundexComparator class from commons-util in org.apache.commons.codec
22+
23+
24+ BUG FIXES:
25+
26+
Original file line number Diff line number Diff line change 1- $Id: RELEASE-NOTES.txt,v 1.1 2003/04/25 17:50:55 tobrien Exp $
1+ $Id: RELEASE-NOTES.txt,v 1.2 2003/04/25 18:07:16 tobrien Exp $
22
33 Commons Codec Package
4- Version 1.0-dev
4+ Version 1.1
55 Release Notes
66
77
@@ -15,12 +15,21 @@ follow the release early/release often mentality.
1515
1616NEW FEATURES:
1717
18+ * A newer version of the Base64 class reflecting improvements from
19+ both the commons-httpclient and xml-rpc versions of code forked
20+ from catalina.
1821* Base64 class from commons-httpclient in org.apache.commons.codec.base64
22+ has been retained for backwards compatibility but has been deprecated
1923* Soundex class from commons-util in org.apache.commons.codec
2024* Metaphone class from commons-util in org.apache.commons.codec
21- * SoundexComparator class from commons-util in org.apache.commons.codec
22-
25+ * RefinedSoundex class in org.apache.commons.codec
26+ * Encoder/Decoder interfaces in org.apache.commons
27+ * String and Binary specific Encoder/Decoder interfaces in
28+ org.apache.commons
29+ * StringEncoderComparator replaces the SoundexComparator from the
30+ language package.
2331
2432BUG FIXES:
2533
26-
34+ * Base64 now discards whitespace characters when decoding encoded
35+ content.
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22
33<project >
4- <extend >../../jakarta-commons/ project.xml</extend >
4+ <extend >../project.xml</extend >
55 <name >Codec</name >
66 <id >commons-codec</id >
77 <currentVersion >1.1-rc1</currentVersion >
You can’t perform that action at this time.
0 commit comments