Commit 2faf850a authored by Lasse Karstensen's avatar Lasse Karstensen

Prepare 3.0.7-rc1.

parent 3a99613f
Copyright (c) 2006 Verdens Gang AS Copyright (c) 2006 Verdens Gang AS
Copyright (c) 2006-2014 Varnish Software AS Copyright (c) 2006-2015 Varnish Software AS
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without
......
AC_PREREQ(2.59) AC_PREREQ(2.59)
AC_COPYRIGHT([Copyright (c) 2006 Verdens Gang AS AC_COPYRIGHT([Copyright (c) 2006 Verdens Gang AS
Copyright (c) 2006-2014 Varnish Software AS]) Copyright (c) 2006-2015 Varnish Software AS])
AC_REVISION([$Id$]) AC_REVISION([$Id$])
AC_INIT([Varnish], [3.0.6], [varnish-dev@varnish-cache.org]) AC_INIT([Varnish], [3.0.7-rc1], [varnish-dev@varnish-cache.org])
AC_CONFIG_SRCDIR(include/varnishapi.h) AC_CONFIG_SRCDIR(include/varnishapi.h)
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
......
============================================
Changes from 3.0.6 to 3.0.7-rc1 (2015-03-18)
============================================
- Requests with multiple Content-Length headers will now fail.
- Stop recognizing a single CR (\r) as a HTTP line separator.
This opened up a possible cache poisioning attack in stacked installations
where sslterminator/varnish/backend had different CR handling.
- Improved error detection on master-child process communication, leading to
faster recovery (child restart) if communication looses sync.
- Only emit passed Content_Length header when response mode is RES_LEN. Bug 1627_.
- More robust handling of hop-by-hop headers.
- [packaging] Coherent Redhat pidfile in init script. Bug 1690_.
- Avoid memory leak when adding bans.
.. _1627: http://varnish-cache.org/trac/ticket/1627
.. _1690: http://varnish-cache.org/trac/ticket/1690
=========================================== ===========================================
Changes from 3.0.6rc1 to 3.0.6 (2014-10-16) Changes from 3.0.6rc1 to 3.0.6 (2014-10-16)
=========================================== ===========================================
......
%define v_rc rc1
%define _use_internal_dependency_generator 0 %define _use_internal_dependency_generator 0
%define __find_provides %{_builddir}/varnish-%{version}%{?v_rc:-%{?v_rc}}/redhat/find-provides %define __find_provides %{_builddir}/varnish-%{version}%{?v_rc:-%{?v_rc}}/redhat/find-provides
Summary: High-performance HTTP accelerator Summary: High-performance HTTP accelerator
Name: varnish Name: varnish
Version: 3.0.6 Version: 3.0.7
Release: 1%{?dist} Release: 1%{?v_rc}%{?dist}
License: BSD License: BSD
Group: System Environment/Daemons Group: System Environment/Daemons
URL: https://www.varnish-cache.org/ URL: https://www.varnish-cache.org/
......
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