]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
vote&promote low-hanging fruit
authorNick Kew <niq@apache.org>
Tue, 8 May 2007 22:01:16 +0000 (22:01 +0000)
committerNick Kew <niq@apache.org>
Tue, 8 May 2007 22:01:16 +0000 (22:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@536348 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 49386314215b851ad21f8f60270d9a822291df3f..8e4eb4716667732f58103b4e9cf0d096100e2042 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -105,6 +105,24 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
       (It also works for httpd-2.2.x).
       +1: jfclere, rpluem, wrowe
 
+   * core: Add extern "C" linkage to several headers to make it easier to use
+     them in C++ code.
+        PR: 42286
+     Trunk version of patch:
+       http://svn.apache.org/viewvc?view=rev&revision=535169
+     2.2.x version of patch:
+       Trunk version works
+     +1: rpluem, wrowe, niq
+
+   * mod_so: Backport 520733; more helpful LoadModule feedback, so it reads;
+        Syntax error in -C/-c directive:
+        API module structure 'ftp_module' in file /.../modules/mod_ftp.so 
+        is garbled - expected signature 41503232 but saw 41503230 -
+        perhaps this is not an Apache module DSO, or was compiled 
+        for a different Apache version?
+     http://svn.apache.org/viewvc?view=rev&rev=520733
+     +1: wrowe, rpluem, niq
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
     * ApacheMonitor: Fix Windows Vista detection.
@@ -176,15 +194,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
          cache during the quick handler phase. If there are still questions
          we should continue the discussion on the list.
 
-   * core: Add extern "C" linkage to several headers to make it easier to use
-     them in C++ code.
-        PR: 42286
-     Trunk version of patch:
-       http://svn.apache.org/viewvc?view=rev&revision=535169
-     2.2.x version of patch:
-       Trunk version works
-     +1: rpluem, wrowe
-
    * mod_cache: Add CacheIgnoreQueryString directive to cache requests with
      a query string even if no expiration time is specified.
         PR: 41484
@@ -194,15 +203,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
        Trunk version works
      +1: rpluem
 
-   * mod_so: Backport 520733; more helpful LoadModule feedback, so it reads;
-        Syntax error in -C/-c directive:
-        API module structure 'ftp_module' in file /.../modules/mod_ftp.so 
-        is garbled - expected signature 41503232 but saw 41503230 -
-        perhaps this is not an Apache module DSO, or was compiled 
-        for a different Apache version?
-     http://svn.apache.org/viewvc?view=rev&rev=520733
-     +1: wrowe, rpluem
-
 PATCHES/ISSUES THAT ARE STALLED
 
     * PKCS#7: backport PCKS#7 patches from trunk.