You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-cvs@httpd.apache.org by ja...@apache.org on 2003/09/08 02:04:50 UTC

cvs commit: httpd-test/flood CHANGES

jacekp      2003/09/07 17:04:49

  Modified:    flood    CHANGES
  Log:
  Note recent additions:
  
  * responsescript for <url>
  * configversion for <flood>
  
  Revision  Changes    Path
  1.50      +8 -1      httpd-test/flood/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-test/flood/CHANGES,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- CHANGES	6 Sep 2003 04:27:37 -0000	1.49
  +++ CHANGES	8 Sep 2003 00:04:49 -0000	1.50
  @@ -1,11 +1,18 @@
   Changes since 1.0:
   
  +* Added configversion attribute (root element <flood>) which ties config
  +  file structure with certain flood version and warns user if there is a
  +  conflict.  [Jacek Prucia]
  +
  +* Added attribute responsescript (element <url>), which allows flood to
  +  delegate response processing to external script.  [Jacek Prucia]
  +
   * Change open_socket prototype to return errors.  [Justin Erenkrantz]
     
   * Fix HEAD responses with Content-Length specified being handled incorrectly.
     [Justin Erenkrantz]
   
  -* Flood manual (DocBook based). [Jacek Prucia]
  +* 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.