]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
And roll on 2.2.27-dev
authorJim Jagielski <jim@apache.org>
Wed, 13 Nov 2013 16:45:17 +0000 (16:45 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 13 Nov 2013 16:45:17 +0000 (16:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1541607 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS
docs/manual/style/version.ent
include/ap_release.h

diff --git a/CHANGES b/CHANGES
index 0f3088781860b4ee8a4282f484bc6b86f243e303..86eb9fba65fed1fa4cc990e8e5ff0418c4a06bd6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
                                                          -*- coding: utf-8 -*-
+Changes with Apache 2.2.27
+
+
 Changes with Apache 2.2.26
 
   *) mod_dav: dav_resource->uri treated as unencoded. This was an
diff --git a/STATUS b/STATUS
index 205bf0cc0b33955d434ea96f8aed7fa71eb34652..9e2e7e2540bf69831ce02f73f07c1cbf1eadaf7d 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -23,6 +23,7 @@ Patches considered for backport are noted in their branches' STATUS:
 Release history:
     [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
           while x.{even}.z versions are Stable/GA releases.]
+    2.2.27  : In maintenance.
     2.2.26  : Tagged November 13, 2013.
     2.2.25  : Released July 9, 2013
     2.2.24  : Released February 25, 2013
index ebb579d3b1dd4aabf35abf1247a26c8227f25f59..a7c65214b54e6ebbf1902bd847a63e1f77ea8a5f 100644 (file)
@@ -19,6 +19,6 @@
 
 <!ENTITY httpd.major "2">
 <!ENTITY httpd.minor "2">
-<!ENTITY httpd.patch "26">
+<!ENTITY httpd.patch "27">
 
 <!ENTITY httpd.docs "2.2">
index a6c76035662f5d959e1a13c3f4b94de402b0c672..3dcd70cb2bcba22b2ec592659be06d60ec01c665 100644 (file)
@@ -43,8 +43,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 2
-#define AP_SERVER_PATCHLEVEL_NUMBER   26
-#define AP_SERVER_DEVBUILD_BOOLEAN    0
+#define AP_SERVER_PATCHLEVEL_NUMBER   27
+#define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 /* Synchronize the above with docs/manual/style/version.ent */