]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Sync CHANGES.
authorYann Ylavic <ylavic@apache.org>
Tue, 10 Jun 2025 11:01:25 +0000 (11:01 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 10 Jun 2025 11:01:25 +0000 (11:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1926326 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
changes-entries/SessionDBDCookieName.txt [deleted file]

diff --git a/CHANGES b/CHANGES
index 8fac45be5c56395aebb07ccef2ca6de0727a94b2..891aa5d90e625f5acc3a1bca42468ff064813e34 100644 (file)
--- 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 <thomas m3y3r.de>]
+
   *) 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 (file)
index 76c0aa1..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-  *) mod_session_dbd: ensure format used with SessionDBDCookieName and
-     SessionDBDCookieName2 are correct.
-     Github #503 [Thomas Meyer <thomas m3y3r.de>]