Commit b79e940e authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Prepare for 6.5.0

parent e6f934e1
...@@ -141,7 +141,7 @@ Resp_Setup_Deliver(struct req *req) ...@@ -141,7 +141,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.4)"); http_SetHeader(h, "Via: 1.1 varnish (Varnish/6.5)");
if (cache_param->http_gzip_support && if (cache_param->http_gzip_support &&
ObjCheckFlag(req->wrk, oc, OF_GZIPED) && ObjCheckFlag(req->wrk, oc, OF_GZIPED) &&
......
...@@ -2,7 +2,7 @@ AC_PREREQ(2.59) ...@@ -2,7 +2,7 @@ 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-2020 Varnish Software])
AC_REVISION([$Id$]) AC_REVISION([$Id$])
AC_INIT([Varnish], [trunk], [varnish-dev@varnish-cache.org]) AC_INIT([Varnish], [6.5.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])
......
...@@ -37,7 +37,7 @@ Longer listings like example command output and VCL look like this:: ...@@ -37,7 +37,7 @@ Longer listings like example command output and VCL look like this::
$ /opt/varnish/sbin/varnishd -V $ /opt/varnish/sbin/varnishd -V
varnishd (varnish-trunk revision 199de9b) varnishd (varnish-trunk revision 199de9b)
Copyright (c) 2006 Verdens Gang AS Copyright (c) 2006 Verdens Gang AS
Copyright (c) 2006-2020 Varnish Software AS Copyright (c) 2006-2020 Varnish Software
.. For maintainers: .. For maintainers:
......
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
* Whenever something is deleted or changed in a way which is not * Whenever something is deleted or changed in a way which is not
* binary/load-time compatible, increment MAJOR version * binary/load-time compatible, increment MAJOR version
* *
* NEXT (2020-09-15) * 12.0 (2020-09-15)
* Added VRT_DirectorResolve() * Added VRT_DirectorResolve()
* Added VCL_STRING VRT_BLOB_string(VRT_CTX, VCL_BLOB) * Added VCL_STRING VRT_BLOB_string(VRT_CTX, VCL_BLOB)
* [cache.h] WS_Reserve() removed * [cache.h] WS_Reserve() removed
......
...@@ -74,7 +74,7 @@ VCS_String(const char *which) ...@@ -74,7 +74,7 @@ VCS_String(const char *which)
")" ")"
"\n" "\n"
"Copyright (c) 2006 Verdens Gang AS\n" "Copyright (c) 2006 Verdens Gang AS\n"
"Copyright (c) 2006-2020 Varnish Software AS\n" "Copyright (c) 2006-2020 Varnish Software\n"
); );
default: default:
WRONG("Wrong argument to VCS_String"); WRONG("Wrong argument to VCS_String");
......
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