]> granicus.if.org Git - apache/commitdiff
Propose
authorChristophe Jaillet <jailletc36@apache.org>
Tue, 11 Aug 2015 21:03:43 +0000 (21:03 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Tue, 11 Aug 2015 21:03:43 +0000 (21:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1695378 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 319c45cde8333d8d2a6804a590007d442082617c..025a819f2200b8a9bab11fd73e4f0f90d4f873ce 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -223,6 +223,23 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x: trunk works modulo CHANGES
      +1: covener
 
+  *) mod_authz_dbd: Avoid a crash when lacking correct DB access permissions.
+     PR 57868.
+     trunk: http://svn.apache.org/r1688660
+     2.4.x: trunk works modulo CHANGES and next-number
+     +1: jailletc36
+     jailletc36: I'm just wondering why the log message speak about "dbd-query"
+                while other messages around are about "dbd-group"?
+
+  *) mod_rewrite: Avoid a crash when lacking correct DB access permissions
+     when using RewriteMap with MapType dbd or fastdbd.
+     PR 57868.
+     trunk: http://svn.apache.org/r1695170
+     2.4.x: trunk works modulo (missing) CHANGES and next-number
+     +1: jailletc36
+     jailletc36: A CHANGE entry should be added. I forgot it :(
+
+
 PATCHES/ISSUES THAT ARE BEING WORKED
 
   *) mod_ssl: add ALPN support by allowing other modules to register callbacks