You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by re...@apache.org on 2004/02/03 16:31:47 UTC

cvs commit: httpd-2.0 CHANGES

rederpj     2004/02/03 07:31:47

  Modified:    .        CHANGES
  Log:
  Re-synch with 2.0 stable branch after backport.
  
  Revision  Changes    Path
  1.1391    +4 -4      httpd-2.0/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.1390
  retrieving revision 1.1391
  diff -u -r1.1390 -r1.1391
  --- CHANGES	2 Feb 2004 16:39:11 -0000	1.1390
  +++ CHANGES	3 Feb 2004 15:31:46 -0000	1.1391
  @@ -59,10 +59,6 @@
     *) Add forensic logging module (mod_log_forensic).
        [Ben Laurie]
   
  -  *) Fix segfault in mod_mem_cache cache_insert() due to cache size
  -     becoming negative.  PR: 21285, 21287
  -     [Bill Stoddard, Massimo Torquati, Jean-Jacques Clar]
  -
     *) mod_proxy with ProxyErrorOverride On in a reverse-proxy configuration attaches
        a body to the 302 response and a wrong Content-Length header. 
        PR: 22951 [Ermanno Scaglione scaglione ..at.. starnetone.de]
  @@ -278,6 +274,10 @@
      Apache 2.0.xx tree as documented, and except as noted, below.]
   
   Changes with Apache 2.0.49
  +
  +  *) Fix segfault in mod_mem_cache cache_insert() due to cache size
  +     becoming negative.  PR: 21285, 21287
  +     [Bill Stoddard, Massimo Torquati, Jean-Jacques Clar]
   
     *) core.c: If large file support is enabled, allow any file that is
        greater than AP_MAX_SENDFILE to be split into multiple buckets.