]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
On to 2.2.24-dev
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 21 Aug 2012 18:19:09 +0000 (18:19 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 21 Aug 2012 18:19:09 +0000 (18:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1375705 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS
include/ap_release.h

diff --git a/CHANGES b/CHANGES
index d4117267507082a2cd5e8fca07e6e3f767feb0ba..0c97d60f003346cce70e70b2af0acc08c630858a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,8 @@
                                                          -*- coding: utf-8 -*-
+Changes with Apache 2.2.24
+
+
+
 Changes with Apache 2.2.23
 
   *) SECURITY: CVE-2012-0883 (cve.mitre.org)
diff --git a/STATUS b/STATUS
index 06d94d54ad704fdc9a1ee7d25df0e7f7e6cb752b..5906f8367d4f3f1401dcaa3dedd81f021d43d59d 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.24  : In maintenance
     2.2.23  : Tagged August 21, 2012
     2.2.22  : Released January 31, 2012.
     2.2.21  : Released September 13, 2011.
index 3328cf0e679bf81ad8bbeba47c3b389379dc95e1..f6f3c0d194797b3a9f94798ab99fe94e4b80797e 100644 (file)
@@ -45,8 +45,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 2
-#define AP_SERVER_PATCHLEVEL_NUMBER   23
-#define AP_SERVER_DEVBUILD_BOOLEAN    0
+#define AP_SERVER_PATCHLEVEL_NUMBER   24
+#define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 /* Synchronize the above with docs/manual/style/version.ent */