ggregory    2004/03/24 10:39:25

  Modified:    codec    RELEASE-NOTES.txt
  Log:
  Bugzilla Bug 27781

                Base64 chunked encoding not compliant with RFC 2045 section 2.1 CRLF
  
  Revision  Changes    Path
  1.19      +9 -4      jakarta-commons/codec/RELEASE-NOTES.txt
  
  Index: RELEASE-NOTES.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/codec/RELEASE-NOTES.txt,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- RELEASE-NOTES.txt 23 Mar 2004 19:26:50 -0000      1.18
  +++ RELEASE-NOTES.txt 24 Mar 2004 18:39:25 -0000      1.19
  @@ -28,9 +28,14 @@
   
   BUG FIXES:
   
  -* Fix for Bug 25995: [Codec] Default URL encoding logic broken.
  -http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25995
  +* Fixed Bug 25995
  + Default URL encoding logic broken.
  + http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25995
   
  +* Fixed Bug 27781
  + Base64 chunked encoding not compliant with RFC 2045 section 2.1 CRLF
  + http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27781
  +             
   * Added missing tags in Javadoc comments.  
   
   * General Javadoc improvements.
  
  
  

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

Reply via email to