From: Christophe Jaillet Date: Sat, 7 Feb 2015 11:28:07 +0000 (+0000) Subject: Easy proposals X-Git-Tag: 2.4.13~440 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0310b1b804beced5e0d482a2ca3f0cb6a735eee9;p=apache Easy proposals git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1658052 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 573873ba41..fc23a9a4a8 100644 --- a/STATUS +++ b/STATUS @@ -294,6 +294,34 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: trunk works (modulo CHANGES) +1: rjung + * Save a few bytes in conf pool when parsing some directives. Use temp_pool + when applicable. + trunk patch: http://svn.apache.org/r1657692 + 2.4.x patch: trunk works + +1: jailletc36 + + * Easy patches - synch with trunk + - Add missing APLOGNO. + - mod_deflate: don't require by using APR_INT32_MAX instead of INT_MAX. + - Move two variable assignments off the fast path. + - Fix curly braces style. Remove useless empty lines + - tab vs space + - Removed tabs. + - dump fcgi headers with trace8 instead of debug+compile-time flag. + - mod_proxy_connect: fix duplicated AH introduced by r1635645. + - Drop severity of "LDAP: Setting referrals to ON" from DEBUG to TRACE4 + trunk patch: + http://svn.apache.org/r1611979 + http://svn.apache.org/r1611725 + http://svn.apache.org/r1588448 + http://svn.apache.org/r1642803 + http://svn.apache.org/r1657949 + http://svn.apache.org/r1451108 (only one part still has to be applied. Done manually) + http://svn.apache.org/r1656230 + http://svn.apache.org/r1496178 + 2.4.x patch: http://people.apache.org/~jailletc36/backport11.patch + +1: jailletc36 + OTHER PROPOSALS * A list of further possible backports can be found at: