You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by gg...@apache.org on 2003/11/03 20:21:36 UTC

cvs commit: jakarta-commons/codec RELEASE-NOTES.txt

ggregory    2003/11/03 11:21:36

  Modified:    codec    RELEASE-NOTES.txt
  Log:
  Inching towards a 1.2 release.
  
  Revision  Changes    Path
  1.5       +9 -6      jakarta-commons/codec/RELEASE-NOTES.txt
  
  Index: RELEASE-NOTES.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/codec/RELEASE-NOTES.txt,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- RELEASE-NOTES.txt	29 May 2003 21:14:58 -0000	1.4
  +++ RELEASE-NOTES.txt	3 Nov 2003 19:21:36 -0000	1.5
  @@ -1,7 +1,7 @@
   $Id$
   
   			Commons Codec Package
  -			    Version 1.1.1
  +			    Version 1.2
   			    Release Notes
   
   
  @@ -9,13 +9,15 @@
   
   This document contains the release notes for this version of the Commons
   Codec package, and highlights changes since the previous version.  Version
  -1.1.1 contains a bug fix for the 1.1 release, and addresses an issue related
  -to the treat of non-Base64 characters.
  +1.2 contains a bug fixes for the 1.1 release, addresses an issue related
  +to the treat of non-Base64 characters, and adds the 
  +org.apache.commons.codec.net package.
   
   
   NEW FEATURES:
   
  -* None
  +* org.apache.commons.codec.net: A new package with the class URLCodec.
  +
   
   BUG FIXES:
   
  @@ -28,5 +30,6 @@
     tests for Base64 were updated to reflect the changes related to
     discarding non-Base64 characters.
   
  -
  +* Fix for Bug 24360: Hex.decode(Object) throws a ClassCastException 
  +  when a String argument is passed in.
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org