[master] ef54768fc Prepare for Varnish Cache 6.6.0

Martin Blix Grydeland martin at varnish-software.com
Mon Mar 15 11:52:04 UTC 2021


commit ef54768fc10f5b19556c7cf9866efc88cfbda8ff
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Mon Mar 15 11:28:48 2021 +0100

    Prepare for Varnish Cache 6.6.0

diff --git a/bin/varnishd/cache/cache_req_fsm.c b/bin/varnishd/cache/cache_req_fsm.c
index 1dc349b99..24eac15dc 100644
--- a/bin/varnishd/cache/cache_req_fsm.c
+++ b/bin/varnishd/cache/cache_req_fsm.c
@@ -165,7 +165,7 @@ Resp_Setup_Deliver(struct req *req)
 	http_PrintfHeader(h, "Age: %.0f",
 	    floor(fmax(0., req->t_prev - oc->t_origin)));
 
-	http_SetHeader(h, "Via: 1.1 varnish (Varnish/6.5)");
+	http_SetHeader(h, "Via: 1.1 varnish (Varnish/6.6)");
 
 	if (cache_param->http_gzip_support &&
 	    ObjCheckFlag(req->wrk, oc, OF_GZIPED) &&
diff --git a/configure.ac b/configure.ac
index 0201b72ec..0b4c32d2d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
 AC_PREREQ(2.59)
 AC_COPYRIGHT([Copyright (c) 2006 Verdens Gang AS
-Copyright (c) 2006-2020 Varnish Software])
+Copyright (c) 2006-2021 Varnish Software])
 AC_REVISION([$Id$])
-AC_INIT([Varnish], [trunk], [varnish-dev at varnish-cache.org])
+AC_INIT([Varnish], [6.6.0], [varnish-dev at varnish-cache.org])
 AC_CONFIG_SRCDIR(include/miniobj.h)
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
diff --git a/doc/changes.rst b/doc/changes.rst
index 55b57f88b..b63db87c8 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -32,7 +32,7 @@ individual releases. These documents are updated as part of the
 release process.
 
 ================================
-Varnish Cache Next (2021-03-15)
+Varnish Cache 6.6.0 (2021-03-15)
 ================================
 
 * Body bytes accounting has been fixed to always represent the number


More information about the varnish-commit mailing list