You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by st...@apache.org on 2003/05/18 20:56:16 UTC

cvs commit: httpd-2.0 CHANGES STATUS

stoddard    2003/05/18 11:56:16

  Modified:    .        Tag: APACHE_2_0_BRANCH CHANGES STATUS
  Log:
  Port mod_expires filter patch complete
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.988.2.103 +3 -0      httpd-2.0/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.988.2.102
  retrieving revision 1.988.2.103
  diff -u -r1.988.2.102 -r1.988.2.103
  --- CHANGES	17 May 2003 18:27:41 -0000	1.988.2.102
  +++ CHANGES	18 May 2003 18:56:15 -0000	1.988.2.103
  @@ -1,5 +1,8 @@
   Changes with Apache 2.0.46
   
  +  *) Make mod_expires' ExpiresByType work properly, including for
  +     dynamically-generated documents.  [Ken Coar]
  +
     *) Add another check for already compressed content in mod_deflate.
        PR 19913. [Tsuyoshi SASAMOTO <na...@super.win.ne.jp>]
   
  
  
  
  1.751.2.297 +1 -5      httpd-2.0/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/STATUS,v
  retrieving revision 1.751.2.296
  retrieving revision 1.751.2.297
  diff -u -r1.751.2.296 -r1.751.2.297
  --- STATUS	18 May 2003 11:45:06 -0000	1.751.2.296
  +++ STATUS	18 May 2003 18:56:16 -0000	1.751.2.297
  @@ -80,10 +80,6 @@
             fdqueue.c:232: warning: passing arg 1 of `apr_atomic_casptr' from
                            incompatible pointer type
   
  -    * make ExpiresByType work for dynamic documents.
  -      modules/metadata/mod_expires.c 1.41
  -      +1: ken, stoddard, ake
  -
       * Rewrite how proxy sends its request to allow input bodies to 
         morph the request bodies.  Previously, if an input filter
         changed the request body, the original C-L would be sent which