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/01/07 03:51:28 UTC

cvs commit: httpd-2.0 CHANGES

rederpj     2004/01/06 18:51:28

  Modified:    .        CHANGES
  Log:
  Synching with 2.0 branch after backport.
  
  Revision  Changes    Path
  1.1352    +6 -6      httpd-2.0/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.1351
  retrieving revision 1.1352
  diff -u -r1.1351 -r1.1352
  --- CHANGES	1 Jan 2004 15:39:30 -0000	1.1351
  +++ CHANGES	7 Jan 2004 02:51:28 -0000	1.1352
  @@ -25,12 +25,6 @@
        respawning again after Apache is stopped.  PR 21648, PR 24805.
        [Jeff Trawick]
   
  -  *) Add a hook (insert_error_filter) to allow filters to re-insert
  -     themselves during processing of error responses. Enable mod_expires
  -     to use the new hook to include Expires headers in valid error
  -     responses. This addresses an RFC violation. It fixes PRs 19794,
  -     24884, and 25123. [Paul J. Reder]
  -
     *) Fix <Limit> and <LimitExcept> parsing to require a closing '>' 
        in the initial container.  PR 25414. 
        [Geoffrey Young <geoff apache.org>]
  @@ -258,6 +252,12 @@
      Apache 2.0.xx tree as documented, and except as noted, below.]
   
   Changes with Apache 2.0.49
  +
  +  *) Add a hook (insert_error_filter) to allow filters to re-insert
  +     themselves during processing of error responses. Enable mod_expires
  +     to use the new hook to include Expires headers in valid error
  +     responses. This addresses an RFC violation. It fixes PRs 19794,
  +     24884, and 25123. [Paul J. Reder]
   
     *) Add AP_MPMQ_MPM_STATE function code for ap_mpm_query. (Not yet
        supported for BeOS, OS/2, or Win32 MPMs.)  [Jeff Trawick,