]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r1727934 from trunk:
authorEric Covener <covener@apache.org>
Tue, 29 Nov 2022 13:19:07 +0000 (13:19 +0000)
committerEric Covener <covener@apache.org>
Tue, 29 Nov 2022 13:19:07 +0000 (13:19 +0000)
exporting mod_http2.h

Submitted by: icing
Reviewed by:  icing, rpluem, ylavic

Github: closes #327

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1905606 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
Makefile.in
include/ap_mmn.h

diff --git a/CHANGES b/CHANGES
index 27317a3ade67f6766c08992ebb7b20aa209fb29b..f9fad4b1d8984b965e4f50a916046da8032adc78 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,8 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.4.55
 
+  *) mod_http2: Export mod_http2.h as public header. [Stefan Eissing]
+
   *) mod_md: a new directive `MDStoreLocks` can be used on cluster
      setups with a shared file system for `MDStoreDir` to order
      activation of renewed certificates when several cluster nodes are
index dd46a59e1a35a506bf8bb3233082074d49e3836e..ebf7a1660f96ac55c678a6eaba74e4039ce9d94a 100644 (file)
@@ -255,6 +255,7 @@ INSTALL_HEADERS = \
        $(srcdir)/modules/cache/cache_common.h \
        $(srcdir)/modules/database/mod_dbd.h \
        $(srcdir)/modules/dav/main/mod_dav.h \
+       $(srcdir)/modules/http2/mod_http2.h \
        $(srcdir)/modules/filters/mod_include.h \
        $(srcdir)/modules/filters/mod_xml2enc.h \
        $(srcdir)/modules/generators/mod_cgi.h \
index 6536609d28bd7705b90f15795f371a5ef9e68001..d11bfd2f9877e2bba0ca98ea2b8972f739f43e7b 100644 (file)
  * 20120211.123 (2.4.51-dev) Added ap_pcre_version_string(), AP_REG_PCRE_COMPILED
  *                           and AP_REG_PCRE_LOADED to ap_regex.h.
  * 20120211.124 (2.4.51-dev) Add name_ex to struct proxy_worker_shared
+ * 20120211.125 (2.4.55-dev) Export mod_http2.h as public header
  *
  */
 
 #ifndef MODULE_MAGIC_NUMBER_MAJOR
 #define MODULE_MAGIC_NUMBER_MAJOR 20120211
 #endif
-#define MODULE_MAGIC_NUMBER_MINOR 124                 /* 0...n */
+#define MODULE_MAGIC_NUMBER_MINOR 125                 /* 0...n */
 
 /**
  * Determine if the server's current MODULE_MAGIC_NUMBER is at least a