From: Paul J. Reder Date: Fri, 9 Jan 2009 02:57:31 +0000 (+0000) Subject: Add a backport suggestion. X-Git-Tag: 2.2.12~280 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b94f11bb93d95f5005960ad6e2d3be318c74c81;p=thirdparty%2Fapache%2Fhttpd.git Add a backport suggestion. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@732914 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 5418e8cc163..508a737098f 100644 --- a/STATUS +++ b/STATUS @@ -141,6 +141,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: trunk works +1 covener, trawick + * mod_authnz_ldap: Reduce number of initialization debug messages and make + information more clear. PR 46342 + Trunk version of path: + http://svn.apache.org/viewvc?view=rev&revision=732912 + Backport version for 2.2.x (trunk applies with fudge): + http://people.apache.org/~rederpj/backport_PR46342_simpleLDAPinit.diff + +1: rederpj, + PATCHES/ISSUES THAT ARE STALLED * mod_ssl: Add server name indication (RFC 4366) support (PR 34607).