[master] f56d1bf34 Release docs: Mark changes introduced with 7.0.1
Nils Goroll
nils.goroll at uplex.de
Mon Mar 14 13:38:06 UTC 2022
commit f56d1bf34adbaed98497923e978ac0016ce22071
Author: Nils Goroll <nils.goroll at uplex.de>
Date: Mon Mar 14 13:49:28 2022 +0100
Release docs: Mark changes introduced with 7.0.1
diff --git a/doc/sphinx/whats-new/changes-trunk.rst b/doc/sphinx/whats-new/changes-trunk.rst
index ad885bb93..9f6f11b8f 100644
--- a/doc/sphinx/whats-new/changes-trunk.rst
+++ b/doc/sphinx/whats-new/changes-trunk.rst
@@ -97,7 +97,7 @@ Other changes to VCL
Where a regular expression literal is expected, it is now possible to have a
concatenation of constant strings. It can be useful when part of the
expression comes from an environment-specific include, or to break a long
-expression into multiple lines.
+expression into multiple lines. (introduced with 7.0.1)
Similarly to ``varnishd`` parameters, it is now possible to have deprecated
aliases of VCL variables. Although there are none so far, aliases will allow
@@ -153,7 +153,7 @@ environment (service manager, container orchestrator, etc) reacts to a
varnishtest
===========
-The ``SO_RCVTIMEO_WORKS`` feature check is gone.
+The ``SO_RCVTIMEO_WORKS`` feature check is gone. (introduced with 7.0.1)
The reporting of ``logexpect`` events was rearranged for readability.
@@ -165,10 +165,11 @@ on.
Changes for developers and VMOD authors
=======================================
-The ``SO_RCVTIMEO`` and ``SO_SNDTIMEO`` socket options are now required at
-build time since their absence would otherwise prevent some timeouts to take
-effect. We no longer check whether they effectively work, hence the removal of
-the ``SO_RCVTIMEO_WORKS`` feature check in ``varnishtest``.
+The ``SO_RCVTIMEO`` and ``SO_SNDTIMEO`` socket options are now
+required at build time since their absence would otherwise prevent
+some timeouts to take effect. We no longer check whether they
+effectively work, hence the removal of the ``SO_RCVTIMEO_WORKS``
+feature check in ``varnishtest``. (introduced with 7.0.1)
Varnish will use libunwind by default when available at configure time, the
``--without-unwind`` configure flag can prevent this and fall back to
More information about the varnish-commit
mailing list