]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
vote
authorStefan Eissing <icing@apache.org>
Thu, 17 Jan 2019 10:25:46 +0000 (10:25 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 17 Jan 2019 10:25:46 +0000 (10:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1851510 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index d52853986fe65d5a2b26d5b5b365a5e6cdaa6b79..07986779b12794f4eec42f8f04fb5d2ce373fc43 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -125,6 +125,11 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) mod_md: Don't export all symbols on Unix (reduces .so size by ~8%)
+     trunk patch: https://svn.apache.org/r1830747
+     2.4.x patch: svn merge -c 1830747 ^/httpd/httpd/trunk .
+     +1: jorton, jim, icing
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -187,11 +192,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: svn merge -c 1730129 ^/httpd/httpd/trunk .
      +1: wrowe, jim
 
-  *) mod_md: Don't export all symbols on Unix (reduces .so size by ~8%)
-     trunk patch: https://svn.apache.org/r1830747
-     2.4.x patch: svn merge -c 1830747 ^/httpd/httpd/trunk .
-     +1: jorton, jim
-
   *) modules/filters/config.m4: Make libxml2's inclusion of unicode/*.h files
      a non-fatal warning/error under maintainer-mode.
      trunk patch: http://svn.apache.org/r1850745