From: Ruediger Pluem Date: Mon, 2 Jun 2008 20:58:56 +0000 (+0000) Subject: * Promote X-Git-Tag: 2.2.9~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2860fc0fa71d656be0ddcea246dc6a2e952ac9c;p=thirdparty%2Fapache%2Fhttpd.git * Promote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@662559 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 6459ecda522..bc0625cd517 100644 --- a/STATUS +++ b/STATUS @@ -90,6 +90,32 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + * core: Add the filename of the configuration file to the warning message + about the useless use of AllowOverride. PR 39992 + Trunk version of patch: + http://svn.apache.org/viewvc?rev=420307&view=rev + Backport version for 2.2.x of patch: + Trunk version of patch works + +1: rpluem, jim, pquerna + + * htpasswd: Fix salt generation weakness. PR 31440 + [Andreas Krennmair , Peter Watkins , Paul Querna] + Trunk version of patch: + http://svn.apache.org/viewvc?rev=629159&view=rev + http://svn.apache.org/viewvc?rev=629164&view=rev + http://svn.apache.org/viewvc?rev=629218&view=rev + http://svn.apache.org/viewvc?rev=630139&view=rev + Backport version for 2.2.x of patch: + Trunk version of patch works + +1: rpluem, jim, pquerna + + * mod_unique_id: Convert request time to seconds before before storing it in + unique_id_rec struct. PR 37064 + Trunk version of patch: + http://svn.apache.org/viewvc?rev=596448&view=rev + Backport version for 2.2.x of patch: + Trunk version of patch works + +1: rpluem, jim, pquerna PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -157,33 +183,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: Trunk version of patch works (minus CHANGES conflict) +1: jorton, jim - * core: Add the filename of the configuration file to the warning message - about the useless use of AllowOverride. PR 39992 - Trunk version of patch: - http://svn.apache.org/viewvc?rev=420307&view=rev - Backport version for 2.2.x of patch: - Trunk version of patch works - +1: rpluem, jim, pquerna - - * htpasswd: Fix salt generation weakness. PR 31440 - [Andreas Krennmair , Peter Watkins , Paul Querna] - Trunk version of patch: - http://svn.apache.org/viewvc?rev=629159&view=rev - http://svn.apache.org/viewvc?rev=629164&view=rev - http://svn.apache.org/viewvc?rev=629218&view=rev - http://svn.apache.org/viewvc?rev=630139&view=rev - Backport version for 2.2.x of patch: - Trunk version of patch works - +1: rpluem, jim, pquerna - - * mod_unique_id: Convert request time to seconds before before storing it in - unique_id_rec struct. PR 37064 - Trunk version of patch: - http://svn.apache.org/viewvc?rev=596448&view=rev - Backport version for 2.2.x of patch: - Trunk version of patch works - +1: rpluem, jim, pquerna - PATCHES/ISSUES THAT ARE STALLED * beos MPM: Create pmain pool and run modules' child_init hooks when