From: Stefan Eissing
Date: Thu, 27 May 2021 14:10:27 +0000 (+0000)
Subject: Fixed version numbers after revew by cristiophe hawkeye.
X-Git-Tag: candidate-2.4.49~3^2~108
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c739eda1b7740fd6830cf2977cf5395dc8d06618;p=thirdparty%2Fapache%2Fhttpd.git
Fixed version numbers after revew by cristiophe hawkeye.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1890248 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index b576c532fce..88ef3cc44e2 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -5215,7 +5215,7 @@ recognized methods to modules.
StrictHostCheck OFF
server configvirtual host
-Added in 2.5.1
+Added in 2.4.49
By default, the server will respond to requests for any hostname,
diff --git a/include/ap_mmn.h b/include/ap_mmn.h
index dec371349f7..a2bf24527a7 100644
--- a/include/ap_mmn.h
+++ b/include/ap_mmn.h
@@ -559,8 +559,8 @@
* and ap_ssl_answer_challenge and hooks.
* 20120211.104 (2.4.47-dev) Move ap_ssl_* into new http_ssl.h header file
* 20120211.105 (2.4.47-dev) Add ap_ssl_ocsp* hooks and functions to http_ssl.h.
- * 20120211.106 (2.4.47-dev) Add ap_create_request().
- * 20120211.107 (2.4.47-dev) Add ap_parse_request_line() and
+ * 20120211.106 (2.4.49-dev) Add ap_create_request().
+ * 20120211.107 (2.4.49-dev) Add ap_parse_request_line() and
* ap_check_request_header()
*/