[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.22,1.23
Brought to you by:
russgold
|
From: Russell G. <rus...@us...> - 2001-04-02 19:07:40
|
Update of /cvsroot/httpunit/httpunit/doc
In directory usw-pr-cvs1:/tmp/cvs-serv29110/doc
Modified Files:
release_notes.txt
Log Message:
Reimplement file upload w/o JavaMail
Index: release_notes.txt
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- release_notes.txt 2001/04/02 01:53:21 1.22
+++ release_notes.txt 2001/04/02 19:07:36 1.23
@@ -11,7 +11,7 @@
Revision History:
-23-Mar-01
+2-Apr-01
Acknowledgements:
Thanks to Silvio Samadelli for improved cookie-recognition logic
@@ -19,6 +19,8 @@
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.
+ 4. The XML retrieval test is no longer run when Xerces is not in the classpath, rather than giving an error.
+ 5. File upload capability no longer depends on JavaMail and JAF, although its test does
Additions:
1. The Referer header is now sent for requests derived from links and forms.
|