You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2018/02/15 18:24:31 UTC

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

Author: ylavic
Date: Thu Feb 15 18:24:31 2018
New Revision: 1824342

URL: http://svn.apache.org/viewvc?rev=1824342&view=rev
Log:
Propose.

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=1824342&r1=1824341&r2=1824342&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Thu Feb 15 18:24:31 2018
@@ -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 ]