From: William A. Rowe Jr Date: Thu, 23 Sep 2004 18:02:04 +0000 (+0000) Subject: Onto 2.0.53 (or sneaking back into 2.0.52? time will tell.) X-Git-Tag: 2.0.53~265 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fcc4e20247d95d6d58d699b2343230e00924414;p=thirdparty%2Fapache%2Fhttpd.git Onto 2.0.53 (or sneaking back into 2.0.52? time will tell.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105277 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index d956cfc6bc4..16015d05b10 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +Changes with Apache 2.0.53 + + Changes with Apache 2.0.52 *) Use HTML 2.0
for error pages. PR 30732 [André Malo] diff --git a/STATUS b/STATUS index 149bb58b224..196860ff006 100644 --- a/STATUS +++ b/STATUS @@ -1,9 +1,10 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/09/23 17:33:39 $] +Last modified at [$Date: 2004/09/23 18:02:03 $] Release: - 2.0.52 : in development + 2.0.53 : in development + 2.0.52 : tagged APACHE_2_0_52_WROWE_RC1 for review 2.0.51 : released September 15, 2004 as GA. 2.0.50 : released June 30, 2004 as GA. 2.0.49 : released March 19, 2004 as GA. diff --git a/include/ap_release.h b/include/ap_release.h index b4890875d18..67f9c2930f5 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -32,7 +32,7 @@ #define AP_SERVER_BASEPRODUCT "Apache" #define AP_SERVER_MAJORVERSION "2" #define AP_SERVER_MINORVERSION "0" -#define AP_SERVER_PATCHLEVEL "52" +#define AP_SERVER_PATCHLEVEL "53-dev" #define AP_SERVER_MINORREVISION AP_SERVER_MAJORVERSION "." AP_SERVER_MINORVERSION #define AP_SERVER_BASEREVISION AP_SERVER_MINORREVISION "." AP_SERVER_PATCHLEVEL #define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION