[master] 673fe1c8d changes: Mention 0f935cc and 1970515
Walid Boudebouda
walid.boudebouda at gmail.com
Thu Mar 13 15:16:06 UTC 2025
commit 673fe1c8de085c22c7db09429a3341ef68052b2b
Author: Walid Boudebouda <walid.boudebouda at gmail.com>
Date: Thu Mar 13 16:01:45 2025 +0100
changes: Mention 0f935cc and 1970515
diff --git a/doc/changes.rst b/doc/changes.rst
index 5a0076b23..9f81776b9 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -129,6 +129,11 @@ Varnish-Cache 7.7 (2025-03-15)
backends has been corrected: IP addresses are no longer accepted as an
authority and port numbers are automatically removed. (`3963`_)
+* The varnishd parameters ``max_restarts`` and ``max_retries`` have been
+ made more consistent, which prevents a potential panic that could be
+ triggered when reducing the value of ``max_restarts`` under certain
+ conditions.
+
.. _3757: https://github.com/varnishcache/varnish-cache/issues/3757
* Handling of curses errors in the interactive mode of ``varnishstat``,
diff --git a/doc/sphinx/whats-new/changes-7.7.rst b/doc/sphinx/whats-new/changes-7.7.rst
index 4accd1213..526c0a25e 100644
--- a/doc/sphinx/whats-new/changes-7.7.rst
+++ b/doc/sphinx/whats-new/changes-7.7.rst
@@ -47,6 +47,11 @@ which can be considered a bugfix, depending on the exact interpretation of the
semantics of ban expressions with regards to variants. ``0`` will become the
new default in a future release of Varnish-Cache.
+The varnishd parameters ``max_restarts`` and ``max_retries`` have been
+made more consistent, which prevents a potential panic that could be
+triggered when reducing the value of ``max_restarts`` under certain
+conditions.
+
Jails
~~~~~
More information about the varnish-commit
mailing list