]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update STATUS for applied patch
authorJim Jagielski <jim@apache.org>
Tue, 1 May 2007 13:13:34 +0000 (13:13 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 1 May 2007 13:13:34 +0000 (13:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@534058 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index d44477b4817a5de16fb86afa8312ba63089dee63..276d5fe9fef1387d7842ee794277be7d268466e2 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -77,19 +77,6 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-
-    * ab: Two minor fixes for PRs
-      * 42070: sign mismatch in format string causes high server listening port
-        numbers to be reported incorrectly. Subversion r526584
-      * 31268 and 26554: Allow -H command-line switch to override default 
-        values for Accept:, Host: and User-Agent: request headers. 
-        Subversion r526872
-      
-      svn diff -r516175:HEAD http://svn.apache.org/repos/asf/httpd/httpd/trunk/support/ab.c
-      applies to 2.2.x branch with offsets. 
-      
-      +1: sctemme, rpluem, jim
-
     * mod_ssl: Move thread locking upcall initialization before
       hardware library initialization, so hardware library can use
       these upcalls when run in a threaded MPM. Fixes PR 20951.