[master] 99d036f Prepare for 5.0.0 final.
Lasse Karstensen
lkarsten at varnish-software.com
Thu Sep 15 11:24:12 CEST 2016
commit 99d036fe0b49c7487edb7dfd0da10fc2eef30505
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date: Thu Sep 15 11:16:08 2016 +0200
Prepare for 5.0.0 final.
diff --git a/configure.ac b/configure.ac
index 086acf1..4d101cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ(2.59)
AC_COPYRIGHT([Copyright (c) 2006 Verdens Gang AS
Copyright (c) 2006-2016 Varnish Software])
AC_REVISION([$Id$])
-AC_INIT([Varnish], [5.0.0-beta1], [varnish-dev at varnish-cache.org])
+AC_INIT([Varnish], [5.0.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 57a36fc..d07a404 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -1,3 +1,36 @@
+================================
+Varnish Cache 5.0.0 (2016-09-15)
+================================
+
+* Documentation updates, especially the what's new and upgrade sections.
+
+* Via: header made by Varnish now says 5.0.
+
+* VMOD VRT ABI level increased.
+
+* [vcl] obj.(ttl|age|grace|keep) is now readable in vcl_deliver.
+
+* Latest devicedetect.vcl imported from upstream.
+
+* New system wide VCL directory: ``/usr/share/vcl/``
+
+* std.integer() can now convert from REAL.
+
+Issues fixed:
+
+* 2086_ - Ignore H2 upgrades if the feature is not enabled.
+* 2054_ - Introduce new macros for out-of-tree VMODs
+* 2022_ - varnishstat -1 -f field inclusion glob doesn't allow VBE backend fields
+* 2008_ - Panic: Assert error in VBE_Delete()
+* 1800_ - PRIV_TASK in vcl_init/fini
+
+.. _2086: https://www.varnish-cache.org/trac/ticket/2086
+.. _2054: https://www.varnish-cache.org/trac/ticket/2054
+.. _2022: https://www.varnish-cache.org/trac/ticket/2022
+.. _2008: https://www.varnish-cache.org/trac/ticket/2008
+.. _1800: https://www.varnish-cache.org/trac/ticket/1800
+
+
======================================
Varnish Cache 5.0.0-beta1 (2016-09-09)
======================================
More information about the varnish-commit
mailing list