Author: jim
Date: Thu Oct 4 12:51:49 2012
New Revision: 1394024
URL: http://svn.apache.org/viewvc?rev=1394024&view=rev
Log:
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=1394024&r1=1394023&r2=1394024&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Thu Oct 4 12:51:49 2012
@@ -89,6 +89,18 @@ RELEASE SHOWSTOPPERS:
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
+ * mod_include: When +Includes is not set and we disable mod_include, tell
+ the administrator where this happened.
+ trunk patch: http://svn.apache.org/viewvc?rev=1393033&view=rev
+ 2.4.x patch: trunk patch works
+ +1: minfrin, rjung, jim
+
+ * mod_include: When an include file or virtual path fails, include the result
+ code that tells us why.
+ trunk patch: http://svn.apache.org/viewvc?rev=1393058&view=rev
+ 2.4.x patch: trunk patch works
+ +1: minfrin, rjung, jim
+
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
@@ -200,18 +212,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
2.4.x patch: trunk patch works (minus CHANGES)
+1: trawick, minfrin
- * mod_include: When +Includes is not set and we disable mod_include, tell
- the administrator where this happened.
- trunk patch: http://svn.apache.org/viewvc?rev=1393033&view=rev
- 2.4.x patch: trunk patch works
- +1: minfrin, rjung, jim
-
- * mod_include: When an include file or virtual path fails, include the result
- code that tells us why.
- trunk patch: http://svn.apache.org/viewvc?rev=1393058&view=rev
- 2.4.x patch: trunk patch works
- +1: minfrin, 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.
|