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 aa...@apache.org on 2002/04/09 10:03:16 UTC

cvs commit: httpd-test/flood CHANGES

aaron       02/04/09 01:03:16

  Modified:    flood    CHANGES
  Log:
  no apr_lock.h, yes apr_thread_mutex.h
  no USE_RW_LOCK_FOR_SSL
  
  Revision  Changes    Path
  1.37      +7 -0      httpd-test/flood/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-test/flood/CHANGES,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- CHANGES	27 Mar 2002 21:38:03 -0000	1.36
  +++ CHANGES	9 Apr 2002 08:03:16 -0000	1.37
  @@ -1,5 +1,12 @@
   Changes since milestone-03:
   
  +* Stop using the apr_lock.h API and start using apr_thread_mutex.h
  +  instead.  [Aaron Bannert]
  +
  +* Remove the USE_RW_LOCK_FOR_SSL conditional compiles since we
  +  didn't have an autoconf feature test for it nor was it really
  +  giving us any benefit.  [Aaron Bannert]
  +
   * Add ability to detect when the server has closed the connection instead
     of erroring out (think Keep-Alive).  [Justin Erenkrantz]