]> granicus.if.org Git - apache/commitdiff
Post 2.4.31 tag updates
authorDaniel Ruggeri <druggeri@apache.org>
Sat, 3 Mar 2018 15:53:13 +0000 (15:53 +0000)
committerDaniel Ruggeri <druggeri@apache.org>
Sat, 3 Mar 2018 15:53:13 +0000 (15:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1825777 13f79535-47bb-0310-9956-ffa450edef68

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

diff --git a/CHANGES b/CHANGES
index 99887ea3fd204ce52e1fc2bbb9bd7ec3f194d809..b0ab14e4ae4ed45c637f8db36f12f0b91c9adb0a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,6 @@
                                                          -*- coding: utf-8 -*-
+Changes with Apache 2.4.32
+
 Changes with Apache 2.4.31
 
   *) mod_proxy_fcgi: Add the support for mod_proxy's flushpackets and flushwait
diff --git a/STATUS b/STATUS
index 03392cb41552d90fa1f6df85299490295426fe18..ba58a7156f61c47877c8ddab1be56d6989dc09d5 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -29,7 +29,7 @@ Release history:
     [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
           while x.{even}.z versions are Stable/GA releases.]
 
-    2.4.31  : In development.
+    2.4.31  : Tagged on March 03, 2018
     2.4.30  : Tagged on February 19, 2018, not released.
     2.4.29  : Tagged on October 17, 2017. Released on October 23, 2017.
     2.4.28  : Tagged on September 25, 2017. Released on October 5, 2017.
index f935b004ceeaa439e0d87f9db3800df5128994c3..252f8728bcf96457dc9c0d2d6be9ee4e91fc8e90 100644 (file)
@@ -19,6 +19,6 @@
 
 <!ENTITY httpd.major "2">
 <!ENTITY httpd.minor "4">
-<!ENTITY httpd.patch "31">
+<!ENTITY httpd.patch "32">
 
 <!ENTITY httpd.docs "2.4">
index 53b9f3fc9a55dceeaa12102247aae1f8e2786ce1..54cdd75d467972cc5f816f63b9ffe2a001677b4e 100644 (file)
@@ -43,8 +43,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 4
-#define AP_SERVER_PATCHLEVEL_NUMBER   31
-#define AP_SERVER_DEVBUILD_BOOLEAN    0
+#define AP_SERVER_PATCHLEVEL_NUMBER   32
+#define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 /* Synchronize the above with docs/manual/style/version.ent */