[Http-webtest-commits] CVS: HTTP-WebTest Changes,1.35,1.36
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2002-07-02 22:55:34
|
Update of /cvsroot/http-webtest/HTTP-WebTest In directory usw-pr-cvs1:/tmp/cvs-serv5548 Modified Files: Changes Log Message: Updated Index: Changes =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/Changes,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** Changes 22 Jun 2002 20:31:26 -0000 1.35 --- Changes 2 Jul 2002 22:55:31 -0000 1.36 *************** *** 18,21 **** --- 18,31 ---- parameters. + * 'cookies' parameter supports new named style of cookie + specifications. See HTTP::WebTest::Plugin::Cookies for details. + + DEPRECATIONS: + + * Parameter 'cookie' is deprecated. Use 'cookies' intead of it. + + * Old style of cookie specifications with 'cookies' parameter is + deprecated. + 1.99_07 Sun Jun 16 2002 |