Commit ef54768f authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Prepare for Varnish Cache 6.6.0

parent b90b293d
...@@ -165,7 +165,7 @@ Resp_Setup_Deliver(struct req *req) ...@@ -165,7 +165,7 @@ Resp_Setup_Deliver(struct req *req)
http_PrintfHeader(h, "Age: %.0f", http_PrintfHeader(h, "Age: %.0f",
floor(fmax(0., req->t_prev - oc->t_origin))); 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 && if (cache_param->http_gzip_support &&
ObjCheckFlag(req->wrk, oc, OF_GZIPED) && ObjCheckFlag(req->wrk, oc, OF_GZIPED) &&
......
AC_PREREQ(2.59) AC_PREREQ(2.59)
AC_COPYRIGHT([Copyright (c) 2006 Verdens Gang AS AC_COPYRIGHT([Copyright (c) 2006 Verdens Gang AS
Copyright (c) 2006-2020 Varnish Software]) Copyright (c) 2006-2021 Varnish Software])
AC_REVISION([$Id$]) AC_REVISION([$Id$])
AC_INIT([Varnish], [trunk], [varnish-dev@varnish-cache.org]) AC_INIT([Varnish], [6.6.0], [varnish-dev@varnish-cache.org])
AC_CONFIG_SRCDIR(include/miniobj.h) AC_CONFIG_SRCDIR(include/miniobj.h)
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
......
...@@ -32,7 +32,7 @@ individual releases. These documents are updated as part of the ...@@ -32,7 +32,7 @@ individual releases. These documents are updated as part of the
release process. 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 * Body bytes accounting has been fixed to always represent the number
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment