You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by aa...@apache.org on 2001/12/27 21:14:50 UTC

cvs commit: httpd-2.0 CHANGES STATUS

aaron       01/12/27 12:14:50

  Modified:    .        CHANGES STATUS
  Log:
  showstoppers--
  
  Revision  Changes    Path
  1.489     +3 -0      httpd-2.0/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.488
  retrieving revision 1.489
  diff -u -r1.488 -r1.489
  --- CHANGES	2001/12/27 06:03:13	1.488
  +++ CHANGES	2001/12/27 20:14:49	1.489
  @@ -1,5 +1,8 @@
   Changes with Apache 2.0.30-dev
   
  +  *) Fix a segfault in the worker MPM that could happen during
  +     child process exits.  [Brian Pane, Aaron Bannert]
  +
     *) Allow mod_auth_dbm to handle multiple DBM types [Ian Holsman]
   
     *) Fix matching of vhosts by ip address so we find IPv4
  
  
  
  1.365     +1 -4      httpd-2.0/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/STATUS,v
  retrieving revision 1.364
  retrieving revision 1.365
  diff -u -r1.364 -r1.365
  --- STATUS	2001/12/27 19:53:37	1.364
  +++ STATUS	2001/12/27 20:14:49	1.365
  @@ -1,5 +1,5 @@
   APACHE 2.0 STATUS:						-*-text-*-
  -Last modified at [$Date: 2001/12/27 19:53:37 $]
  +Last modified at [$Date: 2001/12/27 20:14:49 $]
   
   Release:
   
  @@ -42,9 +42,6 @@
       * ap_directory_walk skips some per-dir config merge functions
         if there is no "<Directory />" block in the configuration
           Message-ID: <m3...@rdu163-40-092.nc.rr.com>
  -
  -    * Segfault in worker MPM during child process exit
  -        Message-ID: <3C...@pacbell.net>
   
       * Test suite failures:
         o perchild doesn't even build