From: Daniel Ruggeri Date: Thu, 18 Oct 2018 14:33:43 +0000 (+0000) Subject: Post 2.4.37 tag updates X-Git-Tag: 2.4.38~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5f15079359cb8aa36beab8daf351697ff89a2b2;p=thirdparty%2Fapache%2Fhttpd.git Post 2.4.37 tag updates git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1844248 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 12985c692b0..519ee2a1c50 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,6 @@ -*- coding: utf-8 -*- +Changes with Apache 2.4.38 + Changes with Apache 2.4.37 *) mod_ssl: Fix HTTP/2 failures when using OpenSSL 1.1.1. [Rainer Jung] diff --git a/STATUS b/STATUS index 9f1c1ffb9ed..56be19025f7 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.37 : In development + 2.4.38 : In development + 2.4.37 : Tagged on October 18, 2018 2.4.36 : Tagged on October 10, 2018. Not released. 2.4.35 : Tagged on September 17, 2018. Released on September 22, 2018. 2.4.34 : Tagged on July 10, 2018. Released on July 16, 2018. diff --git a/docs/manual/style/version.ent b/docs/manual/style/version.ent index cc6c3921bda..271ca2a564d 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 8280fe56132..6e856de7be8 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 37 -#define AP_SERVER_DEVBUILD_BOOLEAN 0 +#define AP_SERVER_PATCHLEVEL_NUMBER 38 +#define AP_SERVER_DEVBUILD_BOOLEAN 1 /* Synchronize the above with docs/manual/style/version.ent */