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/04/04 13:30:07 UTC

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

Author: icing
Date: Thu Apr  4 13:30:07 2019
New Revision: 1856929

URL: http://svn.apache.org/viewvc?rev=1856929&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=1856929&r1=1856928&r2=1856929&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Thu Apr  4 13:30:07 2019
@@ -133,6 +133,12 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      2.4.x patch: svn merge -c 1856297 ^/httpd/httpd/trunk .
      +1: icing, jim, ylavic
 
+  *) 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
+                  http://svn.apache.org/r1855446
+     2.4.x patch: svn merge -c 1850745,1855446 ^/httpd/httpd/trunk .
+     +1: jim, covener, icing
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -183,13 +189,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      jailletc36: at least, r1853302 is required, IMHO
      minfrin: r1853302 is added in above, resetting jim's vote
 
-  *) 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
-                  http://svn.apache.org/r1855446
-     2.4.x patch: svn merge -c 1850745,1855446 ^/httpd/httpd/trunk .
-     +1: jim, covener
-
   *) mod_proxy_http: forward 100-continue, and minimize race conditions when
      reusing backend connections. PR 60330.
      trunk patch: http://svn.apache.org/r1656259