[4.1] 8a2dfef Prepare for 4.1.2-beta2.

Lasse Karstensen lkarsten at varnish-software.com
Thu Feb 25 15:11:14 CET 2016


commit 8a2dfefef4ac14989666a5f42aa7e78e656fa59b
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Thu Feb 25 15:07:28 2016 +0100

    Prepare for 4.1.2-beta2.

diff --git a/configure.ac b/configure.ac
index 30f6a33..ab17b65 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 AS])
 AC_REVISION([$Id$])
-AC_INIT([Varnish], [4.1.2-beta1], [varnish-dev at varnish-cache.org])
+AC_INIT([Varnish], [4.1.2-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 7c8b511..54b877f 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -1,5 +1,24 @@
 
 ======================================
+Varnish Cache 4.1.2-beta2 (2016-02-25)
+======================================
+
+* [vmods] Passing VCL ACL to a vmod is now possible.
+
+* [vmods] VRT_MINOR_VERSION increase due to new function: VRT_acl_match()
+
+* Some test case stabilization fixes and minor documentation updates.
+
+* Improved handling of workspace exhaustion when fetching objects.
+
+Bugs fixed
+----------
+
+* 1858_ - Hit-for-pass objects are not IMS candidates
+
+.. _1858: https://www.varnish-cache.org/trac/ticket/1858
+
+======================================
 Varnish Cache 4.1.2-beta1 (2016-02-17)
 ======================================
 



More information about the varnish-commit mailing list