From: Stefan Fritsch Date: Sun, 2 Dec 2012 11:13:35 +0000 (+0000) Subject: vote, comment X-Git-Tag: 2.4.4~398 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d050527a86402aa4bb3d87dd5715e0999b77e1b;p=apache vote, comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1416154 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 811bcfbd28..7340eedcff 100644 --- a/STATUS +++ b/STATUS @@ -218,7 +218,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: * rotatelogs: fix argument handling to exactly match docs with -p trunk patch: http://svn.apache.org/viewvc?rev=1409726&view=rev 2.4.x patch: trunk patch applies - +1: jorton, jim + +1: jorton, jim, sf * core: Make ap_regcomp() return AP_REG_ESPACE if out of memory. Make ap_pregcomp() abort if out of memory. This raises the minimum @@ -264,7 +264,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/viewvc?view=revision&revision=1398040 2.4.x patch: http://people.apache.org/~jailletc36/backport.patch - +1: jailletc36 + +1: jailletc36, sf * mod_session_dbd: fix a segmentation fault in the function dbd_remove. PR 53452 @@ -283,13 +283,17 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: PR 54179 trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1412278 2.4.x patch: http://people.apache.org/~jailletc36/backport_mod_dumpio.patch - +1: jailletc36 + +1: jailletc36, sf * core: fail startup if ServerTokens arg is unrecognized, PR54222 trunk patch: http://svn.apache.org/viewvc?rev=1415008&view=rev 2.4.x patch: trunk works - +1: covener + +1: covener, sf Is fail startup okay? What about warn and set to PROD? + sf: I think that's ok. It will be immediately obvious after upgrade and + is easy to fix in the configuration. + I would add http://svn.apache.org/viewvc?rev=1416150&view=rev + too. I am +1 either way. * core: Accept "Include /some/dir" without wildcards as documented, regression from 2.2.x. PR54223