Skip to content

Commit 18246b2

Browse files
author
Timothy O'Brien
committed
Added release notes for 1.1, modified project.xml to reflect promotion to commons
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130121 13f79535-47bb-0310-9956-ffa450edef68
1 parent 71205dd commit 18246b2

3 files changed

Lines changed: 41 additions & 6 deletions

File tree

RELEASE-NOTES-1.0-dev.txt

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

RELEASE-NOTES.txt

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

1616
NEW 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

2432
BUG FIXES:
2533

26-
34+
* Base64 now discards whitespace characters when decoding encoded
35+
content.

project.xml

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

0 commit comments

Comments
 (0)