ggregory 2004/04/18 11:25:39 Modified: codec RELEASE-NOTES.txt Log: * Fixed Bug 28455
Hex converts illegal characters to 255. http://issues.apache.org/bugzilla/show_bug.cgi?id=28455 Revision Changes Path 1.22 +5 -1 jakarta-commons/codec/RELEASE-NOTES.txt Index: RELEASE-NOTES.txt =================================================================== RCS file: /home/cvs/jakarta-commons/codec/RELEASE-NOTES.txt,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- RELEASE-NOTES.txt 13 Apr 2004 22:46:37 -0000 1.21 +++ RELEASE-NOTES.txt 18 Apr 2004 18:25:39 -0000 1.22 @@ -42,6 +42,10 @@ * 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 + + * Fixed Bug 28455 + Hex converts illegal characters to 255. + http://issues.apache.org/bugzilla/show_bug.cgi?id=28455 * Added missing tags in Javadoc comments. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
