ggregory    2004/03/12 11:52:25

  Modified:    codec    RELEASE-NOTES.txt
  Log:
  Note the presence of the new feature: Binary.
  
  Revision  Changes    Path
  1.15      +7 -5      jakarta-commons/codec/RELEASE-NOTES.txt
  
  Index: RELEASE-NOTES.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/codec/RELEASE-NOTES.txt,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- RELEASE-NOTES.txt 9 Jan 2004 19:15:58 -0000       1.14
  +++ RELEASE-NOTES.txt 12 Mar 2004 19:52:25 -0000      1.15
  @@ -10,13 +10,15 @@
   This document contains the release notes for this version of the Commons
   Codec package, and highlights changes since the previous version.  
   
  -Version 1.3 contains bug fixes for the 1.2 release and an implementation of 
  -the DIFFERENCE algorithm in Soundex and RefinedSoundex.
  +This version is relesed under the Apache License 2.0, please see 
  +./LICENSE.txt. Previous versions were released under the Apache 
  +License 1.1.
   
   NEW FEATURES:
   
  -* Soundex - Implemented the DIFFERENCE algorithm.
  -* RefinedSoundex - Implemented the DIFFERENCE algorithm.
  +* Binary: Encodes and decodes binary to and from ascii bit Strings.
  +* Soundex: Implemented the DIFFERENCE algorithm.
  +* RefinedSoundex: Implemented the DIFFERENCE algorithm.
   
   BUG FIXES:
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to