From e2fd232c16be962a3b68b5bd93357d51397299e8 Mon Sep 17 00:00:00 2001 From: Daniel Ruggeri Date: Fri, 9 Aug 2019 13:36:23 +0000 Subject: [PATCH] Post 2.4.41 tag updates git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1864802 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 2 ++ STATUS | 3 ++- docs/manual/style/version.ent | 2 +- include/ap_release.h | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 0d05f185d93..de685457990 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,6 @@ -*- coding: utf-8 -*- +Changes with Apache 2.4.42 + Changes with Apache 2.4.41 *) mod_proxy_balancer: Improve balancer-manager protection against diff --git a/STATUS b/STATUS index 725ace6de83..0e687e4bfe1 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.41 : In development + 2.4.42 : In development + 2.4.41 : Tagged on August 09, 2019 2.4.40 : Tagged on August 02, 2019 2.4.39 : Tagged on March 27, 2019. Released on April 01, 2019. 2.4.38 : Tagged on January 17, 2019. Released on January 22, 2019. diff --git a/docs/manual/style/version.ent b/docs/manual/style/version.ent index ccb8e25bec2..1cb38ca03c1 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 2bbfea7758d..45657f6d5ee 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 41 -#define AP_SERVER_DEVBUILD_BOOLEAN 0 +#define AP_SERVER_PATCHLEVEL_NUMBER 42 +#define AP_SERVER_DEVBUILD_BOOLEAN 1 /* Synchronize the above with docs/manual/style/version.ent */ -- 2.47.3