Commit 84d79120 authored by Simon Stridsberg's avatar Simon Stridsberg Committed by Simon Stridsberg

Prepare for 7.3.0

parent f247a979
...@@ -96,7 +96,7 @@ filewrite -a ${tmpdir}/libvmod_wrong.so "\x03" ...@@ -96,7 +96,7 @@ filewrite -a ${tmpdir}/libvmod_wrong.so "\x03"
varnish v1 -errvcl {VMOD wants ABI version 1.0} { import wrong; } varnish v1 -errvcl {VMOD wants ABI version 1.0} { import wrong; }
############################################################# #############################################################
# NB: in the tests below "16" should track VRT_MAJOR_VERSION # NB: in the tests below "17" should track VRT_MAJOR_VERSION
filewrite ${tmpdir}/libvmod_wrong.so "VMOD_JSON_SPEC\x02" filewrite ${tmpdir}/libvmod_wrong.so "VMOD_JSON_SPEC\x02"
filewrite -a ${tmpdir}/libvmod_wrong.so { filewrite -a ${tmpdir}/libvmod_wrong.so {
...@@ -108,7 +108,7 @@ filewrite -a ${tmpdir}/libvmod_wrong.so { ...@@ -108,7 +108,7 @@ filewrite -a ${tmpdir}/libvmod_wrong.so {
"Vmod_vmod_wrong_Func", "Vmod_vmod_wrong_Func",
"0000000000000000000000000000000000000000000000000000000000000000", "0000000000000000000000000000000000000000000000000000000000000000",
"0000000000000000000000000000000000000000000000000000000000000000", "0000000000000000000000000000000000000000000000000000000000000000",
"16", "17",
"0" "0"
], [ ], [
"$FOOBAR" "$FOOBAR"
...@@ -128,7 +128,7 @@ filewrite -a ${tmpdir}/libvmod_wrong.so { ...@@ -128,7 +128,7 @@ filewrite -a ${tmpdir}/libvmod_wrong.so {
"Vmod_vmod_wrong_Func", "Vmod_vmod_wrong_Func",
"0000000000000000000000000000000000000000000000000000000000000000", "0000000000000000000000000000000000000000000000000000000000000000",
"0000000000000000000000000000000000000000000000000000000000000000", "0000000000000000000000000000000000000000000000000000000000000000",
"16", "17",
"0" "0"
] ]
] ]
...@@ -146,7 +146,7 @@ filewrite -a ${tmpdir}/libvmod_wrong.so { ...@@ -146,7 +146,7 @@ filewrite -a ${tmpdir}/libvmod_wrong.so {
"Vmod_vmod_wrong_Func", "Vmod_vmod_wrong_Func",
"0000000000000000000000000000000000000000000000000000000000000000", "0000000000000000000000000000000000000000000000000000000000000000",
"0000000000000000000000000000000000000000000000000000000000000000", "0000000000000000000000000000000000000000000000000000000000000000",
"16", "17",
"0" "0"
], [ ], [
"$CPROTO" "$CPROTO"
...@@ -168,7 +168,7 @@ filewrite -a ${tmpdir}/libvmod_wrong.so { ...@@ -168,7 +168,7 @@ filewrite -a ${tmpdir}/libvmod_wrong.so {
"Vmod_vmod_std_Func", "Vmod_vmod_std_Func",
"0000000000000000000000000000000000000000000000000000000000000000", "0000000000000000000000000000000000000000000000000000000000000000",
"0000000000000000000000000000000000000000000000000000000000000000", "0000000000000000000000000000000000000000000000000000000000000000",
"16", "17",
"0" "0"
], [ ], [
"$CPROTO", "/* blabla */" "$CPROTO", "/* blabla */"
......
AC_PREREQ(2.69) 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-2023 Varnish Software])
AC_REVISION([$Id$]) AC_REVISION([$Id$])
AC_INIT([Varnish], [trunk], [varnish-dev@varnish-cache.org]) AC_INIT([Varnish], [7.3.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 (2023-03-15) Varnish Cache 7.3.0 (2023-03-15)
=============================== ================================
* The macro ``WS_TASK_ALLOC_OBJ`` as been added to handle the common * The macro ``WS_TASK_ALLOC_OBJ`` as been added to handle the common
case of allocating mini objects on a workspace. case of allocating mini objects on a workspace.
......
...@@ -42,7 +42,7 @@ Longer listings like example command output and VCL look like this:: ...@@ -42,7 +42,7 @@ Longer listings like example command output and VCL look like this::
$ /opt/varnish/sbin/varnishd -V $ /opt/varnish/sbin/varnishd -V
varnishd (varnish-trunk revision 1234567) varnishd (varnish-trunk revision 1234567)
Copyright (c) 2006 Verdens Gang AS Copyright (c) 2006 Verdens Gang AS
Copyright (c) 2006-2022 Varnish Software Copyright (c) 2006-2023 Varnish Software
.. For maintainers: .. For maintainers:
......
**Note: This is a working document for a future release, with running .. _whatsnew_changes_7.3:
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.3**
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%
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.3`.
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
......
.. ..
Copyright (c) 2013-2022 Varnish Software AS Copyright (c) 2013-2023 Varnish Software AS
SPDX-License-Identifier: BSD-2-Clause SPDX-License-Identifier: BSD-2-Clause
See LICENSE file for full text of license See LICENSE file for full text of license
...@@ -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.3
------------------------- -----------
**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.3
upgrading-trunk upgrading-7.3
Varnish **7.2** Varnish **7.2**
--------------- ---------------
......
**Note: This is a working document for a future release, with running .. _whatsnew_upgrading_7.3:
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.3**
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%
Upgrading to Varnish **$NEXT_RELEASE**
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
**XXX: how to upgrade from previous deployments to this
version. Limited to work that has to be done for an upgrade, new
features are listed in "Changes". Explicitly mention what does *not*
have to be changed, especially in VCL. May include, but is not limited
to:**
* Elements of VCL that have been removed or are deprecated, or whose
semantics have changed.
* -p parameters that have been removed or are deprecated, or whose
semantics have changed.
* Changes in the CLI.
* Changes in the output or interpretation of stats or the log, including
changes affecting varnishncsa/-hist/-top.
* Changes that may be necessary in VTCs or in the use of varnishtest.
* Changes in public APIs that may require changes in VMODs or VAPI/VUT
clients.
New VSL format New VSL format
============== ==============
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
# error "include vdef.h before vrt.h" # error "include vdef.h before vrt.h"
#endif #endif
#define VRT_MAJOR_VERSION 16U #define VRT_MAJOR_VERSION 17U
#define VRT_MINOR_VERSION 0U #define VRT_MINOR_VERSION 0U
...@@ -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 (2023-03-15) * 17.0 (2023-03-15)
* VXID is 64 bit * VXID is 64 bit
* [cache.h] http_GetRange() changed * [cache.h] http_GetRange() changed
* exp_close added to struct vrt_backend_probe * exp_close added to struct vrt_backend_probe
......
...@@ -76,7 +76,7 @@ VCS_String(const char *which) ...@@ -76,7 +76,7 @@ VCS_String(const char *which)
")" ")"
"\n" "\n"
"Copyright (c) 2006 Verdens Gang AS\n" "Copyright (c) 2006 Verdens Gang AS\n"
"Copyright (c) 2006-2022 Varnish Software\n" "Copyright (c) 2006-2023 Varnish Software\n"
); );
default: default:
WRONG("Wrong argument to VCS_String"); WRONG("Wrong argument to VCS_String");
......
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