]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Post 2.4.47 tag updates
authorChristophe Jaillet <jailletc36@apache.org>
Thu, 22 Apr 2021 06:43:50 +0000 (06:43 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Thu, 22 Apr 2021 06:43:50 +0000 (06:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889092 13f79535-47bb-0310-9956-ffa450edef68

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

diff --git a/CHANGES b/CHANGES
index ad214daff97cce84d744bf818e8f5250601feb3e..a800f83ddd4cf141d89ee0d3315acccd27e200cf 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,6 @@
                                                          -*- coding: utf-8 -*-
+Changes with Apache 2.4.48
+
 Changes with Apache 2.4.47
 
   *) mod_dav_fs: Improve logging output when failing to open files for
diff --git a/STATUS b/STATUS
index 017cb8e4c7a81fc35b420c3baec5ad5cea809ed1..863fe1d46f78f3a9f602ecf5a544420527b2848b 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.47  : In development
+    2.4.48  : In development
+    2.4.47  : Tagged on avril 22, 2021
     2.4.46  : Tagged on August 01, 2020. Released on August 07, 2020.
     2.4.45  : Tagged on July 29, 2020. Not released.
     2.4.44  : Tagged on July 28, 2020. Not released.
index 56d69df46bc1f93a50a14c596bb4c7e023b28db1..e5099476e63d99efadd25db249da33246e852050 100644 (file)
@@ -19,6 +19,6 @@
 
 <!ENTITY httpd.major "2">
 <!ENTITY httpd.minor "4">
-<!ENTITY httpd.patch "47">
+<!ENTITY httpd.patch "48">
 
 <!ENTITY httpd.docs "2.4">
index 345e3e7e62350a653aacee02624cd17855d33daa..d202864d321e660cee9c2b4158bc317954ab5292 100644 (file)
@@ -43,8 +43,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 4
-#define AP_SERVER_PATCHLEVEL_NUMBER   47
-#define AP_SERVER_DEVBUILD_BOOLEAN    0
+#define AP_SERVER_PATCHLEVEL_NUMBER   48
+#define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 /* Synchronize the above with docs/manual/style/version.ent */