]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Reverting ab changes for the 1.3.20 release, will reapply these
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 15 May 2001 15:36:12 +0000 (15:36 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 15 May 2001 15:36:12 +0000 (15:36 +0000)
  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

Announcement
STATUS
src/CHANGES

index c894baa15b121bd9929840fb29419964ed9375f5..949278e5bd459ace97a9b9c66310d721c2e3ea18 100644 (file)
        special characters.  Allows embedding of both the '$' and '%' 
        characters in the results, so 'foo\$1' translates to 'foo$1' 
        rather than 'foo\<value of $1>'.
-     * 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 a2831dd79ccac6739cfbf10bb4dbb1059fad7f70..a21f76694b54d1cb939191baa01a29777e2b4fd7 100644 (file)
--- 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:
 
index edfb527a68949721252f51e11d08d63dc461ecde..31c1310e71a723542235b02998c5580f07d02ac8 100644 (file)
@@ -35,14 +35,6 @@ Changes with Apache 1.3.20
      for Win32 systems, see http://www.cygwin.com)
      [Stipe Tolj <tolj@wapme-systems.de>]
 
-  *) 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 <sctemme@covalent.net> 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