[master] 240ef2c66 Start NEXT sections in vrt.h and changes.rst
Nils Goroll
nils.goroll at uplex.de
Tue Sep 17 08:05:06 UTC 2024
commit 240ef2c66b2f06bd743ef982b50f5ca2419f7624
Author: Nils Goroll <nils.goroll at uplex.de>
Date: Tue Sep 17 10:04:24 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 1fb332bfc..360cb180a 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.6.0 (2024-09-13)
-================================
+===============================
+Varnish Cache NEXT (2025-03-15)
+===============================
.. PLEASE keep this roughly in commit order as shown by git-log / tig
(new to old)
+================================
+Varnish Cache 7.6.0 (2024-09-13)
+================================
+
* The Varnish Delivery Processor (VDP) filter API has been generalized to also
accommodate future use for backend request bodies:
diff --git a/include/vrt.h b/include/vrt.h
index edd21e3ed..144a7e2ed 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-03-15)
* 20.0 (2024-09-13)
* struct vrt_backend.backend_wait_timeout added
* struct vrt_backend.backend_wait_limit added
More information about the varnish-commit
mailing list