summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2004-10-23 14:11:48 +0000
committerGraham Leggett <minfrin@apache.org>2004-10-23 14:11:48 +0000
commit1a337a3c52a27ebcd08ade4251dbc80d7f122d0a (patch)
tree5322dbaf6ac67303f32fe907038f475876c5ff6b
parent32e91e94f404591ae77b58753e6d3a24d5988cb2 (diff)
downloadhttpd-1a337a3c52a27ebcd08ade4251dbc80d7f122d0a.tar.gz
Add my 2c.
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105563 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS6
1 files changed, 3 insertions, 3 deletions
diff --git a/STATUS b/STATUS
index ad81d6f1f6..b089559ada 100644
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2004/10/23 13:47:05 $]
+Last modified at [$Date: 2004/10/23 14:11:48 $]
Release:
@@ -80,14 +80,14 @@ PATCHES TO BACKPORT FROM 2.1
http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_kernel.c?r1=1.110&r2=1.111
http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_init.c?r1=1.128&r2=1.129
PR: 31505
- +1: jorton, pquerna
+ +1: jorton, pquerna, minfrin
*) mod_ssl: Fail to configure when an SSL proxy is configured with
incomplete client cert keypair, rather than segfaulting at
runtime.
http://cvs.apache.org/viewcvs/httpd-2.0/modules/ssl/ssl_engine_init.c.diff?r1=1.118&r2=1.119
PR: 24030
- +1: jorton
+ +1: jorton, minfrin
*) Allow for the use of --with-module=foo:bar where the ./modules/foo
directory is a local addition to the ./modules directory.