From: Joe Orton Date: Fri, 10 Jul 2020 06:57:30 +0000 (+0000) Subject: The mod_watchdog change is not user-visible (AFAIK) so should not be in CHANGES. X-Git-Tag: 2.4.44~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3724d25b6e24db68c4e6b679191acac50fc8f296;p=thirdparty%2Fapache%2Fhttpd.git The mod_watchdog change is not user-visible (AFAIK) so should not be in CHANGES. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1879737 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 7b547a3ba99..31ad6741715 100644 --- a/CHANGES +++ b/CHANGES @@ -1,10 +1,6 @@ -*- coding: utf-8 -*- Changes with Apache 2.4.44 - *) mod_watchdog: Switch to simpler logic to avoid the thread cleanup running - before the thread has started, avoiding mutex operations with undefined - behaviour. [Joe Orton] - *) mod_http2: The module now handles master/secondary connections and has marked methods according to use. [Stefan Eissing]