Commit 8e5e00e8 authored by Eric Covener's avatar Eric Covener
Browse files

vote/promote modflags thing



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1821000 13f79535-47bb-0310-9956-ffa450edef68
parent 738f30a2
Loading
Loading
Loading
Loading
+11 −10
Original line number Diff line number Diff line
@@ -145,6 +145,17 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
             is applied, svn merge -c 1802618,1820808 ^/httpd/httpd/trunk .
             works (modulo CHANGES).

  *) core/mod_ssl: Add new flag int to module struct. Define first bit for keeping
     server config records non-shared instances, set for mod_ssl to make manipulations
     in post_config safe.
     trunk patch: svn merge -c 1809302,1809303,1809305,1809311,1809314,1809713 ^/httpd/httpd/trunk .
     2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/backport-module-flags.diff
                  (merge with alterations for mmn etc., updated after review by Yann)
     +1: icing, ylavic, covener
     niq: Can someone post a pointer to discussion of this on dev list?
          In particular the API change and apparent #ifdef ABI?


PATCHES PROPOSED TO BACKPORT FROM TRUNK:
  [ New proposals should be added at the end of the list ]

@@ -197,16 +208,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
             and virtual host, though using ap_server_conf makes them global
             only (thus less useful too...).

  *) core/mod_ssl: Add new flag int to module struct. Define first bit for keeping
     server config records non-shared instances, set for mod_ssl to make manipulations
     in post_config safe.
     trunk patch: svn merge -c 1809302,1809303,1809305,1809311,1809314,1809713 ^/httpd/httpd/trunk .
     2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/backport-module-flags.diff
                  (merge with alterations for mmn etc., updated after review by Yann)
     +1: icing, ylavic
     niq: Can someone post a pointer to discussion of this on dev list?
          In particular the API change and apparent #ifdef ABI?

  *) mod_md: backport of ACME (Let's Encrypt) support. Needs mod_ssl backport proposal beneath to
     not only compile but do something.
     trunk revisions: 1804530,1804531,1804542,1804545,1804671,1804759,1804787,1804975,1805180,1805188,1805192,1805194,1805256,1805294,1805373,1806939,1807228,1807347,1807577,1807593,1807774,1807777,1808005,1808092,1808100,1808241,1808242,1808243,1808249,1808444,1809719,1809888,1810723,1811082,1811812,1812193,1812517,1812518,1812999,1813642,1814720,1814939,1815005,1815078,1815264,1815370,1815483,1816055,1816154,1816156 and more