Skip to content

Commit 6bc2c62

Browse files
committed
Added note for QuotedPrintableCodec.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130327 13f79535-47bb-0310-9956-ffa450edef68
1 parent c6a5b2d commit 6bc2c62

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

RELEASE-NOTES.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$Id: RELEASE-NOTES.txt,v 1.17 2004/03/17 19:14:40 ggregory Exp $
1+
$Id: RELEASE-NOTES.txt,v 1.18 2004/03/23 19:26:50 ggregory Exp $
22

33
Commons Codec Package
44
Version 1.3-dev
@@ -17,7 +17,13 @@ License 1.1.
1717
NEW FEATURES:
1818

1919
* Binary: Encodes and decodes binary to and from ascii bit Strings.
20+
21+
* QuotedPrintableCodec: Codec for RFC 1521 MIME (Multipurpose Internet
22+
Mail Extensions) Part One. Rules #3, #4, and #5 of the quoted-printable spec
23+
are not implemented yet
24+
2025
* Soundex: Implemented the DIFFERENCE algorithm.
26+
2127
* RefinedSoundex: Implemented the DIFFERENCE algorithm.
2228

2329
BUG FIXES:
@@ -26,7 +32,9 @@ BUG FIXES:
2632
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25995
2733

2834
* Added missing tags in Javadoc comments.
35+
2936
* General Javadoc improvements.
37+
3038
* The Board recommendation to remove Javadoc author tags has been
3139
implemented. All author tags are now "Apache Software Foundation".
3240

0 commit comments

Comments
 (0)