]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Onto 2.0.53 (or sneaking back into 2.0.52? time will tell.)
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 23 Sep 2004 18:02:04 +0000 (18:02 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 23 Sep 2004 18:02:04 +0000 (18:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105277 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS
include/ap_release.h

diff --git a/CHANGES b/CHANGES
index d956cfc6bc45f1006939fb1ac2db648033e5c202..16015d05b1092922ee5284cd88f26556bf156c60 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+Changes with Apache 2.0.53
+
+
 Changes with Apache 2.0.52
 
   *) Use HTML 2.0 <hr> for error pages. PR 30732 [AndrĂ© Malo]
diff --git a/STATUS b/STATUS
index 149bb58b22484929504de28fa73ee30407f8edf0..196860ff006ddca33f612daa7788ff32c38c016f 100644 (file)
--- 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.
index b4890875d1850904d38414d290bfecf64846d0c4..67f9c2930f51d4d4140037ebdf8ec7627243ca8f 100644 (file)
@@ -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