From: Jim Jagielski Date: Tue, 16 Dec 2014 13:04:57 +0000 (+0000) Subject: some votes on tested backports X-Git-Tag: 2.4.11~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=330964a0bee1a05d28bb64457bb4d301a145b5d5;p=thirdparty%2Fapache%2Fhttpd.git some votes on tested backports git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1645932 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 36ddc411353..37b9801bcaa 100644 --- a/STATUS +++ b/STATUS @@ -222,7 +222,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: a RewriteBase in some situations trunk patch: http://svn.apache.org/r1642484 2.4.x patch: trunk works - +1 covener + +1 covener, jim * mpm_event: Notify suspend in any case when starting lingering close (blocking), and outside the lingering queue's critical section. @@ -230,7 +230,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: So it (probably) does not need its own CHANGES entry. trunk patch: http://svn.apache.org/r1642868 2.4.x patch: trunk works (CHANGES - +1: ylavic, covener + +1: ylavic, covener, jim * core: Add ap_log_data(), ap_log_rdata(), etc. for logging buffers. trunk patch: http://svn.apache.org/r1512819 @@ -271,7 +271,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: ProxyPass and configurations. PR 57259. trunk patch: http://svn.apache.org/r1644503 2.4.x patch: trunk works (module CHANGES) - +1: ylavic + +1: ylavic, jim * mod_ssl: Check if we are having an SSL connection before looking up SSL related variables during expression evaluation to avoid a crash.