APACHE 1.3 STATUS: -*-text-*-
- Last modified at [$Date: 2001/05/15 15:35:59 $]
+ Last modified at [$Date: 2001/05/15 16:30:34 $]
Release:
- 1.3.20: Will offers to RM, target release date of 5/18.
+ 1.3.21: In development
+ 1.3.20: Tagged and rolled May 15, target release date of 5/18.
1.3.19: Tagged and rolled Feb 26, 2001. Announced Mar 01, 2001.
1.3.18: Not released.
(Pulled because of an incorrect unescaping fix. t/r Feb 19, 2001)
RELEASE SHOWSTOPPERS:
- None at present
+ ab is broken on many platforms. Dirk has offered patch, it does not
+ apply cleanly, he has offered to clean this up.
RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
+Changes with Apache 1.3.21
+
+ *) 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]
+
Changes with Apache 1.3.20
*) Autodetect if platforms have isnan() and/or isinf() for use in
#define SERVER_BASEVENDOR "Apache Group"
#define SERVER_BASEPRODUCT "Apache"
-#define SERVER_BASEREVISION "1.3.20"
+#define SERVER_BASEREVISION "1.3.21-dev"
#define SERVER_BASEVERSION SERVER_BASEPRODUCT "/" SERVER_BASEREVISION
#define SERVER_PRODUCT SERVER_BASEPRODUCT
* Always increases along the same track as the source branch.
* For example, Apache 1.4.2 would be '10402100', 2.5b7 would be '20500007'.
*/
-#define APACHE_RELEASE 10320100
+#define APACHE_RELEASE 10321000
#define SERVER_PROTOCOL "HTTP/1.1"
#ifndef SERVER_SUPPORT