[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.41,1.42
Brought to you by:
russgold
|
From: Russell G. <rus...@us...> - 2001-07-06 17:11:06
|
Update of /cvsroot/httpunit/httpunit/doc
In directory usw-pr-cvs1:/tmp/cvs-serv3916/doc
Modified Files:
release_notes.txt
Log Message:
Release to enable access from Cactus
Index: release_notes.txt
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- release_notes.txt 2001/07/02 13:23:45 1.41
+++ release_notes.txt 2001/07/06 17:11:04 1.42
@@ -11,7 +11,7 @@
Revision History:
- 1-Jul-2001
+ 6-Jul-2001
Acknowledgements:
Thanks to Marcos Tarruella for adding a test case for the Base64 class
@@ -20,11 +20,15 @@
was specified in the response header.
2. WebResponse.getRefreshDelay specifies the delay found in the header, if any.
3. HttpUnitOptions.setAutoRefresh controls whether the refresh URL is automatically followed.
+ 4. ServletUnit now supports HttpServletResponse.getOutputStream
+ 5. ServletUnit now supports <meta> tag parsing
+ 6. WebResponse.newResponse added to allow other libraries (such as Apache Cactus)
+ to create WebResponse objects without using WebClient.
-19-Jun-2001
Problems corrected:
1. The cookbook was missing parentheses for its constructors
2. Updated the NearWords example to accomodate changes to the Merriam-Webster site
+
18-Jun-2001 1.2.5
Acknowledgements:
|