]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
And we are on to 2.2.28
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 13 Mar 2014 18:42:58 +0000 (18:42 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 13 Mar 2014 18:42:58 +0000 (18:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1577279 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS
include/ap_release.h

diff --git a/CHANGES b/CHANGES
index dee8788eb3aef6871400c8e090f0de014f53e565..0853c8d5373964c8560135513e2fc97ed05cc238 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,8 @@
                                                          -*- coding: utf-8 -*-
+Changes with Apache 2.2.28
+
+
+
 Changes with Apache 2.2.27
 
   *) SECURITY: CVE-2014-0098 (cve.mitre.org)
diff --git a/STATUS b/STATUS
index 5a4f87f3ce5be6f09b551909ee7975e2a2866901..97f0717ad2389121b7aeec8f1f36ca2eb6da6d3d 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.28  : In maintenance.
     2.2.27  : Tagged March 13, 2014
     2.2.26  : Released November 18, 2013
     2.2.25  : Released July 9, 2013
index a33c28dc19ce44da1b38a3f2c1c017739177eedd..1267b1aefcb6c22a801012ad3dd67ef23658a99f 100644 (file)
@@ -43,8 +43,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 2
-#define AP_SERVER_PATCHLEVEL_NUMBER   27
-#define AP_SERVER_DEVBUILD_BOOLEAN    0
+#define AP_SERVER_PATCHLEVEL_NUMBER   28
+#define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 /* Synchronize the above with docs/manual/style/version.ent */