From: Christophe Jaillet Date: Fri, 6 Jun 2025 20:21:30 +0000 (+0000) Subject: Add a change entry to give credits to the author. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=052328156d8be6a30b0de1f343a4469c9049b6c8;p=thirdparty%2Fapache%2Fhttpd.git Add a change entry to give credits to the author. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1926189 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/changes-entries/SessionDBDCookieName.txt b/changes-entries/SessionDBDCookieName.txt new file mode 100644 index 0000000000..76c0aa110a --- /dev/null +++ b/changes-entries/SessionDBDCookieName.txt @@ -0,0 +1,3 @@ + *) mod_session_dbd: ensure format used with SessionDBDCookieName and + SessionDBDCookieName2 are correct. + Github #503 [Thomas Meyer ]