From: Daniel Ruggeri Date: Thu, 19 Mar 2020 14:42:05 +0000 (+0000) Subject: Post 2.4.42 tag updates X-Git-Tag: 2.4.43~28 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e7c15b867170ae045513026fca9ae871240c39ef;p=thirdparty%2Fapache%2Fhttpd.git Post 2.4.42 tag updates git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1875427 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index acb99f73d00..51e85d42e16 100644 --- 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 9110c44fd46..b04fd35394e 100644 --- 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. diff --git a/docs/manual/style/version.ent b/docs/manual/style/version.ent index 1cb38ca03c1..9e5b5a93927 100644 --- a/docs/manual/style/version.ent +++ b/docs/manual/style/version.ent @@ -19,6 +19,6 @@ - + diff --git a/include/ap_release.h b/include/ap_release.h index e7524e07862..955252a3828 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -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 */