Commit 4354e5e0 authored by Lasse Karstensen's avatar Lasse Karstensen

Prepare for the 4.0.1 release.

parent 14da1840
......@@ -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@varnish-cache.org])
AC_INIT([Varnish], [4.0.1], [varnish-dev@varnish-cache.org])
AC_CONFIG_SRCDIR(include/miniobj.h)
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
......
============================================
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
......
%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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment