From: Rainer Jung Date: Sat, 23 Nov 2013 17:01:55 +0000 (+0000) Subject: Add 1.5 proposals and remove one proposed X-Git-Tag: 2.4.8~372 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=615433ed286ca881b4c028df8cb14a071c5b73e2;p=apache Add 1.5 proposals and remove one proposed backport revision because it is already in 2.4. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1544834 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index daa7990d7a..adfeee05a1 100644 --- a/STATUS +++ b/STATUS @@ -106,7 +106,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: * mod_socache_shmcb.c: Remove arbitrary restriction on shared memory size previously limited to 64MB. trunk patch: http://svn.apache.org/r1493921 - http://svn.apache.org/r1493925 2.4.x patch: trunk patch works modulo CHANGES +1: minfrin, jim sf notes: I think a number of variables need to be changed from int to @@ -122,6 +121,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: sf: This would require someone to do the work. Until someone has the necessary free cycles, I propose to include http://svn.apache.org/r1515162 + rjung: See also interim proposal below which becomes obsolete once the + one here is accepted but fixes a compiler warning in the meantime. * ab: Check if malloc succeeded PR54344 @@ -173,6 +174,19 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: http://people.apache.org/~jim/patches/proxy-port-scheme.patch +1: jim + * mod_lua: Fix compiler warning by using correct APR_SIZE_T_FMT and APR_OFF_T_FMT + format macro in debug logging. + trunk patch: https://svn.apache.org/viewvc?view=revision&revision=1544820 + 2.4.x patch: trunk patch works, add CHANGES + +1: rjung + + * mod_socache_shmcb: Fix compiler warning by using correct apr_size_t for the constant + later printed with the APR_SIZE_T_FMT format macro. + Not needed in trunk. + 2.4.x patch: http://people.apache.org/~rjung/patches/mod_socache_shmcb-size_t-2_4.patch + +1: rjung + + OTHER PROPOSALS * A list of further possible backports can be found at: