From 725c9d56d42f23306b993663563821cd07b09fdf Mon Sep 17 00:00:00 2001 From: Nils Goroll Date: Fri, 24 May 2024 09:16:37 +0200 Subject: [PATCH] Start NEXT sections in vrt.h and changes.rst to anchor patches --- doc/changes.rst | 10 +++++++--- include/vrt.h | 1 + 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/changes.rst b/doc/changes.rst index aeda844ff03..e4181508381 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -34,13 +34,17 @@ http://varnish-cache.org/docs/trunk/whats-new/index.html and via individual releases. These documents are updated as part of the release process. -================================ -Varnish Cache 7.5.0 (2024-03-18) -================================ +=============================== +Varnish Cache NEXT (2024-09-15) +=============================== .. PLEASE keep this roughly in commit order as shown by git-log / tig (new to old) +================================ +Varnish Cache 7.5.0 (2024-03-18) +================================ + * Add ``h2_window_timeout`` paramater to mitigate CVE-2023-43622 (VSV00014_). * The parameters ``idle_send_timeout`` and ``timeout_idle`` are now diff --git a/include/vrt.h b/include/vrt.h index 0f1df8984b7..a7ed22babbb 100644 --- a/include/vrt.h +++ b/include/vrt.h @@ -57,6 +57,7 @@ * Whenever something is deleted or changed in a way which is not * binary/load-time compatible, increment MAJOR version * + * NEXT (2024-09-15) * 19.0 (2024-03-18) * [cache.h] (struct req).filter_list renamed to vdp_filter_list * order of vcl/vmod and director COLD events reversed to directors first