]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Post 2.4.48 tag updates
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 17 May 2021 21:10:19 +0000 (21:10 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 17 May 2021 21:10:19 +0000 (21:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889976 13f79535-47bb-0310-9956-ffa450edef68

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

diff --git a/CHANGES b/CHANGES
index ccdc021a613f19dbb71a507bef207d2815fe73a4..7256c1db2438075f11c6439f33e58bd03a76a3ca 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,6 @@
                                                          -*- coding: utf-8 -*-
+Changes with Apache 2.4.49
+
 Changes with Apache 2.4.48
 
   *) mod_proxy_wstunnel: Add ProxyWebsocketFallbackToProxyHttp to opt-out the
diff --git a/STATUS b/STATUS
index eb4fcbab8250ba27552c979c7599b5c8a205c89b..7d013f18273b84fb03d1da5dd0b46f67c9a9814b 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -29,7 +29,8 @@ Release history:
     [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
           while x.{even}.z versions are Stable/GA releases.]
 
-    2.4.48  : In development
+    2.4.49  : In development
+    2.4.48  : Tagged on mai 17, 2021
     2.4.47  : Tagged on April 22, 2021. Distributed on April 28, 2021,
               not announced.
     2.4.46  : Tagged on August 01, 2020. Released on August 07, 2020.
index e5099476e63d99efadd25db249da33246e852050..37341395f602719690f0adca6387fc77391ac2ad 100644 (file)
@@ -19,6 +19,6 @@
 
 <!ENTITY httpd.major "2">
 <!ENTITY httpd.minor "4">
-<!ENTITY httpd.patch "48">
+<!ENTITY httpd.patch "49">
 
 <!ENTITY httpd.docs "2.4">
index d08ca3bc36e637895fb99fb4641ac320821ed43a..f59c0a3b77f5d676ceeea184ae2da6e186632f4a 100644 (file)
@@ -43,8 +43,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 4
-#define AP_SERVER_PATCHLEVEL_NUMBER   48
-#define AP_SERVER_DEVBUILD_BOOLEAN    0
+#define AP_SERVER_PATCHLEVEL_NUMBER   49
+#define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 /* Synchronize the above with docs/manual/style/version.ent */