[master] 320e6356f changes: Mention #4139
Walid Boudebouda
walid.boudebouda at gmail.com
Thu Mar 13 15:16:06 UTC 2025
commit 320e6356f9f7d18e7db3c00fb31767866e2d96ac
Author: Walid Boudebouda <walid.boudebouda at gmail.com>
Date: Thu Mar 13 15:42:28 2025 +0100
changes: Mention #4139
diff --git a/doc/changes.rst b/doc/changes.rst
index e81abfa05..3eba22f84 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -254,6 +254,9 @@ Varnish-Cache 7.7 (2025-03-15)
* The acceptor code has been refactored for basic support of pluggable
acceptors.
+* The management process now logs the PID of the process from which it
+ received a signal.
+
* Two new VCL variables ``req.filters`` and ``bereq.filters`` can now be used to
pass request bodies through a list of VFPs and backend request bodies through a
list of VDPs respectively.
diff --git a/doc/sphinx/whats-new/changes-7.7.rst b/doc/sphinx/whats-new/changes-7.7.rst
index 603312293..19c308522 100644
--- a/doc/sphinx/whats-new/changes-7.7.rst
+++ b/doc/sphinx/whats-new/changes-7.7.rst
@@ -66,6 +66,9 @@ Other changes in varnishd
An issue has been fixed which could cause a crash when ``varnishd`` receives
an invalid ``Content-Range`` header from a backend.
+The management process now logs the PID of the process from which it
+received a signal.
+
Changes to VCL
==============
More information about the varnish-commit
mailing list