Commit 75d4c1de authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Prepare for 7.2.0

parent cc1c4fd7
...@@ -2,7 +2,7 @@ AC_PREREQ(2.69) ...@@ -2,7 +2,7 @@ AC_PREREQ(2.69)
AC_COPYRIGHT([Copyright (c) 2006 Verdens Gang AS AC_COPYRIGHT([Copyright (c) 2006 Verdens Gang AS
Copyright (c) 2006-2022 Varnish Software]) Copyright (c) 2006-2022 Varnish Software])
AC_REVISION([$Id$]) AC_REVISION([$Id$])
AC_INIT([Varnish], [trunk], [varnish-dev@varnish-cache.org]) AC_INIT([Varnish], [7.2.0], [varnish-dev@varnish-cache.org])
AC_CONFIG_SRCDIR(include/miniobj.h) AC_CONFIG_SRCDIR(include/miniobj.h)
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
......
...@@ -31,9 +31,9 @@ http://varnish-cache.org/docs/trunk/whats-new/index.html and via ...@@ -31,9 +31,9 @@ http://varnish-cache.org/docs/trunk/whats-new/index.html and via
individual releases. These documents are updated as part of the individual releases. These documents are updated as part of the
release process. release process.
=============================== ================================
Varnish Cache NEXT (2022-09-15) Varnish Cache 7.2.0 (2022-09-15)
=============================== ================================
* Functions ``VRT_AddVDP()``, ``VRT_AddVFP()``, ``VRT_RemoveVDP()`` and * Functions ``VRT_AddVDP()``, ``VRT_AddVFP()``, ``VRT_RemoveVDP()`` and
``VRT_RemoveVFP()`` are deprecated. ``VRT_RemoveVFP()`` are deprecated.
......
**Note: This is a working document for a future release, with running .. _whatsnew_changes_7.2:
updates for changes in the development branch. For changes in the
released versions of Varnish, see:** :ref:`whats-new-index`
.. _whatsnew_changes_CURRENT: %%%%%%%%%%%%%%%%%%%%%%%%%%
Changes in Varnish **7.2**
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%
Changes in Varnish **$NEXT_RELEASE**
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
For information about updating your current Varnish deployment to the For information about updating your current Varnish deployment to the
new version, see :ref:`whatsnew_upgrading_CURRENT`. new version, see :ref:`whatsnew_upgrading_7.2`.
A more detailed and technical account of changes in Varnish, with A more detailed and technical account of changes in Varnish, with
links to issues that have been fixed and pull requests that have been links to issues that have been fixed and pull requests that have been
......
...@@ -13,18 +13,14 @@ This section describes the changes and improvements between different ...@@ -13,18 +13,14 @@ This section describes the changes and improvements between different
versions of Varnish, and what upgrading between the different versions versions of Varnish, and what upgrading between the different versions
entail. entail.
Varnish **$NEXT_RELEASE** Varnish **7.2**
------------------------- ---------------
**Note: These are working documents for a future release, with running
updates for changes in the development branch. For changes in the
released versions of Varnish, see the chapters listed below.**
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
changes-trunk changes-7.2
upgrading-trunk upgrading-7.2
Varnish **7.1** Varnish **7.1**
--------------- ---------------
......
**Note: This is a working document for a future release, with running .. _whatsnew_upgrading_7.2:
updates for changes in the development branch. For changes in the
released versions of Varnish, see:** :ref:`whats-new-index`
.. _whatsnew_upgrading_CURRENT: %%%%%%%%%%%%%%%%%%%%%%%%%%%%
Upgrading to Varnish **7.2**
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%
Upgrading to Varnish **$NEXT_RELEASE**
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
varnishd varnishd
======== ========
......
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
* Whenever something is deleted or changed in a way which is not * Whenever something is deleted or changed in a way which is not
* binary/load-time compatible, increment MAJOR version * binary/load-time compatible, increment MAJOR version
* *
* NEXT (2022-09-15) * 16.0 (2022-09-15)
* VMOD C-prototypes moved into JSON * VMOD C-prototypes moved into JSON
* VRT_AddVDP() deprecated * VRT_AddVDP() deprecated
* VRT_AddVFP() deprecated * VRT_AddVFP() deprecated
......
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