PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
-
-------------------------------------------------------------------------
-
-PATCHES PROPOSED TO BACKPORT FROM TRUNK:
- [ New proposals should be added at the end of the list ]
-
- *) test/h2: ignore AH02430 for the whole TestRfc9113 class.
- trunk patch: http://svn.apache.org/r1934891
- 2.4.x patch: svn merge -c 1934891 ^/httpd/httpd/trunk .
- +1: jim,
-
*) Use HTTP_* and ap_is_*() macros instead of literal;
Use ap_strstr_c() instead of strstr() in mod_md.
trunk patch: https://svn.apache.org/r1934913
2.4.x patch: svn merge -c 1934913 ^/httpd/httpd/trunk .
Merging is clean when ignoring include/httpd.h,
modules/http/http_filters.c and modules/test/mod_policy.c.
- +1: rjung, jim
+ +1: rjung, jim, jorton
*) modules/md/mod_md_config.c: Flip MDServerStatus to
disabled by default. mod_md is CTR, but probably not
Backport has a conflict in docs, easy to fix.
trunk patch: https://svn.apache.org/r1935184
2.4.x patch: svn merge -c 1935184 ^/httpd/httpd/trunk .
- +1: rjung, jim
+ +1: rjung, jim, jorton
+
+
+------------------------------------------------------------------------
+
+PATCHES PROPOSED TO BACKPORT FROM TRUNK:
+ [ New proposals should be added at the end of the list ]
+
+ *) test/h2: ignore AH02430 for the whole TestRfc9113 class.
+ trunk patch: http://svn.apache.org/r1934891
+ 2.4.x patch: svn merge -c 1934891 ^/httpd/httpd/trunk .
+ +1: jim,
+ jorton: CTR for test/* changes
*) mod_proxy_beacon: Add new module. Reverse-proxy UDP member
announcement -- backends self-register as balancer members over UDP.