You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2001/07/09 04:51:23 UTC

cvs commit: httpd-2.0/include ap_release.h

rbb         01/07/08 19:51:22

  Modified:    .        CHANGES STATUS
               include  ap_release.h
  Log:
  Update to prepare for 2.0.20 release
  
  Revision  Changes    Path
  1.241     +1 -1      httpd-2.0/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.240
  retrieving revision 1.241
  diff -u -d -b -w -u -r1.240 -r1.241
  --- CHANGES	2001/07/06 00:28:36	1.240
  +++ CHANGES	2001/07/09 02:51:05	1.241
  @@ -1,4 +1,4 @@
  -Changes with Apache 2.0.20-dev
  +Changes with Apache 2.0.20
     *) Fix problem in content-length filter where the filter would
        buffer all the output from a CGI before sending any bytes
        down the filter stack to the network. This problem would cause
  
  
  
  1.252     +2 -1      httpd-2.0/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/STATUS,v
  retrieving revision 1.251
  retrieving revision 1.252
  diff -u -d -b -w -u -r1.251 -r1.252
  --- STATUS	2001/07/02 13:28:47	1.251
  +++ STATUS	2001/07/09 02:51:07	1.252
  @@ -1,8 +1,9 @@
   APACHE 2.0 STATUS:						-*-text-*-
  -Last modified at [$Date: 2001/07/02 13:28:47 $]
  +Last modified at [$Date: 2001/07/09 02:51:07 $]
   
   Release:
   
  +    2.0.20  : rolled July 8, 2001
       2.0.19  : rolled June 27, 2001
       2.0.18  : rolled May 18, 2001
       2.0.17  : rolled April 17, 2001
  
  
  
  1.26      +1 -1      httpd-2.0/include/ap_release.h
  
  Index: ap_release.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/include/ap_release.h,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -d -b -w -u -r1.25 -r1.26
  --- ap_release.h	2001/06/28 05:33:05	1.25
  +++ ap_release.h	2001/07/09 02:51:20	1.26
  @@ -73,7 +73,7 @@
    */
   #define AP_SERVER_BASEVENDOR "Apache Software Foundation"
   #define AP_SERVER_BASEPRODUCT "Apache"
  -#define AP_SERVER_BASEREVISION "2.0.20-dev"
  +#define AP_SERVER_BASEREVISION "2.0.20"
   #define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION
   #define AP_SERVER_VERSION  AP_SERVER_BASEVERSION