[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.29,1.30
Brought to you by:
russgold
|
From: Russell G. <rus...@us...> - 2001-05-16 21:05:32
|
Update of /cvsroot/httpunit/httpunit/doc
In directory usw-pr-cvs1:/tmp/cvs-serv7044/doc
Modified Files:
release_notes.txt
Log Message:
Added support for file upload context type
Index: release_notes.txt
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- release_notes.txt 2001/05/04 22:43:00 1.29
+++ release_notes.txt 2001/05/16 21:05:30 1.30
@@ -11,6 +11,18 @@
Revision History:
+16-May-01
+Additions:
+ 1. selectFile now can infer file content type for the most common file extensions:
+ text, txt, gif, jpg, jpeg, png, html, and htm.
+ 2. A new version of selectFile allows explicit specification of file content type
+ which will override any inferred type.
+
+Configuration changes:
+ 1. The build.xml file has been changed to use a specified directory of dependant jars
+ rather than the system classpath. This requires at least ant 1.3. It is no longer
+ necessary to specify the classpath parameter when running the unit tests.
+
5-May-01 1.2.4
Acknowledgements:
Thanks to Jim Kimball for finding and fixing the redirection of subframes
|