From: William A. Rowe Jr Date: Tue, 15 May 2001 15:36:12 +0000 (+0000) Subject: Reverting ab changes for the 1.3.20 release, will reapply these X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6768fe663ca253f799fe06c9f86fa1e71979e37c;p=thirdparty%2Fapache%2Fhttpd.git Reverting ab changes for the 1.3.20 release, will reapply these comments to the 1.3.21 head. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89119 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Announcement b/Announcement index c894baa15b1..949278e5bd4 100644 --- a/Announcement +++ b/Announcement @@ -115,9 +115,6 @@ special characters. Allows embedding of both the '$' and '%' characters in the results, so 'foo\$1' translates to 'foo$1' rather than 'foo\'. - * The 'ab' support utility has fixed a number of overruns, added - statistics, offers csv/gnuplot output, introduces rudimentary - SSL support and other tweaks to make results more accurate. * Added the -V flag to suexec, to display the compile-time settings with which it was built. (Only valid for root or the HTTPD_USER username.) diff --git a/STATUS b/STATUS index a2831dd79cc..a21f76694b5 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 1.3 STATUS: -*-text-*- - Last modified at [$Date: 2001/05/15 15:31:30 $] + Last modified at [$Date: 2001/05/15 15:35:59 $] Release: @@ -35,8 +35,7 @@ Release: RELEASE SHOWSTOPPERS: - ab is broken on many platforms. Dirk has offered patch, it does not - apply cleanly. + None at present RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: diff --git a/src/CHANGES b/src/CHANGES index edfb527a689..31c1310e71a 100644 --- a/src/CHANGES +++ b/src/CHANGES @@ -35,14 +35,6 @@ Changes with Apache 1.3.20 for Win32 systems, see http://www.cygwin.com) [Stipe Tolj ] - *) Changes to 'ab': fixed int overruns, added statistics, output in - csv/gnuplot format, rudimentary SSL support and various other tweaks - to make results more true to what is measured. The upshot of this it - turns out that 'ab' has often underreported the true performance of - apache. Often by a order of magnitude :-) See talk/paper of Sander - Temme at April ApacheCon 2001 for details. - [Dirk-Willem van Gulik] - *) Hooked calls to opendir() and readdir() so that we could add '.' and '..' to the entry list. By default NetWare does not return these entries which caused mod_autoindex not to display the parent directory