]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Better fix for PR 27106 required.
authorJoe Orton <jorton@apache.org>
Sun, 29 Feb 2004 00:41:32 +0000 (00:41 +0000)
committerJoe Orton <jorton@apache.org>
Sun, 29 Feb 2004 00:41:32 +0000 (00:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102821 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 81643110e024773838e5cbe1df1f972ac8329383..590504d218c2eff6306a61023ac15b4ed7e057a0 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/02/28 21:28:55 $]
+Last modified at [$Date: 2004/02/29 00:41:32 $]
 
 Release:
 
@@ -87,7 +87,8 @@ PATCHES TO BACKPORT FROM 2.1
     * mod_ssl: Fix nasty memory leak for each plain-HTTP-on-SSL-port request.
       PR: 27106
       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_io.c?r1=1.117&r2=1.118
-      +1: jorton, jerenkrantz, madhum, jim
+      http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_io.c?r1=1.120&r2=1.121      
+      +1: jorton
 
     * mod_setenvif: remove support for remote_user variable which never
       worked at all. PR 25725 (2.0 + 1.3)