[master] ee2006e6e changes: Be more specific about changes introduced in #4257

Walid Boudebouda walid.boudebouda at gmail.com
Thu Mar 13 15:16:05 UTC 2025


commit ee2006e6ec8b535be4b5c5518f817ebc5cbc3dab
Author: Walid Boudebouda <walid.boudebouda at gmail.com>
Date:   Thu Mar 13 14:41:35 2025 +0100

    changes: Be more specific about changes introduced in #4257

diff --git a/doc/changes.rst b/doc/changes.rst
index 292f8b456..170299f0a 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -104,7 +104,9 @@ Varnish-Cache 7.7 (2025-03-15)
   The output format of ``varnishadm param.show`` has been adjusted accordingly.
 
 * Behavior of the VCL ``include`` statement with the ``+glob`` option has been
-  clarified to not search directories in ``vcl_path``.
+  clarified to not search directories in ``vcl_path``. Using ``+glob`` includes
+  with a relative path that does not start with "./" will now result in a VCL
+  compile failure.
 
 * The ``linux`` jail gained control of transparent huge pages (THP) settings:
   The ``transparent_hugepage`` suboption can be set to ``ignore`` to do nothing,
diff --git a/doc/sphinx/whats-new/changes-7.7.rst b/doc/sphinx/whats-new/changes-7.7.rst
index 9c1281902..4284214f0 100644
--- a/doc/sphinx/whats-new/changes-7.7.rst
+++ b/doc/sphinx/whats-new/changes-7.7.rst
@@ -86,7 +86,9 @@ Other changes to VCL
 ~~~~~~~~~~~~~~~~~~~~
 
 Behavior of the VCL ``include`` statement with the ``+glob`` option has been
-clarified to not search directories in ``vcl_path``.
+clarified to not search directories in ``vcl_path``. Using ``+glob`` includes
+with a relative path that does not start with "./" will now result in a VCL
+compile failure.
 
 Validation of the ``PROXY2`` ``PP2_TYPE_AUTHORITY`` TLV sent with ``.via``
 backends has been corrected: IP addresses are no longer accepted as an


More information about the varnish-commit mailing list