]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
vote and promote
authorColm MacCarthaigh <colm@apache.org>
Wed, 19 Apr 2006 09:34:32 +0000 (09:34 +0000)
committerColm MacCarthaigh <colm@apache.org>
Wed, 19 Apr 2006 09:34:32 +0000 (09:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@395186 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 1dec6d5d6aae654777b446190175ab17908a843b..98b2234db1f3f8df9733c707c010e15c44800a97 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -144,6 +144,14 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
           http://issues.apache.org/bugzilla/attachment.cgi?id=18037
        +1: rpluem, jim, niq
 
+    *) 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
+         http://svn.apache.org/viewcvs?rev=386790&view=rev
+         http://svn.apache.org/viewcvs?rev=386821&view=rev
+       +1: wrowe, trawick, colm
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ please place SVN revisions from trunk here, so it is easy to
@@ -163,15 +171,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
          http://svn.apache.org/viewcvs.cgi?rev=102870&view=rev
        +1: wrowe, colm
 
-    *) 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
-         http://svn.apache.org/viewcvs?rev=386790&view=rev
-         http://svn.apache.org/viewcvs?rev=386821&view=rev
-       +1: wrowe, trawick
-
 PATCHES TO BACKPORT THAT ARE ON HOLD OR NOT GOING ANYWHERE SOON:
 
     *) mod_headers: Support {...}s tag for SSL variable lookup.