]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Post 2.4.42 tag updates
authorDaniel Ruggeri <druggeri@apache.org>
Thu, 19 Mar 2020 14:42:05 +0000 (14:42 +0000)
committerDaniel Ruggeri <druggeri@apache.org>
Thu, 19 Mar 2020 14:42:05 +0000 (14:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1875427 13f79535-47bb-0310-9956-ffa450edef68

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

diff --git a/CHANGES b/CHANGES
index acb99f73d00230b1dc390ace0a361bcad01904da..51e85d42e164e06623661420d131a3a8d5dbc028 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,6 @@
                                                          -*- coding: utf-8 -*-
+Changes with Apache 2.4.43
+
 Changes with Apache 2.4.42
 
   *) mod_proxy_http: Fix the forwarding of requests with content body when a
diff --git a/STATUS b/STATUS
index 9110c44fd469d8bb75160bd8a0f22d6f806e87d7..b04fd35394e97c5e112d9ec254f28c9efc60190d 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.42  : In development
+    2.4.43  : In development
+    2.4.42  : Tagged on March 19, 2020
     2.4.41  : Tagged on August 09, 2019. Released on August 14, 2019.
     2.4.40  : Tagged on August 02, 2019. Not released.
     2.4.39  : Tagged on March 27, 2019. Released on April 01, 2019.
index 1cb38ca03c12784fd12fb7c9350a92b340449a6a..9e5b5a93927cbe6fc33a7c5337e37dcd7513fa10 100644 (file)
@@ -19,6 +19,6 @@
 
 <!ENTITY httpd.major "2">
 <!ENTITY httpd.minor "4">
-<!ENTITY httpd.patch "42">
+<!ENTITY httpd.patch "43">
 
 <!ENTITY httpd.docs "2.4">
index e7524e07862c71457f0022c16784527cc64aef08..955252a38280cee9181e7860c91500ae5c606fa6 100644 (file)
@@ -43,8 +43,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 4
-#define AP_SERVER_PATCHLEVEL_NUMBER   42
-#define AP_SERVER_DEVBUILD_BOOLEAN    0
+#define AP_SERVER_PATCHLEVEL_NUMBER   43
+#define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 /* Synchronize the above with docs/manual/style/version.ent */