[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.35,1.36
Brought to you by:
russgold
|
From: Russell G. <rus...@us...> - 2001-06-11 21:21:12
|
Update of /cvsroot/httpunit/httpunit/doc
In directory usw-pr-cvs1:/tmp/cvs-serv18011/doc
Modified Files:
release_notes.txt
Log Message:
Added support for binary downloads
Index: release_notes.txt
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- release_notes.txt 2001/06/06 13:25:33 1.35
+++ release_notes.txt 2001/06/11 21:21:09 1.36
@@ -16,6 +16,10 @@
Thanks to Tom Watkins, Deepa Dihr, Marcos Tarruella for their implementation of
PutMethodWebRequest
+11-Jun-01
+Additions:
+ 1. Added getInputStream method in WebResponse to support non-text responses.
+
6-Jun-01
Additions:
1. Added ServletUnitClient and InvocationContext to servletunit to
|