[master] 4354e5e Prepare for the 4.0.1 release.

Lasse Karstensen lkarsten at varnish-software.com
Tue Jun 24 11:22:22 CEST 2014


commit 4354e5e04a6af43394bbbdb32dc2654ca4887de8
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Tue Jun 24 11:16:20 2014 +0200

    Prepare for the 4.0.1 release.

diff --git a/configure.ac b/configure.ac
index eed48bc..118f743 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.1-rc1], [varnish-dev at varnish-cache.org])
+AC_INIT([Varnish], [4.0.1], [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 c5e1425..d66e7a0 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -1,10 +1,13 @@
 
-============================================
-Changes from 4.0.0 to 4.0.1-rc1 (2014-06-20)
-============================================
+========================================
+Changes from 4.0.0 to 4.0.1 (2014-06-24)
+========================================
 
 New since 4.0.0:
 
+- New functions in vmod_std: real2time, time2integer, time2real, real.
+- Chunked requests are now supported. (pass)
+- Add std.querysort() that sorts GET query arguments. (from libvmod-boltsort)
 - Varnish will no longer reply with "200 Not Modified".
 - Backend IMS is now only attempted when last status was 200.
 - Packaging now uses find-provides instead of find-requires. [redhat]
@@ -27,6 +30,9 @@ New since 4.0.0:
 Bugs fixed
 ----------
 
+* 1269_ - Use correct byte counters in varnishncsa when piping a request.
+* 1524_ - Chunked requests should be pipe-able.
+* 1530_ - Expire old object on successful IMS fetch.
 * 1475_ - time-to-first-byte in varnishncsa was potentially dishonest.
 * 1480_ - Porting guide for 4.0 is incomplete.
 * 1482_ - Inherit group memberships of -u specified user.
@@ -53,6 +59,9 @@ Bugs fixed
 * 1519_ - Round-robin director does not support weight. [docs]
 
 
+.. _1269: https://www.varnish-cache.org/trac/ticket/1269
+.. _1524: https://www.varnish-cache.org/trac/ticket/1524
+.. _1530: https://www.varnish-cache.org/trac/ticket/1530
 .. _1475: https://www.varnish-cache.org/trac/ticket/1475
 .. _1480: https://www.varnish-cache.org/trac/ticket/1480
 .. _1482: https://www.varnish-cache.org/trac/ticket/1482
diff --git a/redhat/varnish.spec b/redhat/varnish.spec
index 338aa96..b541d91 100644
--- a/redhat/varnish.spec
+++ b/redhat/varnish.spec
@@ -1,4 +1,4 @@
-%define v_rc rc1
+%define XXXv_rc rc1
 %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
@@ -14,7 +14,7 @@ URL: http://www.varnish-cache.org/
 Source0: %{name}-%{version}%{?vd_rc}.tar.gz
 #Source0: %{name}-trunk.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-# To build from git, start with a make dist, see redhat/README.redhat 
+# To build from git, start with a make dist, see redhat/README.redhat
 # You will need at least automake autoconf libtool
 #BuildRequires: automake autoconf libtool
 BuildRequires: ncurses-devel groff pcre-devel pkgconfig libedit-devel jemalloc-devel



More information about the varnish-commit mailing list