From: Jim Jagielski Date: Mon, 12 Jan 2015 13:57:36 +0000 (+0000) Subject: VOTEs baby! X-Git-Tag: 2.4.11~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e99a008c992d08aaff3b349721d1ad932d0769f7;p=thirdparty%2Fapache%2Fhttpd.git VOTEs baby! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1651092 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index e4cda485b23..3b3ff09d381 100644 --- a/STATUS +++ b/STATUS @@ -207,25 +207,25 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: * core: Fix long lines in config file w/ continuations. PR 55910 trunk patch: http://svn.apache.org/r1648394 2.4.x patch: trunk works - +1: covener + +1: covener, jim * mod_proxy: Inappropiate ProxyPassReverse match when interpolated URL is empty string. PR56603 trunk patch: http://svn.apache.org/r1648433 2.4.x patch: trunk works - +1 covener, rjung + +1 covener, rjung, jim * split-logfile: Fix perl strict refs error PR56329. trunk patch: 1648719 2.4.x patch: trunks works - +1 covener, rjung + +1 covener, rjung, jim * mod_proxy_ajp: Fix get_content_length(). clength in request_rec is for response sizes, not request body size. It is initialized to 0, so the "if" branch was never taken. trunk patch: http://svn.apache.org/r1649043 2.4.x patch: trunks works (plus CHANGES) - +1 rjung, covener + +1 rjung, covener, jim * mod_ssl: Add SSLSessionTickets (on|off). It controls the use of TLS session tickets (RFC 5077). @@ -245,13 +245,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: trunk patch: http://svn.apache.org/r1649632 http://svn.apache.org/r1649966 2.4.x patch: 1st trunk patch works, 2nd is for CHANGES - +1 jailletc36, covener + +1 jailletc36, covener, jim * event: Update conn_rec.id when a new thread begins working on a connection, because the old thread may work on a new connection and assign the same ID in parallel. PR57435 trunk patch: http://svn.apache.org/r1651088 2.4.x patch: trunk works - +1 covener + +1 covener, jim OTHER PROPOSALS