[master] 725c9d56d Start NEXT sections in vrt.h and changes.rst

Nils Goroll nils.goroll at uplex.de
Fri May 24 07:18:07 UTC 2024


commit 725c9d56d42f23306b993663563821cd07b09fdf
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Fri May 24 09:16:37 2024 +0200

    Start NEXT sections in vrt.h and changes.rst
    
    to anchor patches

diff --git a/doc/changes.rst b/doc/changes.rst
index aeda844ff..e41815083 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 0f1df8984..a7ed22bab 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


More information about the varnish-commit mailing list