From: Daniel Ruggeri Date: Tue, 28 Jul 2020 17:10:56 +0000 (+0000) Subject: Post 2.4.44 tag updates X-Git-Tag: 2.4.45~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c4a66d16aa62b8cc5f0445d4affc73960d59b12a;p=thirdparty%2Fapache%2Fhttpd.git Post 2.4.44 tag updates git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1880378 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index ecf6e2cbb69..6948d2ec571 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,6 @@ -*- coding: utf-8 -*- +Changes with Apache 2.4.45 + Changes with Apache 2.4.44 *) mod_proxy_uwsgi: Error out on HTTP header larger than 16K (hard diff --git a/STATUS b/STATUS index 49695ab6886..58d7ca79b69 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.44 : In development + 2.4.45 : In development + 2.4.44 : Tagged on July 28, 2020 2.4.43 : Tagged on March 26, 2020. Released on April 01, 2020. 2.4.42 : Tagged on March 19, 2020. Not released. 2.4.41 : Tagged on August 09, 2019. Released on August 14, 2019. diff --git a/docs/manual/style/version.ent b/docs/manual/style/version.ent index 009faf4cef3..cfda917ceb2 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 68f0836ced4..afdd9e4af14 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 44 -#define AP_SERVER_DEVBUILD_BOOLEAN 0 +#define AP_SERVER_PATCHLEVEL_NUMBER 45 +#define AP_SERVER_DEVBUILD_BOOLEAN 1 /* Synchronize the above with docs/manual/style/version.ent */