]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Recast this vote in terms of all fixes required to use mod_isapi on Unix.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 25 Mar 2006 23:11:00 +0000 (23:11 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 25 Mar 2006 23:11:00 +0000 (23:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@388854 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index ab43d54720e81152db2c0060e8dc204812b05c6d..bcb4b9b7ef9b991702bcb0d245fa0ca511662a32 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -207,10 +207,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
          Trunk version of patch works
       +1: rpluem, jim
 
-    * mod_isapi: Trivial compiler emit fix for const'ness - noticed on OS/X
-      but not noticed before on VC.
+    * mod_isapi: Trivial compiler emit fixes for const'ness - noticed on OS/X
+      Correct lvalue assignments (lvalue casts not allowed) - noticed on Sol.
+      Resolve use of SetLastError with apr_set_os_error() and axe MAKEFILE
+      for a literal value.  Permits mod_isapi to load and run on Unix.
          http://svn.apache.org/viewcvs?rev=384731&view=rev
-      +1: wrowe, pquerna
+         http://svn.apache.org/viewcvs?rev=386790&view=rev
+         http://svn.apache.org/viewcvs?rev=386821&view=rev
+      +1: wrowe
 
     * mod_ldap: Fix a race condition when creating the connection pool mutex
        and make sure that memory is being allocated from the correct pools