git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96907
13f79535-47bb-0310-9956-
ffa450edef68
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
*) 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 <sctemme@covalent.net>]
#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