From: Sander Striker Date: Thu, 19 Sep 2002 11:04:41 +0000 (+0000) Subject: Prepare for the tag. X-Git-Tag: WROWE_2_0_43_PRE1~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09a5b63ff15ee723796e95163773bd4f5fb85e98;p=thirdparty%2Fapache%2Fhttpd.git Prepare for the tag. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96907 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 141c800fe64..c19a103fa78 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,7 @@ Changes with Apache 2.0.42 - *) Add -p option to apxs to allow programs to be compiled with apxs. - [Justin Erenkrantz] + *) mod_dav: Check for versioning hooks before using them. + [Greg Stein] Changes with Apache 2.0.41 @@ -33,9 +33,6 @@ Changes with Apache 2.0.41 *) Fix memory leak in core_output_filter. [Justin Erenkrantz] - *) Rewrite of aaa modules to an authn/authz model. - [Dirk-Willem van Gulik, Justin Erenkrantz] - *) Update OpenSSL detection to work on Darwin. [Sander Temme ] diff --git a/include/ap_release.h b/include/ap_release.h index 373a8045bf9..3a4014edeaf 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -75,7 +75,7 @@ #define AP_SERVER_BASEPRODUCT "Apache" #define AP_SERVER_MAJORVERSION "2" #define AP_SERVER_MINORVERSION "0" -#define AP_SERVER_PATCHLEVEL "42-dev" +#define AP_SERVER_PATCHLEVEL "42" #define AP_SERVER_MINORREVISION AP_SERVER_MAJORVERSION "." AP_SERVER_MINORVERSION #define AP_SERVER_BASEREVISION AP_SERVER_MINORREVISION "." AP_SERVER_PATCHLEVEL #define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION