From: Erik Abele Date: Sun, 4 Jan 2004 15:07:04 +0000 (+0000) Subject: Mention a backport and sync comments with STATUS/2.1 X-Git-Tag: 2.0.49~254 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=875e8f23b44272507deeeb59414e784c4ae05def;p=thirdparty%2Fapache%2Fhttpd.git Mention a backport and sync comments with STATUS/2.1 PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102180 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 3bf9607f8f2..f58ecfc8f60 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/01/01 17:29:15 $] +Last modified at [$Date: 2004/01/04 15:07:04 $] Release: @@ -58,7 +58,12 @@ on related projects: Contributors looking for a mission: - * just do an egrep on "TODO", "XXX" and see what's there + * Just do an egrep on "TODO" or "XXX" in the source. + + * Review the "PatchAvailable" bugs in the bug database. + Append a comment saying "Reviewed and tested". + + * Open bugs in the bug database. RELEASE SHOWSTOPPERS: @@ -73,6 +78,12 @@ PATCHES TO BACKPORT FROM 2.1 [ please place file names and revisions from HEAD here, so it is easy to identify exactly what the proposed changes are! ] + * Move SSLRandomSeed out of the container to support + starting without SSL on platforms with no /dev/random equivalent + but a statically compiled-in mod_ssl. PR: 25867 + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/docs/conf/ssl-std.conf.in?r1=1.4&r2=1.5 + +1: erikabele + * Fix segfault in mod_mem_cache cache_insert() due to cache size becoming negative. PR: 21285, 21287 http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/experimental/mod_mem_cache.c?r1=1.99&r2=1.100