[master] 2acedeb Prepare 4.0.0 release

Lasse Karstensen lkarsten at varnish-software.com
Thu Apr 10 11:16:39 CEST 2014


commit 2acedeb7d9291a9dffae637abf5fb95d4f640201
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Thu Apr 10 11:02:32 2014 +0200

    Prepare 4.0.0 release

diff --git a/configure.ac b/configure.ac
index a910e59..4dfb222 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-2014 Varnish Software AS])
 AC_REVISION([$Id$])
-AC_INIT([Varnish], [4.0.0-beta1], [varnish-dev at varnish-cache.org])
+AC_INIT([Varnish], [4.0.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 28d64da..837266d 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -1,3 +1,28 @@
+==============================================
+Changes from 4.0.0 beta1 to 4.0.0 (2014-04-10)
+==============================================
+
+New since 4.0.0-beta1:
+
+- improved varnishstat documentation.
+- In VCL, req.backend_hint is available in vcl_hit
+- ncurses is now a dependency.
+
+
+Bugs fixed
+----------
+
+* 1469_ - Fix build error on PPC
+* 1468_ - Set ttl=0 on failed objects
+* 1462_ - Handle duplicate ReqURL in varnishncsa.
+* 1467_ - Fix missing clearing of oc->busyobj on HSH_Fail.
+
+
+.. _1469: https://www.varnish-cache.org/trac/ticket/1469
+.. _1468: https://www.varnish-cache.org/trac/ticket/1468
+.. _1462: https://www.varnish-cache.org/trac/ticket/1462
+.. _1467: https://www.varnish-cache.org/trac/ticket/1467
+
 
 =====================================
 Changes from 4.0.0 TP2 to 4.0.0 beta1
diff --git a/redhat/varnish.spec b/redhat/varnish.spec
index c1b5f8d..c1f02cf 100644
--- a/redhat/varnish.spec
+++ b/redhat/varnish.spec
@@ -5,7 +5,8 @@
 Summary: High-performance HTTP accelerator
 Name: varnish
 Version: 4.0.0
-Release: 0.20140328%{?v_rc}%{?dist}
+#Release: 0.20140328%{?v_rc}%{?dist}
+Release: 1%{?v_rc}%{?dist}
 License: BSD
 Group: System Environment/Daemons
 URL: http://www.varnish-cache.org/



More information about the varnish-commit mailing list