From: Ryan Bloom Date: Sun, 11 Mar 2001 15:01:18 +0000 (+0000) Subject: OtherBill told me last night that I never bumped for 2.0.15. Whoops. X-Git-Tag: 2.0.15~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86224fb1b9b5a7ad60e2c4856bb04c8a606e39da;p=thirdparty%2Fapache%2Fhttpd.git OtherBill told me last night that I never bumped for 2.0.15. Whoops. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88491 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 8d658beeffa..b5dcb8d6b98 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -Changes with Apache 2.0.14 +Changes with Apache 2.0.15-dev *) Add a -V flag to suexec, which causes it to display the compile-time settings with which it was built. (Only @@ -10,6 +10,8 @@ Changes with Apache 2.0.14 entire content. It is far safer to just remove the C-L as long as we are scanning it. [Ryan Bloom] +Changes with Apache 2.0.14 + *) Fix content-length computation. We ONLY compute a content-length if We are not in a 1.1 request and we cannot chunk, and this is a keepalive or we already have all the data. [Ryan Bloom] diff --git a/include/ap_release.h b/include/ap_release.h index b0dc4af2100..dfbb16cbb94 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -73,7 +73,7 @@ */ #define AP_SERVER_BASEVENDOR "Apache Software Foundation" #define AP_SERVER_BASEPRODUCT "Apache" -#define AP_SERVER_BASEREVISION "2.0.14" +#define AP_SERVER_BASEREVISION "2.0.15-dev" #define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION #define AP_SERVER_VERSION AP_SERVER_BASEVERSION