From: Sander Striker Date: Mon, 11 Apr 2005 21:00:24 +0000 (+0000) Subject: Tag is done, moving on. X-Git-Tag: 2.0.55~251 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da0e3a059922837d7c7ebe613b9591124663b2ba;p=thirdparty%2Fapache%2Fhttpd.git Tag is done, moving on. * STATUS Add 2.0.55, update 2.0.54. * CHANGES Add section for 2.0.55 * include/ap_release.h (AP_SERVER_PATCHLEVEL): Bump to 55-dev. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@160951 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index da464354849..1af4dfa86cd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +Changes with Apache 2.0.55 + Changes with Apache 2.0.54 *) mod_cache: Add CacheIgnoreHeaders directive. PR 30399. diff --git a/STATUS b/STATUS index aaf44521852..efdefd2c211 100644 --- a/STATUS +++ b/STATUS @@ -6,7 +6,8 @@ http://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x/STATUS Release history: - 2.0.54 : in development + 2.0.55 : in development + 2.0.54 : tagged April 11, 2005. 2.0.53 : released February 7, 2005 as GA. 2.0.52 : released September 28, 2004 as GA. 2.0.51 : released September 15, 2004 as GA. diff --git a/include/ap_release.h b/include/ap_release.h index ce06778cfd6..dbff7894ee1 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -33,7 +33,7 @@ #define AP_SERVER_BASEPRODUCT "Apache" #define AP_SERVER_MAJORVERSION "2" #define AP_SERVER_MINORVERSION "0" -#define AP_SERVER_PATCHLEVEL "54" +#define AP_SERVER_PATCHLEVEL "55-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