[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.99,1.100
Brought to you by:
russgold
From: Russell G. <rus...@us...> - 2002-03-15 17:23:28
|
Update of /cvsroot/httpunit/httpunit/doc In directory usw-pr-cvs1:/tmp/cvs-serv30905/doc Modified Files: release_notes.txt Log Message: The value of a file parameter is now defined as the name of the selected file Index: release_notes.txt =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v retrieving revision 1.99 retrieving revision 1.100 diff -u -r1.99 -r1.100 --- release_notes.txt 14 Mar 2002 22:18:26 -0000 1.99 +++ release_notes.txt 15 Mar 2002 17:23:25 -0000 1.100 @@ -11,6 +11,13 @@ Revision History: +15-Mar-2002 +Acknowledgements: + Thanks to Stefan Renz for finding the file control value bug and providing a fix. + +Problems fixed: + 1. Trying to get the value of a file parameter no longer results in a null pointer exception. + 14-Mar-2002 Additions: 1. It is now possible to set the action on a form using a mechanism which will support scripting in the future: |