You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gs...@apache.org on 2012/12/16 09:59:54 UTC

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

Author: gsmith
Date: Sun Dec 16 08:59:54 2012
New Revision: 1422489

URL: http://svn.apache.org/viewvc?rev=1422489&view=rev
Log:
vote, promote

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=1422489&r1=1422488&r2=1422489&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sun Dec 16 08:59:54 2012
@@ -91,6 +91,12 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   * mod_auth_form: Make sure that get_notes_auth() sets the user as does
+     get_form_auth() and get_session_auth(). Makes sure that REMOTE_USER
+     does not vanish during mod_include driven subrequests.
+     trunk patch: http://svn.apache.org/viewvc?rev=1393152&view=rev
+     2.4.x patch: trunk patch works
+     +1: minfrin, jim, gsmith
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -126,13 +132,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: http://people.apache.org/~rjung/patches/proxypassinherit-config.patch
      +1: rjung, jim
 
-   * mod_auth_form: Make sure that get_notes_auth() sets the user as does
-     get_form_auth() and get_session_auth(). Makes sure that REMOTE_USER
-     does not vanish during mod_include driven subrequests.
-     trunk patch: http://svn.apache.org/viewvc?rev=1393152&view=rev
-     2.4.x patch: trunk patch works
-     +1: minfrin, jim
-
    * mod_proxy_ftp: Fix segfaults on IPv4 requests to hosts with DNS AAAA records.
      PR 40841.
      trunk patch: http://svn.apache.org/viewvc?rev=1404625&view=rev