[4.1] 29779c9 Update changelog

PÃ¥l Hermunn Johansen hermunn at varnish-software.com
Fri Apr 7 13:58:06 CEST 2017


commit 29779c9ce5569181ed1325a1e1f7b7a6402da212
Author: Pål Hermunn Johansen <hermunn at varnish-software.com>
Date:   Fri Apr 7 12:45:40 2017 +0200

    Update changelog

diff --git a/doc/changes.rst b/doc/changes.rst
index 9c91baf..5422367 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -4,6 +4,29 @@ Varnish Cache 4.1.6-beta1 (unreleased)
 
 * Introduce a vxid left hand side for VSL queries. This allows
   matching on records matching a known vxid.
+* Environment variables are now available in the stdandard VMOD;
+  std.getenv()
+* Add setenv command to varnishtest
+
+
+Bugs fixed
+----------
+* 2200_ - Dramatically simplify VEV, fix assert in vev.c
+* 2216_ - Make sure Age is always less than max-age
+* 2233_ - Correct check when parsing the query string
+* 2241_ - VSL fails to get hold of SHM
+* 2270_ - Newly loaded auto VCLs don't get their go_cold timer set
+* 2273_ - Master cooling problem
+* 2295_ - Spinning loop in VBE_Poll causes master to kill child on
+  CLI timeout
+
+.. _2200: https://github.com/varnishcache/varnish-cache/issues/2200
+.. _2216: https://github.com/varnishcache/varnish-cache/pull/2216
+.. _2233: https://github.com/varnishcache/varnish-cache/issues/2233
+.. _2241: https://github.com/varnishcache/varnish-cache/issues/2241
+.. _2270: https://github.com/varnishcache/varnish-cache/issues/2270
+.. _2273: https://github.com/varnishcache/varnish-cache/pull/2273
+.. _2295: https://github.com/varnishcache/varnish-cache/issues/2295
 
 ================================
 Varnish Cache 4.1.5 (2017-02-09)



More information about the varnish-commit mailing list