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 2003/09/05 23:27:21 UTC

cvs commit: httpd-2.0 CHANGES

trawick     2003/09/05 14:27:21

  Modified:    .        CHANGES
  Log:
  sync with 2.0.48
  
  Revision  Changes    Path
  1.1269    +8 -8      httpd-2.0/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.1268
  retrieving revision 1.1269
  diff -u -r1.1268 -r1.1269
  --- CHANGES	5 Sep 2003 19:36:25 -0000	1.1268
  +++ CHANGES	5 Sep 2003 21:27:21 -0000	1.1269
  @@ -2,14 +2,6 @@
   
     [Remove entries to the current 2.0 section below, when backported]
   
  -  *) Lower the severity of the "listener thread didn't exit" message 
  -     to debug, as it is of interest only to developers.  PR 9011
  -     [Jeff Trawick]
  -
  -  *) Fix a misleading message from the some of the threaded MPMs when 
  -     MaxClients has to be lowered due to the setting of ServerLimit.  
  -     [Jeff Trawick]
  -
     *) Switch to APR 1.0 API.
   
     *) Modify ap_get_client_block() to note if it has seen EOS.
  @@ -253,6 +245,14 @@
      Apache 2.0.xx tree as documented, and except as noted, below.]
   
   Changes with Apache 2.0.48
  +
  +  *) Fix a misleading message from the some of the threaded MPMs when 
  +     MaxClients has to be lowered due to the setting of ServerLimit.  
  +     [Jeff Trawick]
  +
  +  *) Lower the severity of the "listener thread didn't exit" message
  +     to debug, as it is of interest only to developers.  PR 9011
  +     [Jeff Trawick]
   
     *) Install config.nice into the build/ directory to make
        minor version upgrades easier. [Joshua Slive]