]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
On to 2.2.31-dev
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 11 Jul 2015 04:18:12 +0000 (04:18 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 11 Jul 2015 04:18:12 +0000 (04:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1690342 13f79535-47bb-0310-9956-ffa450edef68

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

diff --git a/CHANGES b/CHANGES
index e2bc6019a8face8111b95105b3daabf4223bf329..b031602d4eb4d84d1bfcbf5bd0f09c451c20867e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,8 @@
                                                          -*- coding: utf-8 -*-
+Changes with Apache 2.2.31
+
+
+
 Changes with Apache 2.2.30
 
   *) SECURITY: CVE-2015-3183 (cve.mitre.org)
diff --git a/STATUS b/STATUS
index 4cccbde65ba909658f8bcf937975726faf8b94f4..add7f1f1d0adb9b44388b4a8b83957f1e3282094 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.31  : In maintenance
     2.2.30  : Tagged July 10, 2014
     2.2.29  : Released September 3, 2014
     2.2.28  : Tagged August 22, 2014. Not released.
index 05a2faae5a2085ae3fac2ac425e88d823fd6e3f6..4581a255140f41cf6adcf09a77b6d32668f99069 100644 (file)
@@ -19,6 +19,6 @@
 
 <!ENTITY httpd.major "2">
 <!ENTITY httpd.minor "2">
-<!ENTITY httpd.patch "30">
+<!ENTITY httpd.patch "31">
 
 <!ENTITY httpd.docs "2.2">
index 2f15bd5575dd6751bc0f01ff6fcc2e8777e21ace..67099c8ab664e3aaad04776c833b627cf071d189 100644 (file)
@@ -43,8 +43,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 2
-#define AP_SERVER_PATCHLEVEL_NUMBER   30
-#define AP_SERVER_DEVBUILD_BOOLEAN    0
+#define AP_SERVER_PATCHLEVEL_NUMBER   31
+#define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 /* Synchronize the above with docs/manual/style/version.ent */