You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sc...@apache.org on 2007/04/09 21:17:32 UTC

svn commit: r526882 - /httpd/httpd/branches/2.2.x/STATUS

Author: sctemme
Date: Mon Apr  9 12:17:31 2007
New Revision: 526882

URL: http://svn.apache.org/viewvc?view=rev&rev=526882
Log:
Propose backport of two minor ab.c fixes

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?view=diff&rev=526882&r1=526881&r2=526882
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Mon Apr  9 12:17:31 2007
@@ -100,6 +100,18 @@
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
+    * 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
+
     * 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.