[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.11,1.12
Brought to you by:
russgold
|
From: Russell G. <rus...@us...> - 2000-12-13 21:56:05
|
Update of /cvsroot/httpunit/httpunit/doc In directory slayer.i.sourceforge.net:/tmp/cvs-serv18452/doc Modified Files: release_notes.txt Log Message: Added ServletConfig, ServletContext basic support Index: release_notes.txt =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- release_notes.txt 2000/11/21 20:44:57 1.11 +++ release_notes.txt 2000/12/13 21:56:03 1.12 @@ -8,6 +8,10 @@ Revision History: +Additions: + 1. Added getTableWithID method to WebResponse, ParsedHTML + 2. Implemented support for sendRedirect, getServletContext in ServletUnit + 21-Nov-00 Additions: 1. Introductory ServletUnit functionality (parameters and sessions, but no JSP, no redirect, no forwarding) |