[4.0] cb275cc Add changes list for future 4.0.3.

Lasse Karstensen lkarsten at varnish-software.com
Thu Jan 15 16:35:41 CET 2015


commit cb275cc0944f7ada9a7ec3d07aa0927481da208d
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Fri Nov 14 15:00:36 2014 +0100

    Add changes list for future 4.0.3.

diff --git a/configure.ac b/configure.ac
index fe379b4..f6690a5 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.2], [varnish-dev at varnish-cache.org])
+AC_INIT([Varnish], [4.0.3-beta1], [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 c638014..ab1043b 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -1,3 +1,29 @@
+==============================================
+Changes from 4.0.2 to 4.0.3-beta1 (2014-11-14)
+==============================================
+
+
+Changes since 4.0.2:
+
+- A lot of minor documentation fixes.
+- bereq.uncacheable is now read-only.
+- obj.uncacheable is now readable in vcl_deliver.
+- [varnishadm] Prefer exact matches for backend.set_healthy. Bug 1349_.
+- Hard-coded -sfile default size is removed.
+- Truncate duplicate Content-
+- [packaging] EL6 packages are once again built with -O2.
+
+Bugs fixed
+----------
+
+* 1623_ - Fix varnishhist -d segfault.
+* 1607_ - Don't leak reqs on failure to revive from waitinglist.
+* 1610_ - Update forgotten varnishlog example to 4.0 syntax.
+* 1596_ - Delay HSH_Complete() until the storage sanity functions has finished.
+* 1506_ - Keep Content-Length from backend if we can.
+* 1602_ - Fix a cornercase related to empty pass objects.
+
+
 ============================================
 Changes from 4.0.2-rc1 to 4.0.2 (2014-10-08)
 ============================================



More information about the varnish-commit mailing list