From: Eric Covener Date: Tue, 2 Jun 2026 17:10:16 +0000 (+0000) Subject: make update-changes X-Git-Tag: 2.4.68-rc1-candidate~29 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=d3f7a1f7ae91da91fb5a1f30eed8b62cfdd5ced4;p=thirdparty%2Fapache%2Fhttpd.git make update-changes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1934898 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 443e05f539..8fc2d62a8a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,45 @@ -*- coding: utf-8 -*- Changes with Apache 2.4.68 + *) mod_unixd: CoreDumpDirectory requires enabling tracing on FreeBSD 11+. + PR 65819. [David CARLIER ] + + *) mod_file_cache: Fix crashes for mmap'ed files under threaded + MPMs. PR 69901. barr.israel + + *) core: Add support for %{m}t in ErrorLogFormat to log milli-second + time resolution (in addition to existing %{u}t for micro-seconds). + [Luboš Uhliarik ] + + *) mod_unixd: Drop test that effective user ID is zero in + a chroot configuration. PR 69767. + [Bastien Roucaries ] + + *) mod_proxy_balancer: Include nonce in XML output. PR 63074. + Federico Mennite + + *) mod_http2: update to version 2.0.42 + Fix excessive file description use for non-TLS frontend connections when + sending files. Fixes + [Stefan Eissing] + + *) mod_http2: update to version 2.0.41 + Fix cookie header accounting against LimitRequestFields. + [Stefan Eissing] + + *) mod_http2: update to version 2.0.40 + Fix error handling on upload requests when server runs out of file + handles that left beam bucket callbacks in place, potentially using + no longer valid references. Only applies on platforms with pipes + and file descriptor limits not healthy for a network server. + [Stefan Eissing] + + *) mod_dav_fs: Return a 404 for DELETE if deletion fails because the + resource no longer exists. PR 60746. [Joe Orton] + + *) mod_proxy_hcheck: Fix healthcheck disabled due to child restart while + updating. [Yann Ylavic] + Changes with Apache 2.4.67 *) SECURITY: CVE-2026-34059: Apache HTTP Server: mod_proxy_ajp: diff --git a/changes-entries/CoreDumpDirectory-freebsd11.txt b/changes-entries/CoreDumpDirectory-freebsd11.txt deleted file mode 100644 index e200f0cc02..0000000000 --- a/changes-entries/CoreDumpDirectory-freebsd11.txt +++ /dev/null @@ -1,2 +0,0 @@ - *) mod_unixd: CoreDumpDirectory requires enabling tracing on FreeBSD 11+. - PR 65819. [David CARLIER ] diff --git a/changes-entries/h2_v2.0.40.txt b/changes-entries/h2_v2.0.40.txt deleted file mode 100644 index d8c7718da0..0000000000 --- a/changes-entries/h2_v2.0.40.txt +++ /dev/null @@ -1,6 +0,0 @@ - *) mod_http2: update to version 2.0.40 - Fix error handling on upload requests when server runs out of file - handles that left beam bucket callbacks in place, potentially using - no longer valid references. Only applies on platforms with pipes - and file descriptor limits not healthy for a network server. - [Stefan Eissing] diff --git a/changes-entries/h2_v2.0.41.txt b/changes-entries/h2_v2.0.41.txt deleted file mode 100644 index 4d7df59fed..0000000000 --- a/changes-entries/h2_v2.0.41.txt +++ /dev/null @@ -1,3 +0,0 @@ - *) mod_http2: update to version 2.0.41 - Fix cookie header accounting against LimitRequestFields. - [Stefan Eissing] diff --git a/changes-entries/h2_v2.0.42.txt b/changes-entries/h2_v2.0.42.txt deleted file mode 100644 index b58a606920..0000000000 --- a/changes-entries/h2_v2.0.42.txt +++ /dev/null @@ -1,4 +0,0 @@ - *) mod_http2: update to version 2.0.42 - Fix excessive file description use for non-TLS frontend connections when - sending files. Fixes - [Stefan Eissing] diff --git a/changes-entries/hcheck-restart.txt b/changes-entries/hcheck-restart.txt deleted file mode 100644 index afd1359fd0..0000000000 --- a/changes-entries/hcheck-restart.txt +++ /dev/null @@ -1,2 +0,0 @@ - *) mod_proxy_hcheck: Fix healthcheck disabled due to child restart while - updating. [Yann Ylavic] diff --git a/changes-entries/log-msec.txt b/changes-entries/log-msec.txt deleted file mode 100644 index dd4567e2c4..0000000000 --- a/changes-entries/log-msec.txt +++ /dev/null @@ -1,3 +0,0 @@ - *) core: Add support for %{m}t in ErrorLogFormat to log milli-second - time resolution (in addition to existing %{u}t for micro-seconds). - [Luboš Uhliarik ] diff --git a/changes-entries/pr60746.txt b/changes-entries/pr60746.txt deleted file mode 100644 index d8401fd73e..0000000000 --- a/changes-entries/pr60746.txt +++ /dev/null @@ -1,2 +0,0 @@ - *) mod_dav_fs: Return a 404 for DELETE if deletion fails because the - resource no longer exists. PR 60746. [Joe Orton] diff --git a/changes-entries/pr63074.txt b/changes-entries/pr63074.txt deleted file mode 100644 index c4ed22c5c1..0000000000 --- a/changes-entries/pr63074.txt +++ /dev/null @@ -1,2 +0,0 @@ - *) mod_proxy_balancer: Include nonce in XML output. PR 63074. - Federico Mennite diff --git a/changes-entries/pr69767.txt b/changes-entries/pr69767.txt deleted file mode 100644 index de02414769..0000000000 --- a/changes-entries/pr69767.txt +++ /dev/null @@ -1,3 +0,0 @@ - *) mod_unixd: Drop test that effective user ID is zero in - a chroot configuration. PR 69767. - [Bastien Roucaries ] diff --git a/changes-entries/pr69901.txt b/changes-entries/pr69901.txt deleted file mode 100644 index 4b80e5c972..0000000000 --- a/changes-entries/pr69901.txt +++ /dev/null @@ -1,3 +0,0 @@ - *) mod_file_cache: Fix crashes for mmap'ed files under threaded - MPMs. PR 69901. barr.israel -