]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
And on to .26
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 28 Jun 2013 20:33:30 +0000 (20:33 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 28 Jun 2013 20:33:30 +0000 (20:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1497916 13f79535-47bb-0310-9956-ffa450edef68

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

diff --git a/CHANGES b/CHANGES
index 48983bba132863a56a4766b7f4caad351b767b26..5d0a8f20219aaeb5d1b97daedad6f37e65170914 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,8 @@
                                                          -*- coding: utf-8 -*-
+Changes with Apache 2.2.26
+
+
+
 Changes with Apache 2.2.25
 
   *) SECURITY: CVE-2013-1862 (cve.mitre.org)
diff --git a/STATUS b/STATUS
index a462efb1f5823010ebc17da3a594cb605be84644..98c5f637cc9c648da4261374b677431bb851d9b4 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.26  : In maintenance
     2.2.25  : Tagged June 28, 2013
     2.2.24  : Released February 25, 2012
     2.2.23  : Released September 13, 2012
index eec4f460882a76f41bd6fc5aad92f167378a388a..ebb579d3b1dd4aabf35abf1247a26c8227f25f59 100644 (file)
@@ -19,6 +19,6 @@
 
 <!ENTITY httpd.major "2">
 <!ENTITY httpd.minor "2">
-<!ENTITY httpd.patch "25">
+<!ENTITY httpd.patch "26">
 
 <!ENTITY httpd.docs "2.2">
index 9c573ab5bdfaf29835f88106bc0ce8aecdbcbcd7..bdf8acf0e40933f6ebbeef30946e338e9968f747 100644 (file)
@@ -45,8 +45,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 2
-#define AP_SERVER_PATCHLEVEL_NUMBER   25
-#define AP_SERVER_DEVBUILD_BOOLEAN    0
+#define AP_SERVER_PATCHLEVEL_NUMBER   26
+#define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 /* Synchronize the above with docs/manual/style/version.ent */