From: Graham Leggett Date: Sat, 14 Sep 2013 14:40:34 +0000 (+0000) Subject: Vote, promote. X-Git-Tag: 2.4.7~231 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d19fb5f44c9d86b73a6268581afdd2a8da5808de;p=apache Vote, promote. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1523258 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 0cb3742717..df2a59d830 100644 --- a/STATUS +++ b/STATUS @@ -164,6 +164,21 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: 2.4.x patch: trunk patch works +1: trawick, covener, humbedooh + * modules: Fix some compiler warnings. + trunk patch: http://svn.apache.org/r1500345 + http://svn.apache.org/r1500362 + http://svn.apache.org/r1500423 + http://svn.apache.org/r1500483 + http://svn.apache.org/r1500519 + 2.4.x patch: trunk patches work + +1: fuankg, jim, minfrin + comments: + jim: In general, casts are sometimes used to "hide" problems + that exist, esp when using the incorrect data types... + Are these casts safe? + fuankg: replied to list with further details about patches. + humbedooh: in r1500362, the lua changes can just be backported now :) + PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -216,21 +231,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: necessary free cycles, I propose to include http://svn.apache.org/r1515162 - * modules: Fix some compiler warnings. - trunk patch: http://svn.apache.org/r1500345 - http://svn.apache.org/r1500362 - http://svn.apache.org/r1500423 - http://svn.apache.org/r1500483 - http://svn.apache.org/r1500519 - 2.4.x patch: trunk patches work - +1: fuankg, jim - comments: - jim: In general, casts are sometimes used to "hide" problems - that exist, esp when using the incorrect data types... - Are these casts safe? - fuankg: replied to list with further details about patches. - humbedooh: in r1500362, the lua changes can just be backported now :) - * mpm_unix: Add ap_mpm_podx_* implementation to avoid code duplication and align w/ trunk. trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1409214