You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2004/02/02 14:18:07 UTC

cvs commit: httpd-2.0 STATUS

trawick     2004/02/02 05:18:07

  Modified:    .        Tag: APACHE_2_0_BRANCH STATUS
  Log:
  propose new backport: buffered log corruption with threaded MPM
  
  update existing WinNT MPM backport with a later fix from stoddard
  
  add a few votes
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.751.2.668 +13 -8     httpd-2.0/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/STATUS,v
  retrieving revision 1.751.2.667
  retrieving revision 1.751.2.668
  diff -u -r1.751.2.667 -r1.751.2.668
  --- STATUS	30 Jan 2004 22:28:09 -0000	1.751.2.667
  +++ STATUS	2 Feb 2004 13:18:07 -0000	1.751.2.668
  @@ -82,7 +82,7 @@
   
       * fix DECLINE_CMD interaction with ITERATE/ITERATE2
         http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/config.c?r1=1.168&r2=1.169
  -      +1: geoff
  +      +1: geoff, trawick
   
       * Fix file extensions for real media files and removed rpm extension
         from mime.types. PR 26079. (2.0 + 1.3)
  @@ -173,12 +173,10 @@
         ap_mpm_query(AP_MPMQ_MPM_STATE)
         No updates are available at present for the BeOS or OS/2 MPMs,
         but that is not a showstopper for the other changes.
  -
  -        server/mpm/winnt/mpm_winnt.c r1.303
  +        server/mpm/winnt/mpm_winnt.c r1.303, r1.306
           server/mpm/winnt/mpm_winnt.h r1.44
           server/mpm/winnt/child.c r1.21
  -      +1: trawick (concept; I have no business coding/reviewing
  -        such issues in this MPM :) )
  +      +1: trawick
   
       * mod_cgid: Restart the cgid daemon if it crashes.  PR 19849
           modules/generators/mod_cgid.c r1.152, r1.161
  @@ -253,7 +251,7 @@
       * mod_setenvif: Fix optimizer to treat regexps as such even if they
         only contain anchors like \b. PR 24219.
           modules/metadata/mod_setenvif.c: r1.44, r1.46
  -      +1: nd, jerenkrantz (, trawick)
  +      +1: nd, jerenkrantz, trawick
   
       * LDAP cache fixes from Matthieu Estrade; see PR 18756
           include/util_ldap.h r1.12
  @@ -274,7 +272,14 @@
       * mod_auth_digest: Allow sub-requests with different methods than the
         original request.  PR 25040.
           modules/aaa/mod_auth_digest.c: r1.82
  -      +1: jerenkrantz, nd
  +      +1: jerenkrantz, nd, trawick
  +
  +    * Fix corruption of buffered logs with threaded MPMs.  PR 25520.
  +        http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/loggers/mod_log_config.c?r1=1.108&r2=1.109
  +        http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/loggers/mod_log_config.c?r1=1.109&r2=1.110
  +        [gosh nd, must have lost the commit message for that second one;
  +        I need to stop using silly gcc 3.2 I think]
  +      +1: trawick
   
   CURRENT RELEASE NOTES: