[4.1] b06007c Add changelog entries for changes since 4.1.3-beta1.

Lasse Karstensen lkarsten at varnish-software.com
Mon Jun 27 14:19:07 CEST 2016


commit b06007cb4f8927725053713bc5f597372ec7c447
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Mon Jun 27 14:18:35 2016 +0200

    Add changelog entries for changes since 4.1.3-beta1.

diff --git a/configure.ac b/configure.ac
index 9d84d9c..736180f 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], [4.1.3-beta1], [varnish-dev at varnish-cache.org])
+AC_INIT([Varnish], [4.1.3-beta2], [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 676f3fd..5fcf634 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -1,4 +1,23 @@
 ======================================
+Varnish Cache 4.1.3-beta2 (unreleased)
+======================================
+
+Changes since 4.1.2-beta1:
+
+* New parameter `vsm_free_cooldown`. Specifies how long freed VSM
+  memory (shared log) will be kept around before actually being freed.
+
+Bugs fixed
+----------
+
+* 1986_ - Avoid abort when changing to a VCL name which is a path.
+* 1984_ - Make the counter vsm_cooling act according to spec
+
+.. _1986: https://github.com/varnishcache/varnish-cache/pull/1986
+.. _1984: https://github.com/varnishcache/varnish-cache/pull/1984
+
+
+======================================
 Varnish Cache 4.1.3-beta1 (2016-06-15)
 ======================================
 
@@ -12,7 +31,7 @@ Changes since 4.1.2:
 
 * On SmartOS, use ports instead of epoll by default.
 
-* Add support for TCP Fastopen where available. Disabled by default.
+* Add support for TCP Fast Open where available. Disabled by default.
 
 * [varnishtest] New syncronization primitive barriers added, improving
   coordination when test cases call external programs.



More information about the varnish-commit mailing list