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 2004/09/24 15:11:36 UTC

cvs commit: httpd-2.0 CHANGES STATUS

stoddard    2004/09/24 06:11:36

  Modified:    .        Tag: APACHE_2_0_BRANCH CHANGES STATUS
  Log:
  vote, port, update STATUS
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.988.2.362 +3 -0      httpd-2.0/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.988.2.361
  retrieving revision 1.988.2.362
  diff -u -r1.988.2.361 -r1.988.2.362
  --- CHANGES	23 Sep 2004 18:02:02 -0000	1.988.2.361
  +++ CHANGES	24 Sep 2004 13:11:34 -0000	1.988.2.362
  @@ -1,5 +1,8 @@
   Changes with Apache 2.0.53
   
  +  *) mod_disk_cache: Fix races in saving responses.  [Justin Erenkrantz]
  +
  +  *) Fix Expires handling in mod_cache.  [Justin Erenkrantz]
   
   Changes with Apache 2.0.52
   
  
  
  
  1.751.2.1087 +2 -12     httpd-2.0/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/STATUS,v
  retrieving revision 1.751.2.1086
  retrieving revision 1.751.2.1087
  diff -u -r1.751.2.1086 -r1.751.2.1087
  --- STATUS	23 Sep 2004 18:19:28 -0000	1.751.2.1086
  +++ STATUS	24 Sep 2004 13:11:35 -0000	1.751.2.1087
  @@ -75,19 +75,9 @@
     [ please place file names and revisions from HEAD here, so it is easy to
       identify exactly what the proposed changes are! ]
   
  -    *) Fix Expires (freshness) handling in mod_cache
  -       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/experimental/
  -         cache_util.c?r1=1.33&r2=1.34
  -         mod_cache.h?r1=1.49&r2=1.50
  -         mod_cache.c?r1=1.89&r2=1.90
  -         mod_mem_cache.c?r1=1.116&r2=1.117
  -         mod_disk_cache.c?r1=1.60&r2=1.61
  -         cache_storage.c?r1=1.36&r2=1.37
  -       +1: stoddard, jerenkrantz, clar
  -
       *) Fix mod_disk_cache race conditions in storing the response body.
          modules/experimental/mod_disk_cache.c: 1.61
  -       +1: jerenkrantz
  +       +1: jerenkrantz, stoddard
   
       *) Fix a segfault in the LDAP cache purge. PR 24801
            modules/ldap/util_ldap_cache_mgr.c: 1.9, 1.10