jacekp 2003/07/01 13:16:57
Modified: flood CHANGES
Log:
Noted manual addition and two old, but significant code changes.
Revision Changes Path
1.48 +10 -0 httpd-test/flood/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/httpd-test/flood/CHANGES,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- CHANGES 12 Feb 2003 22:50:58 -0000 1.47
+++ CHANGES 1 Jul 2003 20:16:56 -0000 1.48
@@ -1,5 +1,15 @@
Changes since 1.0:
+* Flood manual (DocBook based). [Jacek Prucia]
+
+* Added <baseurl> element. When present, it's contents are copied in front
+ of every <url> element, which makes relative urllist's possible.
+ [Jacek Prucia]
+
+* Added basic auth support. When user and passowrd attributes of <url>
+ element are present and non-empty, flood sends auth data with request.
+ [Jacek Prucia]
+
* Added generic_fullresp_recv_resp() to force full response.
[Phi-Long Tran <[EMAIL PROTECTED]>]