Skip to content

Commit 29de287

Browse files
committed
PR: 25995
Obtained from: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25995 Submitted by: olegk@apache.org (Oleg Kalnichevski) Reviewed by: Gary D. Gregory git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130283 13f79535-47bb-0310-9956-ffa450edef68
1 parent f023dc1 commit 29de287

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$Id: RELEASE-NOTES.txt,v 1.13 2003/12/10 00:04:46 ggregory Exp $
1+
$Id: RELEASE-NOTES.txt,v 1.14 2004/01/09 19:15:58 ggregory Exp $
22

33
Commons Codec Package
44
Version 1.3-dev
@@ -8,15 +8,21 @@ $Id: RELEASE-NOTES.txt,v 1.13 2003/12/10 00:04:46 ggregory Exp $
88
INTRODUCTION:
99

1010
This document contains the release notes for this version of the Commons
11-
Codec package, and highlights changes since the previous version. Version
12-
1.3 contains bug fixes for the 1.2 release.
11+
Codec package, and highlights changes since the previous version.
12+
13+
Version 1.3 contains bug fixes for the 1.2 release and an implementation of
14+
the DIFFERENCE algorithm in Soundex and RefinedSoundex.
1315

1416
NEW FEATURES:
1517

1618
* Soundex - Implemented the DIFFERENCE algorithm.
19+
* RefinedSoundex - Implemented the DIFFERENCE algorithm.
1720

1821
BUG FIXES:
1922

23+
* Fix for Bug 25995: [Codec] Default URL encoding logic broken.
24+
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25995
25+
2026
* Fix for Bug XXXX: ZZZZ
2127

2228
* Fixes for missing tags in Javadoc comments.

0 commit comments

Comments
 (0)