From: Daniel Gruno Date: Mon, 13 Aug 2012 08:32:31 +0000 (+0000) Subject: Vote X-Git-Tag: 2.4.3~60 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c39ed53e0eddca8136d326063fa86e0c8649edc9;p=apache Vote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1372312 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index e6b494f246..643d32d2f6 100644 --- a/STATUS +++ b/STATUS @@ -206,7 +206,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: * Axe unnecessary trailing comma from server-status user output. trunk patch: http://svn.apache.org/viewvc?view=rev&rev=1369904 2.4.x patch: trunk patch works - +1: rjung, trawick + +1: rjung, trawick, humbedooh * Correctly log the error returned by apr_dbd_pvselect(). trunk patch: http://svn.apache.org/viewvc?view=rev&rev=1364229 @@ -217,19 +217,19 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: logs the physical address it listens on instead of hostname|*. trunk patch: http://svn.apache.org/viewvc?view=rev&rev=1364138 2.4.x patch: trunk patch works - +1: rjung, trawick + +1: rjung, trawick, humbedooh * htpasswd: Use correct file mode for checking if file is writable. Also switch to the non-deprecated APR_FOPEN_* flags. PR: 45923 trunk patch: http://svn.apache.org/viewvc?view=rev&rev=1369618 2.4.x patch: trunk patch works - +1: rjung, trawick + +1: rjung, trawick, humbedooh * mod_cache: Set content type in case we return stale content. trunk patch: http://svn.apache.org/viewvc?view=rev&rev=1361153 2.4.x patch: trunk patch works - +1: rjung + +1: rjung, humbedooh * mpm_winnt: initialize the protocol field when manufacturing an apr socket lest accidential autodata contents leak into the apr_socket_t.