]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Removed email address on request - as obviscation was slammed down on the list -...
authorDirk-Willem van Gulik <dirkx@apache.org>
Fri, 29 Mar 2002 19:20:40 +0000 (19:20 +0000)
committerDirk-Willem van Gulik <dirkx@apache.org>
Fri, 29 Mar 2002 19:20:40 +0000 (19:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94315 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
support/ab.c

diff --git a/CHANGES b/CHANGES
index c743dfb540ee5db8f932504b3d0cf6418a92e073..ca752244800998897d4124583b996b9fe9b8bbc8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1983,7 +1983,7 @@ Changes with Apache 2.0.16
      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.
+     Temme at April ApacheCon 2001 for details.
      [Dirk-Willem van Gulik]
 
   *) Clean up mod_cgid's temporary request pool.  Besides fixing a
index 7018f69ca2e3ccca88b071108d9dcb0535074d47..2ba854a3c0c44a21d3309d3a2b2073d29ba9ea70 100644 (file)
@@ -95,7 +95,7 @@
    **    - Fixed serious int overflow issues which would cause realistic (longer
    **      than a few minutes) run's to have wrong (but believable) results. Added
    **      trapping of connection errors which influenced measurements.
-   **      Contributed by Sander Temme - <sctemme@covalent.net>, Early 2001
+   **      Contributed by Sander Temme, Early 2001
    ** Version 1.3e
    **    - Changed timeout behavour during write to work whilst the sockets
    **      are filling up and apr_write() does writes a few - but not all.
@@ -1302,14 +1302,14 @@ static void test(void)
 static void copyright(void)
 {
     if (!use_html) {
-       printf("This is ApacheBench, Version %s\n", AP_SERVER_BASEREVISION " <$Revision: 1.91 $> apache-2.0");
+       printf("This is ApacheBench, Version %s\n", AP_SERVER_BASEREVISION " <$Revision: 1.92 $> apache-2.0");
        printf("Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/\n");
        printf("Copyright (c) 1998-2002 The Apache Software Foundation, http://www.apache.org/\n");
        printf("\n");
     }
     else {
        printf("<p>\n");
-       printf(" This is ApacheBench, Version %s <i>&lt;%s&gt;</i> apache-2.0<br>\n", AP_SERVER_BASEREVISION, "$Revision: 1.91 $");
+       printf(" This is ApacheBench, Version %s <i>&lt;%s&gt;</i> apache-2.0<br>\n", AP_SERVER_BASEREVISION, "$Revision: 1.92 $");
        printf(" Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/<br>\n");
        printf(" Copyright (c) 1998-2002 The Apache Software Foundation, http://www.apache.org/<br>\n");
        printf("</p>\n<p>\n");