[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.176,1.177
Brought to you by:
russgold
From: Russell G. <rus...@us...> - 2002-10-04 15:19:28
|
Update of /cvsroot/httpunit/httpunit/doc In directory usw-pr-cvs1:/tmp/cvs-serv27236/doc Modified Files: release_notes.txt Log Message: Added listener support for window opening Index: release_notes.txt =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v retrieving revision 1.176 retrieving revision 1.177 diff -u -r1.176 -r1.177 --- release_notes.txt 4 Oct 2002 02:15:59 -0000 1.176 +++ release_notes.txt 4 Oct 2002 15:19:25 -0000 1.177 @@ -10,6 +10,10 @@ Revision History: + 4-Oct-2002 +Additions: + 1. WebClient now supports a WebWindowListener which will be called when a new window is opened. + 3-Oct-2002 Acknowledgements: Thanks to Geert Bevin for fixing a problem with generation of cookie headers that affects some servers. |