From: Joshua Slive Date: Thu, 20 Nov 2003 16:12:28 +0000 (+0000) Subject: Reference the bug database in the STATUS file. X-Git-Tag: pre_ajp_proxy~1035 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0884e908532cb0f89728fe2619496237a83b05f9;p=thirdparty%2Fapache%2Fhttpd.git Reference the bug database in the STATUS file. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101813 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 420d3adbe35..1b98097c7d7 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.1 STATUS: -*-text-*- -Last modified at [$Date: 2003/10/11 21:12:39 $] +Last modified at [$Date: 2003/11/20 16:12:28 $] Release [NOTE that only Alpha/Beta releases occur in 2.1 development]: @@ -14,7 +14,12 @@ on related projects: Contributors looking for a mission: - * just do an egrep on "TODO" or "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. CURRENT RELEASE NOTES: @@ -110,6 +115,9 @@ CURRENT VOTES: RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: + * Patches submitted to the bug database: + http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Apache+httpd-2.0&keywords=PatchAvailable + * Filter stacks and subrequests, redirects and fast redirects. There's at least one PR that suffers from the current unclean behaviour (which lets the server send garbage): PR 17629