[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.21,1.22
Brought to you by:
russgold
|
From: Russell G. <rus...@us...> - 2001-04-02 01:53:25
|
Update of /cvsroot/httpunit/httpunit/doc
In directory usw-pr-cvs1:/tmp/cvs-serv16641/doc
Modified Files:
release_notes.txt
Log Message:
Add JavaDoc for TableCell public methods
Index: release_notes.txt
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- release_notes.txt 2001/03/23 20:50:40 1.21
+++ release_notes.txt 2001/04/02 01:53:21 1.22
@@ -18,6 +18,7 @@
Problems corrected:
1. Under JDK 1.3, error headers would sometimes cause a FileNotFoundException
2. Cookies containing '=' or wrapped in quotes are now recognized
+ 3. The JavaDoc now correctly shows the public methods in TableCell used for handling nested tables.
Additions:
1. The Referer header is now sent for requests derived from links and forms.
|