summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Kew <niq@apache.org>2007-05-08 22:01:16 +0000
committerNick Kew <niq@apache.org>2007-05-08 22:01:16 +0000
commit8707cbf07866a6394aa6f91b2967ef91b9bed8da (patch)
tree45ee40d4edc95391ea9f48b1fa211d2bfd9f8b6c
parent79dd4cc3749084ec848d73eab3f1f73b16b82fe9 (diff)
downloadhttpd-8707cbf07866a6394aa6f91b2967ef91b9bed8da.tar.gz
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
-rw-r--r--STATUS36
1 files changed, 18 insertions, 18 deletions
diff --git a/STATUS b/STATUS
index 4938631421..8e4eb47166 100644
--- 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.