* 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
+Changes with Apache 2.0.55
+
Changes with Apache 2.0.54
*) mod_cache: Add CacheIgnoreHeaders directive. PR 30399.
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.
#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