[master] 51ba68f Prepare for 5.1.0 final
PÃ¥l Hermunn Johansen
hermunn at varnish-software.com
Wed Mar 15 14:38:05 CET 2017
commit 51ba68f304a3c65140b6a506c7c6fd19aa245e71
Author: Pål Hermunn Johansen <hermunn at varnish-software.com>
Date: Wed Mar 15 14:05:41 2017 +0100
Prepare for 5.1.0 final
diff --git a/configure.ac b/configure.ac
index 5ea261e..9aa8b2f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
AC_PREREQ(2.59)
AC_COPYRIGHT([Copyright (c) 2006 Verdens Gang AS
-Copyright (c) 2006-2016 Varnish Software])
+Copyright (c) 2006-2017 Varnish Software])
AC_REVISION([$Id$])
-AC_INIT([Varnish], [trunk], [varnish-dev at varnish-cache.org])
+AC_INIT([Varnish], [5.1.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 bbc16d4..596072e 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -1,5 +1,5 @@
================================
-Varnish Cache 5.1.0 (unreleased)
+Varnish Cache 5.1.0 (2017-03-15)
================================
* Added varnishd command-line options -I, -x and -?, and tightened
diff --git a/include/vrt.h b/include/vrt.h
index bb56e00..d8e4b4e 100644
--- a/include/vrt.h
+++ b/include/vrt.h
@@ -39,7 +39,7 @@
* binary/load-time compatible, increment MAJOR version
*
*
- * 6.0 (unreleased):
+ * 6.0 (2017-03-15):
* VRT_hit_for_pass added
* VRT_ipcmp added
* VRT_Vmod_Init signature changed
More information about the varnish-commit
mailing list