mirror of
https://github.com/apache/httpd.git
synced 2025-08-01 16:41:19 +00:00
Bump for 2.0.23 tag
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90018 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
2
CHANGES
2
CHANGES
@ -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]
|
*) Use the prefork MPM by default on Unix. [various]
|
||||||
|
|
||||||
|
3
STATUS
3
STATUS
@ -1,8 +1,9 @@
|
|||||||
APACHE 2.0 STATUS: -*-text-*-
|
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:
|
Release:
|
||||||
|
|
||||||
|
2.0.23 : tagged August 7, 2001
|
||||||
2.0.22 : rolled July 29, 2001
|
2.0.22 : rolled July 29, 2001
|
||||||
2.0.21 : rolled July 20, 2001
|
2.0.21 : rolled July 20, 2001
|
||||||
2.0.20 : rolled July 8, 2001
|
2.0.20 : rolled July 8, 2001
|
||||||
|
@ -77,13 +77,13 @@
|
|||||||
* 20010523 (2.0.19-dev) bump for scoreboard structure reordering
|
* 20010523 (2.0.19-dev) bump for scoreboard structure reordering
|
||||||
* 20010627 (2.0.19-dev) more API changes than I can count
|
* 20010627 (2.0.19-dev) more API changes than I can count
|
||||||
* 20010726 (2.0.22-dev) more big API changes
|
* 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" */
|
#define MODULE_MAGIC_COOKIE 0x41503230UL /* "AP20" */
|
||||||
|
|
||||||
#ifndef MODULE_MAGIC_NUMBER_MAJOR
|
#ifndef MODULE_MAGIC_NUMBER_MAJOR
|
||||||
#define MODULE_MAGIC_NUMBER_MAJOR 20010730
|
#define MODULE_MAGIC_NUMBER_MAJOR 20010807
|
||||||
#endif
|
#endif
|
||||||
#define MODULE_MAGIC_NUMBER_MINOR 0 /* 0...n */
|
#define MODULE_MAGIC_NUMBER_MINOR 0 /* 0...n */
|
||||||
#define MODULE_MAGIC_NUMBER MODULE_MAGIC_NUMBER_MAJOR /* backward compat */
|
#define MODULE_MAGIC_NUMBER MODULE_MAGIC_NUMBER_MAJOR /* backward compat */
|
||||||
|
@ -73,7 +73,7 @@
|
|||||||
*/
|
*/
|
||||||
#define AP_SERVER_BASEVENDOR "Apache Software Foundation"
|
#define AP_SERVER_BASEVENDOR "Apache Software Foundation"
|
||||||
#define AP_SERVER_BASEPRODUCT "Apache"
|
#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_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION
|
||||||
#define AP_SERVER_VERSION AP_SERVER_BASEVERSION
|
#define AP_SERVER_VERSION AP_SERVER_BASEVERSION
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user