[7.2] 619d92a71 Last-minute release docs polishing

Nils Goroll nils.goroll at uplex.de
Thu Sep 15 10:51:03 UTC 2022


commit 619d92a71797c1a30545126bd40fe88783dedd50
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Thu Sep 15 12:13:33 2022 +0200

    Last-minute release docs polishing
    
    I think that the other late additions to changes.rst do not qualify
    for the release docs.
    
    Thank you to Dridi and phk for preparing most of the docs and thank
    you to Martin for the opportunity for some last minute additions.

diff --git a/doc/sphinx/whats-new/changes-trunk.rst b/doc/sphinx/whats-new/changes-trunk.rst
index 9772d1e34..dd3113f43 100644
--- a/doc/sphinx/whats-new/changes-trunk.rst
+++ b/doc/sphinx/whats-new/changes-trunk.rst
@@ -75,6 +75,9 @@ which defaults to the host name. A ``req.http.via`` header is generated
 also before entering ``vcl_recv``. If a client request or backend response
 already had a Via header, it is now appended to instead of overwritten.
 
+A ``resp.http.via`` header is no longer overwritten by varnish, but
+rather appended to.
+
 The ``server.identity`` variable is guaranteed to be a single token as
 defined in the HTTP grammar, to safely be used as either a host name or
 pseudonym in Via headers.
diff --git a/doc/sphinx/whats-new/upgrading-trunk.rst b/doc/sphinx/whats-new/upgrading-trunk.rst
index 1f46dd179..d5f8566c2 100644
--- a/doc/sphinx/whats-new/upgrading-trunk.rst
+++ b/doc/sphinx/whats-new/upgrading-trunk.rst
@@ -62,6 +62,9 @@ The Via header is generated with the ``server.identity`` variable for
 the ``received-by`` field. See `rfc9110_` for a description of the Via
 header.
 
+A ``resp.http.via`` header is no longer overwritten by varnish, but
+rather appended to.
+
 .. _rfc9110: https://www.rfc-editor.org/rfc/rfc9110#name-via
 
 VMODs


More information about the varnish-commit mailing list