From 5506a9d2337e604b200ef9b5a960648468ab0bc2 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Thu, 11 Feb 2016 23:16:23 +0000 Subject: [PATCH] followups to 1729876: - fix relase # in MMN - compatibility is for expression only git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1729922 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.xml | 2 +- include/ap_mmn.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 3b8b6c9305..25cbd942f3 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -4178,7 +4178,7 @@ handler directory.htaccess FileInfo -2.4.19 and later +expression argument 2.4.19 and later

When placed into an .htaccess file or a diff --git a/include/ap_mmn.h b/include/ap_mmn.h index aa6dfd080d..557a620fd1 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -457,7 +457,7 @@ * ap_get_protocol(). Add HTTP_MISDIRECTED_REQUEST. * Added ap_parse_token_list_strict() to httpd.h * 20120211.52 (2.4.17-dev) Add master conn_rec* member in conn_rec. - * 20120211.53 (2.4.17-dev) Add epxr_hander to core_dir_config. + * 20120211.53 (2.4.19-dev) Add epxr_hander to core_dir_config. */ #define MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */ -- 2.50.0