[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.166,1.167
Brought to you by:
russgold
From: Russell G. <rus...@us...> - 2002-09-27 16:30:15
|
Update of /cvsroot/httpunit/httpunit/doc In directory usw-pr-cvs1:/tmp/cvs-serv6011/doc Modified Files: release_notes.txt Log Message: Added support for the disabled attribute for form parameters Index: release_notes.txt =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v retrieving revision 1.166 retrieving revision 1.167 diff -u -r1.166 -r1.167 --- release_notes.txt 27 Sep 2002 15:49:01 -0000 1.166 +++ release_notes.txt 27 Sep 2002 16:30:12 -0000 1.167 @@ -12,8 +12,11 @@ Revision History: 27-Sep-2002 +Problems fixed: + 1. Disabled form parameters were being submitted with requests and could be modified by setParameter calls. + Additions: - 1. The Javascript property Link.href is now read-write + 1. The Javascript property Link.href is now read-write. 26-Sep-2002 Problems fixed: |