From: William A. Rowe Jr Date: Fri, 21 Apr 2006 08:54:01 +0000 (+0000) Subject: Vote up two patches, and propose to make life simpler for our X-Git-Tag: 2.2.2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e82968ffa7656157746f4c910cf6c2eeb83d5172;p=thirdparty%2Fapache%2Fhttpd.git Vote up two patches, and propose to make life simpler for our visualstudio compiler users. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@395816 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 8a2704ccf58..780da0a7e3c 100644 --- a/STATUS +++ b/STATUS @@ -127,7 +127,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/viewcvs?rev=394446&view=rev 2.2.x version of patch: Trunk version works - +1: rpluem, jim + +1: rpluem, jim, wrowe * mod_proxy: Do not release connections from connection pool twice as this can cause different threads to use the same connection at the @@ -136,5 +136,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/viewcvs?rev=394088&view=rev 2.2.x version of patch: Trunk version works - +1: rpluem, jim + +1: rpluem, jim, wrowe (with trawick's observation) trawick: needs http://svn.apache.org/viewcvs?rev=395180&view=rev + + * arch win32: http://svn.apache.org/viewcvs?rev=395419&view=rev + s|/GX |/EHsc | because they were always synonyms, and Visual Studio + 2005 edition complains bitterly and loudly that /GX is deprecated. + Note that only -debug- compiles are even affected by the change, + and although the patch looks long, it's 4 characters per file, 1 line. + +1: wrowe +