[master] 37d2e8ba3 doc/changes.rst glitches/polish

Nils Goroll nils.goroll at uplex.de
Sun Sep 14 18:00:06 UTC 2025


commit 37d2e8ba352ec1bf64b7075b0dc88108760a16d7
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Sun Sep 14 19:58:07 2025 +0200

    doc/changes.rst glitches/polish

diff --git a/doc/changes.rst b/doc/changes.rst
index dcc38538a..0ea71b4a4 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -120,9 +120,9 @@ Varnish-Cache 8.0 (2025-09-15)
 
 .. _4369: https://github.com/varnishcache/varnish-cache/issues/4369
 
-* A bug as been fixed in the Access Control List (ACL) implementation where
-  folding could lead to negated entries being folded with positive ones.
-  (`4369`_)
+* A bug as been fixed in the Access Control List (ACL) implementation which
+  could get triggered with folding enabled (``+fold``) where negated entries
+  could erroneously get folded with positive ones. (`4369`_)
 
 * The default value for ``ban_any_variant`` is now ``0``. This means that
   during a lookup, only the matching variants of an object will be evaluated
@@ -133,8 +133,8 @@ Varnish-Cache 8.0 (2025-09-15)
   of bans over time. In such cases, it is recommended to set
   ``ban_any_variant`` to a higher value.
 
-* The VMOD function ``cookie.format_rfc1123()`` is now removed. It had been
-  renamed to ``cookie.format_date()``.
+* The already deprecated VMOD function ``cookie.format_rfc1123()`` is now
+  removed. It had been renamed to ``cookie.format_date()``.
 
 * The already deprecated functions ``VRT_{Add,Remove}_{VDP,VFP}`` have been
   removed from VRT.


More information about the varnish-commit mailing list