tobrien 2003/02/08 12:40:38
Modified: codec TODO
Removed: codec/src/java/org/apache/commons/codec Metaphone.java
RefinedSoundex.java Soundex.java
codec/src/java/org/apache/commons/codec/base64 Base64.java
codec/src/test/org/apache/commons/codec/base64
Base64TestCase.java TestAll.java
Log:
Removed deprecated classes and test cases
Revision Changes Path
1.8 +15 -8 jakarta-commons-sandbox/codec/TODO
Index: TODO
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/codec/TODO,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- TODO 4 Feb 2003 06:37:58 -0000 1.7
+++ TODO 8 Feb 2003 20:40:38 -0000 1.8
@@ -13,18 +13,10 @@
** TODO List
-* Delete language encoders in codec package by 2/10
-
-* move additional string encoding/decoding method from deprecated Base64 to
improved Base64
-
-* add flags to new Base64 for the enforcement of different levels of RFC
compliance.
-
* Add a ship encode and decode to binary package
* Add a btoa encode and decode to binary package
-* Move Base64 from HttpClient to Codec
-
* Add a BinHex endode and decode to binary package
* Add a uu encode and decode to binary package
@@ -49,8 +41,23 @@
* Nysiis
** Modify Nysiis implementation - make it thread safe(r).
+* figure out a better way to supply test data and expected input/output
+ to the JUNIT test cases
+
+* develop multiple distributions for projects that only wish to use
+ a specific class, and are worried about footprint (memory and diskspace).
+
+* add more documentation to Base64
+
** DONE
+2/7/03 - TOB - Removed all deprecated classes this includes
+ base64.Base64
+ .Soundex, .RefinedSoundex, and .DoubleMetaphone
+2/6/03 - TOB - Added encodeChunked and optional chunking to the Base64
+ class in the "binary" package. This change was made to
+ reach the goal of immediate reusability for the xml-rpc
+ and httpclient projects.
2/4/03 - TOB - Integrated a Base64 impl from xml-rpc - Martin Redington
2/3/03 - TOB - Moved phonetic encoders into dedicated "language" package.
2/3/03 - TOB - Added Nysiis code and tests from Kyle Burton
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]