From: Jim Jagielski Date: Fri, 10 Jul 2009 12:16:12 +0000 (+0000) Subject: promote those with =>3 X-Git-Tag: 2.2.12~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4869ccaf829a5b2854099da889c2f1501c1695aa;p=thirdparty%2Fapache%2Fhttpd.git promote those with =>3 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@792907 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 39ddf7804f2..38046f94826 100644 --- a/STATUS +++ b/STATUS @@ -95,6 +95,27 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: http://svn.apache.org/viewvc?view=rev&revision=780699 +1: niq, rpluem, takashi + * mod_proxy_http: fix Host: header for literal IPv6 addresses. + PR 47177 + patch: http://svn.apache.org/viewvc?view=rev&revision=778531 + +1: niq, rpluem, jim + +0; [Would be +1 once ProxyRemote behavior is verified/fixed] + + * mod_rewrite: Remove locking for writing to the rewritelog. + PR 46942 + trunk patch: http://svn.apache.org/viewvc?view=rev&revision=783734 + 2.2.x patch: http://people.apache.org/~niq/patches/46942.patch + +1: niq, rpluem, jim + + * mod_info: Add apr / apr-util version output + trunk patch: http://cvs.apache.org/viewvc/httpd/httpd/trunk/modules/generators/mod_info.c?r1=792570&r2=760403 + 2.2.x patch: http://people.apache.org/~takashi/patches/2.2-mod_info_apr_version.diff + patch updated: removed font clutter as suggested by niq, + added compile-time version output as suggested by wrowe. + Add the missing include of apu_version.h. + +1: takashi, rpluem, jim + + PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -124,26 +145,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: +1: niq -1: wrowe; why 'DefaultHandler' is a bad choice for directive name posted to list - * mod_proxy_http: fix Host: header for literal IPv6 addresses. - PR 47177 - patch: http://svn.apache.org/viewvc?view=rev&revision=778531 - +1: niq, rpluem, jim - +0; [Would be +1 once ProxyRemote behavior is verified/fixed] - - * mod_rewrite: Remove locking for writing to the rewritelog. - PR 46942 - trunk patch: http://svn.apache.org/viewvc?view=rev&revision=783734 - 2.2.x patch: http://people.apache.org/~niq/patches/46942.patch - +1: niq, rpluem, jim - - * mod_info: Add apr / apr-util version output - trunk patch: http://cvs.apache.org/viewvc/httpd/httpd/trunk/modules/generators/mod_info.c?r1=792570&r2=760403 - 2.2.x patch: http://people.apache.org/~takashi/patches/2.2-mod_info_apr_version.diff - patch updated: removed font clutter as suggested by niq, - added compile-time version output as suggested by wrowe. - Add the missing include of apu_version.h. - +1: takashi, rpluem, jim - * unixd: set suexec_enabled correctly when httpd is run by non-root PR 42175 Trunk Patch: http://cvs.apache.org/viewvc?view=rev&revision=791337