Commit b62b0114 authored by Lasse Karstensen's avatar Lasse Karstensen

Preparing for a 4.0.3-rc2.

Not tagging it yet.
parent afbe27c0
AC_PREREQ(2.59)
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_INIT([Varnish], [4.0.3-rc1], [varnish-dev@varnish-cache.org])
AC_INIT([Varnish], [4.0.3-rc2], [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.3-rc1 to 4.0.3-rc2 (2015-01-22)
================================================
Changes since 4.0.3-rc1:
- Assorted documentation updates.
Bugs fixed
----------
- 1479_ - Fix out-of-tree builds.
- 1616_ - Correct header file placement.
- 1620_ - Fail miss properly if out of backend threads. (Also 1621_)
- 1628_ - Avoid dereferencing null in VBO_DerefBusyObj().
- 1629_ - Ditch rest of waiting list on failure to reschedule.
- 1660_ - Don't attempt range delivery on a synth response
============================================
Changes from 4.0.2 to 4.0.3-rc1 (2015-01-15)
============================================
......
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