]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Mention a backport and sync comments with STATUS/2.1
authorErik Abele <erikabele@apache.org>
Sun, 4 Jan 2004 15:07:04 +0000 (15:07 +0000)
committerErik Abele <erikabele@apache.org>
Sun, 4 Jan 2004 15:07:04 +0000 (15:07 +0000)
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

STATUS

diff --git a/STATUS b/STATUS
index 3bf9607f8f2ba4e003a52059d748ce77f039b5f0..f58ecfc8f60545d26a062562ba6132e09c7de6b9 100644 (file)
--- 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 <IfDefine SSL> 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