[master] 577dab5 Prepare for 5.0.0-beta1.

Lasse Karstensen lkarsten at varnish-software.com
Fri Sep 9 11:55:13 CEST 2016


commit 577dab5fb8b174b16448b4de1bd8708cb9b7cc89
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Fri Sep 9 10:42:06 2016 +0200

    Prepare for 5.0.0-beta1.

diff --git a/configure.ac b/configure.ac
index fbbb0b8..086acf1 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], [trunk], [varnish-dev at varnish-cache.org])
+AC_INIT([Varnish], [5.0.0-beta1], [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 057982f..41d92bc 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -1,16 +1,15 @@
-======
-Master
-======
-
-* varnishhist improvements:
-  * can now generate statistics of backend requests
-  * more predefined profiles
-  * time bend option: control the log processing speed
-  * y axis scale
-
-* varnishd no longer seeds the libc random number generator, but
-  rather its own. This can affect vmods using random() with varnishd
-  debug.srandom
+======================================
+Varnish Cache 5.0.0-beta1 (2016-09-09)
+======================================
+
+This is the first beta release of the upcoming 5.0 release.
+
+The list of changes are numerous and will not be expanded on in detail.
+
+Major items:
+* Experimental support for HTTP/2.
+* VCL labels, allowing for per-vhost VCL.
+
 
 ======================================
 Varnish Cache 4.1.3-beta1 (2016-06-15)



More information about the varnish-commit mailing list