From: Rainer Jung Date: Fri, 16 Dec 2016 15:18:50 +0000 (+0000) Subject: And another proposal. X-Git-Tag: 2.4.25~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74a87e85165ca72597172ad1504a162419db71ac;p=thirdparty%2Fapache%2Fhttpd.git And another proposal. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1774620 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 55c53ab3e8f..6088a5a1476 100644 --- a/STATUS +++ b/STATUS @@ -155,6 +155,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: trunk works +1: rjung, jim + *) APR_HAVE_foo is checked via #if, not #ifdef (since it should always be + defined, to either 0 or 1). + This fixes a compile error on Windows introduced by r1702948. + as well as straightens up two long-time glitches. + trunk patch: http://svn.apache.org/r1706595 + 2.4.x patch: trunk works + +1: rjung + PATCHES/ISSUES THAT ARE BEING WORKED [ New entried should be added at the START of the list ]