[4.0] 0dc1549 Preparing for 4.0.3-rc3.

Lasse Karstensen lkarsten at varnish-software.com
Wed Feb 11 14:42:36 CET 2015


commit 0dc1549b34c45c8560cdd0f3c1151e7c473b1bfb
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Wed Feb 11 14:38:48 2015 +0100

    Preparing for 4.0.3-rc3.

diff --git a/configure.ac b/configure.ac
index ae333f2..78c6651 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-2015 Varnish Software AS])
 AC_REVISION([$Id$])
-AC_INIT([Varnish], [4.0.3-rc2], [varnish-dev at varnish-cache.org])
+AC_INIT([Varnish], [4.0.3-rc3], [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 669e3b7..9833b46 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -1,4 +1,22 @@
 ================================================
+Changes from 4.0.3-rc2 to 4.0.3-rc3 (2015-02-11)
+================================================
+
+- Superseded objects are now expired immediately.
+
+Bugs fixed
+----------
+
+- 1539_ - Avoid panic when expiry thread modifies a candidate object.
+- 1637_ - Fail the fetch processing if the vep callback failed.
+- 1672_ - Do not panic on unsolicited 304 response to non-200 bereq.
+
+.. _1539: https://www.varnish-cache.org/trac/ticket/1539
+.. _1637: https://www.varnish-cache.org/trac/ticket/1637
+.. _1672: https://www.varnish-cache.org/trac/ticket/1672
+
+
+================================================
 Changes from 4.0.3-rc1 to 4.0.3-rc2 (2015-01-28)
 ================================================
 
diff --git a/redhat/varnish.spec b/redhat/varnish.spec
index 3491bf0..fc811d9 100644
--- a/redhat/varnish.spec
+++ b/redhat/varnish.spec
@@ -1,4 +1,4 @@
-%define v_rc rc2
+%define v_rc rc3
 %define vd_rc %{?v_rc:-%{?v_rc}}
 %define    _use_internal_dependency_generator 0
 %define __find_provides %{_builddir}/varnish-%{version}%{?v_rc:-%{?v_rc}}/redhat/find-provides



More information about the varnish-commit mailing list