Commit 525d371e authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Prepare for 6.0.7

parent cd5036ce
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-2019 Varnish Software]) Copyright (c) 2006-2020 Varnish Software])
AC_REVISION([$Id$]) AC_REVISION([$Id$])
AC_INIT([Varnish], [6.0.6], [varnish-dev@varnish-cache.org]) AC_INIT([Varnish], [6.0.7], [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])
......
...@@ -27,7 +27,7 @@ individual releases. These documents are updated as part of the ...@@ -27,7 +27,7 @@ individual releases. These documents are updated as part of the
release process. release process.
================================ ================================
Varnish Cache 6.0.7 (YYYY-MM-DD) Varnish Cache 6.0.7 (2020-11-06)
================================ ================================
* Add support for more HTTP response code reasons (3428_). * Add support for more HTTP response code reasons (3428_).
......
...@@ -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-2019 Varnish Software AS Copyright (c) 2006-2020 Varnish Software AS
.. For maintainers: .. For maintainers:
......
...@@ -44,5 +44,5 @@ VCS_Message(const char *progname) ...@@ -44,5 +44,5 @@ VCS_Message(const char *progname)
{ {
fprintf(stderr, "%s (%s)\n", progname, VCS_version); fprintf(stderr, "%s (%s)\n", progname, VCS_version);
fprintf(stderr, "Copyright (c) 2006 Verdens Gang AS\n"); fprintf(stderr, "Copyright (c) 2006 Verdens Gang AS\n");
fprintf(stderr, "Copyright (c) 2006-2019 Varnish Software AS\n"); fprintf(stderr, "Copyright (c) 2006-2020 Varnish Software AS\n");
} }
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