]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Votes/observations
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 14 Jan 2019 18:23:58 +0000 (18:23 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 14 Jan 2019 18:23:58 +0000 (18:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1851286 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index a48d686ca869d68140cd4e056b7a321ba28edb41..f6580661d92daea2fecb538bc7d018e3647e6bc6 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -198,13 +198,16 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: svn merge -c 1830747 ^/httpd/httpd/trunk .
      +1: jorton, jim
      -0: wrowe [Isn't removing exports outside the scope of a binary ABI compat
-                branch? Seems too late.]
+               branch? Seems late, but I'm not clear if mod_md is experimental.]
 
   *) 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
      2.4.x patch: svn merge -c 1850745 ^/httpd/httpd/trunk .
      +1: jim
+     -0: wrowe [Raised on dev@, whether -std=c99 is correct now for maintainer
+                mode? Otherwise support modifying mod_proxy_html's CPPFLAGS
+                alone, rather than changing global CPPFLAGS.]
 
   *) mod_session: Always decode session attributes early.
      trunk patch: http://svn.apache.org/r1850947
@@ -216,11 +219,11 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: svn merge -c 1851093 ^/httpd/httpd/trunk .
      +1: jailletc36 (by inspection)
 
-  *) mod_negociation: LanguagePriority should be case-insensitive in order to
+  *) mod_negotiation: LanguagePriority should be case-insensitive in order to
      match AddLanguage behavior. PR 39730
      trunk patch: http://svn.apache.org/r1850989
      2.4.x patch: svn merge -c 1850989 ^/httpd/httpd/trunk .
-     +1: jailletc36
+     +1: jailletc36, wrowe
 
   *) easy proposals:
        - mod_authn_dbm: Return APR_SUCCESS which is equivalent but more readable