[4.1] 860bb1d Nudge us along towards -beta1.

Lasse Karstensen lkarsten at varnish-software.com
Fri Sep 4 15:54:56 CEST 2015


commit 860bb1db934c445ba77df3dca9b16630c7efe7fb
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Fri Sep 4 15:47:37 2015 +0200

    Nudge us along towards -beta1.

diff --git a/configure.ac b/configure.ac
index 9981df1..1963a97 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.1.0-tp1], [varnish-dev at varnish-cache.org])
+AC_INIT([Varnish], [4.1.0-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 745d1bc..3f7950f 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -1,9 +1,26 @@
+======================================
+Varnish Cache 4.1.0-beta1 (unreleased)
+======================================
+
+- Redhat packaging files are now separate from the normal tree.
+
+- Client workspace overflow should now result in a 500 response
+  instead of panic.
+
+- [varnishstat] -w option has been retired.
+
+Bugs fixed
+----------
+
+- 1777_ - Disable speculative Range handling on streaming transactions.
+
+.. _1777: https://www.varnish-cache.org/trac/ticket/1777
+
+
 ====================================
-Varnish Cache 4.1.0-dev (unreleased)
+Varnish Cache 4.1.0-tp1 (2015-07-08)
 ====================================
 
-This is a placeholder entry for the upcoming 4.1.0 prereleases.
-
 Changes between 4.0 and 4.1 are numerous. Please read the upgrade
 section in the documentation for a general overview.
 



More information about the varnish-commit mailing list