You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2006/04/21 10:54:03 UTC

svn commit: r395816 - /httpd/httpd/branches/2.2.x/STATUS

Author: wrowe
Date: Fri Apr 21 01:54:01 2006
New Revision: 395816

URL: http://svn.apache.org/viewcvs?rev=395816&view=rev
Log:

  Vote up two patches, and propose to make life simpler for our
  visualstudio compiler users.

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/STATUS?rev=395816&r1=395815&r2=395816&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Fri Apr 21 01:54:01 2006
@@ -127,7 +127,7 @@
           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 @@
           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
+