]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
The mod_watchdog change is not user-visible (AFAIK) so should not be in CHANGES.
authorJoe Orton <jorton@apache.org>
Fri, 10 Jul 2020 06:57:30 +0000 (06:57 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 10 Jul 2020 06:57:30 +0000 (06:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1879737 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 7b547a3ba99f9de025e199453ed762d6fa532880..31ad67417151a9f56630f9b5c2a91827d90ce47f 100644 (file)
--- 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]