]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Tag is done, moving on.
authorSander Striker <striker@apache.org>
Mon, 11 Apr 2005 21:00:24 +0000 (21:00 +0000)
committerSander Striker <striker@apache.org>
Mon, 11 Apr 2005 21:00:24 +0000 (21:00 +0000)
* 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
STATUS
include/ap_release.h

diff --git a/CHANGES b/CHANGES
index da464354849bb98a9958565c7ec6b1ac4a64850a..1af4dfa86cd9b427362870c5f2f2ea09c0031c6b 100644 (file)
--- 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 aaf4452185285b5573310192715b149a2410e173..efdefd2c211b49b479c5cb1a636bfbf0251f6782 100644 (file)
--- 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.
index ce06778cfd68b6886c0062ae11eb0d2fb0a831c5..dbff7894ee15500b230e54d8972f6d109522814e 100644 (file)
@@ -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