You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ak...@apache.org on 2004/05/04 00:32:37 UTC

cvs commit: httpd-2.0 STATUS

ake         2004/05/03 15:32:37

  Modified:    .        Tag: APACHE_2_0_BRANCH STATUS
  Log:
  propose backport of "Prevent Win32 pool corruption at startup"
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.751.2.846 +5 -1      httpd-2.0/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/STATUS,v
  retrieving revision 1.751.2.845
  retrieving revision 1.751.2.846
  diff -u -r1.751.2.845 -r1.751.2.846
  --- STATUS	29 Apr 2004 04:34:50 -0000	1.751.2.845
  +++ STATUS	3 May 2004 22:32:37 -0000	1.751.2.846
  @@ -72,6 +72,10 @@
     [ please place file names and revisions from HEAD here, so it is easy to
       identify exactly what the proposed changes are! ]
   
  +    *) Prevent Win32 pool corruption at startup
  +         server/mpm/winnt/child.c: r1.36 
  +       +1: ake
  +
       *) mod_log_forensic: Fix build on systems without unistd.h. PR 28572
            modules/loggers/mod_log_forensic.c: r1.19
          +1: nd, trawick