From: Jim Jagielski Date: Mon, 4 May 2009 20:39:31 +0000 (+0000) Subject: approve X-Git-Tag: 2.2.12~146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4da837b937883716b17081548eb9dfc6e9f07e2;p=thirdparty%2Fapache%2Fhttpd.git approve git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@771430 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 45a9bdd61d8..9b283e354b3 100644 --- a/STATUS +++ b/STATUS @@ -88,6 +88,11 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + * Correct mod_headers handling of content-type header, trunk version works; + https://svn.apache.org/viewvc?view=rev&revision=680082 + +1: wrowe, rpluem, jim + + PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -124,10 +129,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: Trunk version of patch works +1: rpluem, jim - * Correct mod_headers handling of content-type header, trunk version works; - https://svn.apache.org/viewvc?view=rev&revision=680082 - +1: wrowe, rpluem, jim - * mod_ssl: Improve and simplify the implementation of SSLProxyCheckPeerExpire by directly using X509_get_notBefore(), X509_get_notAfter() and X509_cmp_current_time().