From: Yann Ylavic Date: Tue, 10 Jun 2025 11:01:25 +0000 (+0000) Subject: Sync CHANGES. X-Git-Tag: 2.4.64-rc1-candidate~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e657a3852976a41c61bac77abaf9261d3aa840d1;p=thirdparty%2Fapache%2Fhttpd.git Sync CHANGES. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1926326 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 8fac45be5c..891aa5d90e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,10 @@ -*- coding: utf-8 -*- Changes with Apache 2.4.64 + *) mod_session_dbd: ensure format used with SessionDBDCookieName and + SessionDBDCookieName2 are correct. + Github #503 [Thomas Meyer ] + *) mod_headers: 'RequestHeader set|edit|edit_r Content-Type X' could inadvertently modify the Content-Type _response_ header. Applies to Content-Type only and likely to only affect static file responses. diff --git a/changes-entries/SessionDBDCookieName.txt b/changes-entries/SessionDBDCookieName.txt deleted file mode 100644 index 76c0aa110a..0000000000 --- a/changes-entries/SessionDBDCookieName.txt +++ /dev/null @@ -1,3 +0,0 @@ - *) mod_session_dbd: ensure format used with SessionDBDCookieName and - SessionDBDCookieName2 are correct. - Github #503 [Thomas Meyer ]