Commit f23ccdcd authored by Nick Kew's avatar Nick Kew
Browse files

vote&promote low-hanging fruit


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@536348 13f79535-47bb-0310-9956-ffa450edef68
parent f7addf26
Loading
Loading
Loading
Loading
+18 −18
Original line number Diff line number Diff line
@@ -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.