]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Roll on to 2.1.10-dev.
authorPaul Querna <pquerna@apache.org>
Sun, 20 Nov 2005 00:44:09 +0000 (00:44 +0000)
committerPaul Querna <pquerna@apache.org>
Sun, 20 Nov 2005 00:44:09 +0000 (00:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@345697 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS
include/ap_release.h

diff --git a/CHANGES b/CHANGES
index b4e14a8eff6156a487c8be326ea0004ef195ef8e..b27b14cb211fe59c03bebba9783aa02ccd7fd86a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
                                                         -*- coding: utf-8 -*-
+Changes with Apache 2.1.11
+
+
 Changes with Apache 2.1.10
 
   *) mod_negotiation: Minor performance tweak by reusing already calculated
diff --git a/STATUS b/STATUS
index 398f488241232d9ceee0a32e81d8dbc4b8c6682d..4b622aa6c9b72f9a8c58535e1423fdf82d46220b 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -24,7 +24,8 @@ Patches considered for backport are noted in their branches' STATUS:
 Release history:
     [NOTE that only Alpha/Beta releases occur in 2.1 development]
 
-    2.1.10  : in development
+    2.1.11  : in development
+    2.1.10  : Tagged on November 19, 2005.
     2.1.9   : Released on November 5, 2005 as beta.
     2.1.8   : Released on October 1, 2005 as beta.
     2.1.7   : Released on September 12, 2005 as beta.
index 3b963607d1cbacf38b86762c3c4d471fdd0a3fce..2aaf907872fb2e835024ff899fc8ccf894625e1c 100644 (file)
@@ -47,8 +47,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 1
-#define AP_SERVER_PATCHLEVEL_NUMBER   10
-/* #define AP_SERVER_DEVBUILD_BOOLEAN    1 */
+#define AP_SERVER_PATCHLEVEL_NUMBER   11
+#define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 #if AP_SERVER_DEVBUILD_BOOLEAN
 #define AP_SERVER_ADD_STRING          "-dev"