[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.71,1.72
Brought to you by:
russgold
|
From: Russell G. <rus...@us...> - 2001-11-27 19:51:30
|
Update of /cvsroot/httpunit/httpunit/doc
In directory usw-pr-cvs1:/tmp/cvs-serv14340/doc
Modified Files:
release_notes.txt
Log Message:
Benoit Xhenseval: optimized DOM and StringBuffer use
Index: release_notes.txt
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- release_notes.txt 2001/11/27 17:31:54 1.71
+++ release_notes.txt 2001/11/27 19:51:27 1.72
@@ -16,10 +16,13 @@
27-Nov-2001
Acknowledgements:
Thanks to Peter Roßbach for catching some typos in the tutorial.
+ Thanks to Benoit Xhenseval for optimizing the use of DOMs and StringBuffers.
Additions:
1. The tutorial now includes an explanation of security testing in ServletUnit
2. Archives are now rooted with the build name
+ 3. HttpUnit is now more efficient in its use of memory, pre-allocating buffers to the most likely needed size and
+ avoiding unnecessary copying of DOMs.
26-Nov-2001
Acknowledgements:
|