]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote up two patches, and propose to make life simpler for our
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 21 Apr 2006 08:54:01 +0000 (08:54 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 21 Apr 2006 08:54:01 +0000 (08:54 +0000)
  visualstudio compiler users.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@395816 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 8a2704ccf587ede7cadba06364f0b41770d55cae..780da0a7e3c0b2a24c69cfbe81ba68f4fc587096 100644 (file)
--- 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
+