[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.49,1.50
Brought to you by:
russgold
|
From: Russell G. <rus...@us...> - 2001-08-13 21:29:44
|
Update of /cvsroot/httpunit/httpunit/doc
In directory usw-pr-cvs1:/tmp/cvs-serv30155/doc
Modified Files:
release_notes.txt
Log Message:
Added support for Charset header
Index: release_notes.txt
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- release_notes.txt 2001/08/08 19:18:12 1.49
+++ release_notes.txt 2001/08/13 21:29:41 1.50
@@ -10,6 +10,13 @@
Revision History:
+13-Aug-2001
+Acknowledgements:
+ Thanks to Brett Neumeier for some Javadoc fixes and adding support for the non-standard "Charset" header
+
+ Additions:
+ 1. Now recognizes a Charset header if no charset is specified in the Content-type header.
+
8-Aug-2001
Acknowledgements:
Thanks to Dave Glowacki for the default content-type code.
|