svn commit: r1934898 - in httpd/httpd/branches/2.4.x: . changes-entries
| Newsgroups | gmane.comp.apache.cvs |
|---|---|
| Message-ID | <178042021670.2047036.12320647659267108339@svn03-he-fi> |
Author: covener
Date: Tue Jun 2 17:10:16 2026
New Revision: 1934898
Log:
make update-changes
Deleted:
httpd/httpd/branches/2.4.x/changes-entries/CoreDumpDirectory-freebsd11.txt
httpd/httpd/branches/2.4.x/changes-entries/h2_v2.0.40.txt
httpd/httpd/branches/2.4.x/changes-entries/h2_v2.0.41.txt
httpd/httpd/branches/2.4.x/changes-entries/h2_v2.0.42.txt
httpd/httpd/branches/2.4.x/changes-entries/hcheck-restart.txt
httpd/httpd/branches/2.4.x/changes-entries/log-msec.txt
httpd/httpd/branches/2.4.x/changes-entries/pr60746.txt
httpd/httpd/branches/2.4.x/changes-entries/pr63074.txt
httpd/httpd/branches/2.4.x/changes-entries/pr69767.txt
httpd/httpd/branches/2.4.x/changes-entries/pr69901.txt
Modified:
httpd/httpd/branches/2.4.x/CHANGES
Modified: httpd/httpd/branches/2.4.x/CHANGES
==============================================================================
--- httpd/httpd/branches/2.4.x/CHANGES Tue Jun 2 16:40:41 2026 (r1934897)
+++ httpd/httpd/branches/2.4.x/CHANGES Tue Jun 2 17:10:16 2026 (r1934898)
@@ -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 <devnexen gmail.com>]
+
+ *) mod_file_cache: Fix crashes for mmap'ed files under threaded
+ MPMs. PR 69901. barr.israel <barr.israel campus.technion.ac.il>
+
+ *) 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 <luhliari redhat.com>]
+
+ *) mod_unixd: Drop test that effective user ID is zero in
+ a chroot configuration. PR 69767.
+ [Bastien Roucaries <rouca debian.org>]
+
+ *) mod_proxy_balancer: Include nonce in XML output. PR 63074.
+ Federico Mennite <federico.mennite lifeware.ch>
+
+ *) mod_http2: update to version 2.0.42
+ Fix excessive file description use for non-TLS frontend connections when
+ sending files. Fixes <https://github.com/icing/mod_h2/issues/325>
+ [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: