summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2018-02-15 18:24:31 +0000
committerYann Ylavic <ylavic@apache.org>2018-02-15 18:24:31 +0000
commit59cc787cb8b195c904596f0da7f60ad4c6a4cd71 (patch)
treed2fae7bd8f7103ae85a4ea9ca2ec8eea0846e6cd
parentb5a807db245079bb16a4577515bbcecd9834a9e5 (diff)
downloadhttpd-59cc787cb8b195c904596f0da7f60ad4c6a4cd71.tar.gz
Propose.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1824342 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS19
1 files changed, 18 insertions, 1 deletions
diff --git a/STATUS b/STATUS
index f07f4af33e..f8d6915669 100644
--- a/STATUS
+++ b/STATUS
@@ -138,7 +138,24 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
jailletc36: is message 010118 still needed? Or at least mitigated with
something like: "for third party proxy module usage only"?
Also, does it require a ap_mmn.h update?
-
+
+ *) core: For consistency, ensure that read lines are NUL terminated on any
+ error, not only on buffer full.
+ trunk patch: http://svn.apache.org/r1824303
+ 2.4.x patch: trunk works (modulo CHANGES)
+ +1: ylavic
+
+ *) mod_authnz_ldap: Fix language long names detection as short name.
+ trunk patch: http://svn.apache.org/r1824336
+ 2.4.x patch: trunk works (modulo CHANGES)
+ +1: ylavic
+
+ *) regex: Allow to configure global/default options for regexes, like
+ caseless matching or extended format.
+ trunk patch: http://svn.apache.org/r1824339
+ 2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-global_regex_options.patch
+ +1: ylavic
+
PATCHES/ISSUES THAT ARE BEING WORKED
[ New entries should be added at the START of the list ]