You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ic...@apache.org on 2019/01/17 10:25:46 UTC

svn commit: r1851510 - /httpd/httpd/branches/2.4.x/STATUS

Author: icing
Date: Thu Jan 17 10:25:46 2019
New Revision: 1851510

URL: http://svn.apache.org/viewvc?rev=1851510&view=rev
Log:
vote

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1851510&r1=1851509&r2=1851510&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Thu Jan 17 10:25:46 2019
@@ -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