You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jw...@apache.org on 2001/08/08 02:01:41 UTC

cvs commit: httpd-2.0/include ap_mmn.h ap_release.h

jwoolley    01/08/07 17:01:41

  Modified:    .        CHANGES STATUS
               include  ap_mmn.h ap_release.h
  Log:
  Bump for 2.0.23 tag
  
  Revision  Changes    Path
  1.282     +1 -1      httpd-2.0/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.281
  retrieving revision 1.282
  diff -u -d -u -r1.281 -r1.282
  --- CHANGES	2001/08/07 20:13:58	1.281
  +++ CHANGES	2001/08/08 00:01:37	1.282
  @@ -1,4 +1,4 @@
  -Changes with Apache 2.0.23-dev
  +Changes with Apache 2.0.23
   
     *) Use the prefork MPM by default on Unix.  [various]
   
  
  
  
  1.265     +2 -1      httpd-2.0/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/STATUS,v
  retrieving revision 1.264
  retrieving revision 1.265
  diff -u -d -u -r1.264 -r1.265
  --- STATUS	2001/08/07 14:36:45	1.264
  +++ STATUS	2001/08/08 00:01:37	1.265
  @@ -1,8 +1,9 @@
   APACHE 2.0 STATUS:						-*-text-*-
  -Last modified at [$Date: 2001/08/07 14:36:45 $]
  +Last modified at [$Date: 2001/08/08 00:01:37 $]
   
   Release:
   
  +    2.0.23  : tagged August 7, 2001
       2.0.22  : rolled July 29, 2001
       2.0.21  : rolled July 20, 2001
       2.0.20  : rolled July 8, 2001
  
  
  
  1.17      +2 -2      httpd-2.0/include/ap_mmn.h
  
  Index: ap_mmn.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/include/ap_mmn.h,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -d -u -r1.16 -r1.17
  --- ap_mmn.h	2001/07/30 21:32:45	1.16
  +++ ap_mmn.h	2001/08/08 00:01:41	1.17
  @@ -77,13 +77,13 @@
    * 20010523 (2.0.19-dev) bump for scoreboard structure reordering
    * 20010627 (2.0.19-dev) more API changes than I can count
    * 20010726 (2.0.22-dev) more big API changes
  - * 20010730 (2.0.23-dev) the dir d_is_absolute bit is introduced
  + * 20010807 (2.0.23-dev) the dir d_is_absolute bit is introduced, etc
    */
   
   #define MODULE_MAGIC_COOKIE 0x41503230UL /* "AP20" */
   
   #ifndef MODULE_MAGIC_NUMBER_MAJOR
  -#define MODULE_MAGIC_NUMBER_MAJOR 20010730
  +#define MODULE_MAGIC_NUMBER_MAJOR 20010807
   #endif
   #define MODULE_MAGIC_NUMBER_MINOR 0                     /* 0...n */
   #define MODULE_MAGIC_NUMBER MODULE_MAGIC_NUMBER_MAJOR	/* backward compat */
  
  
  
  1.32      +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.31
  retrieving revision 1.32
  diff -u -d -u -r1.31 -r1.32
  --- ap_release.h	2001/07/28 03:27:16	1.31
  +++ ap_release.h	2001/08/08 00:01:41	1.32
  @@ -73,7 +73,7 @@
    */
   #define AP_SERVER_BASEVENDOR "Apache Software Foundation"
   #define AP_SERVER_BASEPRODUCT "Apache"
  -#define AP_SERVER_BASEREVISION "2.0.23-dev"
  +#define AP_SERVER_BASEREVISION "2.0.23"
   #define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION
   #define AP_SERVER_VERSION  AP_SERVER_BASEVERSION