[master] 71d4d7566 Prepare for 8.0.0
Walid Boudebouda
walid.boudebouda at gmail.com
Mon Sep 15 13:22:05 UTC 2025
commit 71d4d75665f4d1949f7eeca28092a12df7037f3a
Author: Walid Boudebouda <walid.boudebouda at gmail.com>
Date: Mon Sep 15 12:17:22 2025 +0200
Prepare for 8.0.0
diff --git a/bin/varnishtest/tests/m00003.vtc b/bin/varnishtest/tests/m00003.vtc
index 0ace9b61d..5b1dbe7e2 100644
--- a/bin/varnishtest/tests/m00003.vtc
+++ b/bin/varnishtest/tests/m00003.vtc
@@ -111,7 +111,7 @@ filewrite -a ${tmpdir}/libvmod_wrong.so {
"Vmod_vmod_wrong_Func",
"0000000000000000000000000000000000000000000000000000000000000000",
"0000000000000000000000000000000000000000000000000000000000000000",
- "21",
+ "22",
"0"
], [
"$FOOBAR"
@@ -131,7 +131,7 @@ filewrite -a ${tmpdir}/libvmod_wrong.so {
"Vmod_vmod_wrong_Func",
"0000000000000000000000000000000000000000000000000000000000000000",
"0000000000000000000000000000000000000000000000000000000000000000",
- "21",
+ "22",
"0"
]
]
@@ -149,7 +149,7 @@ filewrite -a ${tmpdir}/libvmod_wrong.so {
"Vmod_vmod_wrong_Func",
"0000000000000000000000000000000000000000000000000000000000000000",
"0000000000000000000000000000000000000000000000000000000000000000",
- "21",
+ "22",
"0"
], [
"$CPROTO"
@@ -171,7 +171,7 @@ filewrite -a ${tmpdir}/libvmod_wrong.so {
"Vmod_vmod_std_Func",
"0000000000000000000000000000000000000000000000000000000000000000",
"0000000000000000000000000000000000000000000000000000000000000000",
- "21",
+ "22",
"0"
], [
"$CPROTO", "/* blabla */"
diff --git a/bin/varnishtest/tests/m00055.vtc b/bin/varnishtest/tests/m00055.vtc
index e41f61dde..1c884d9a8 100644
--- a/bin/varnishtest/tests/m00055.vtc
+++ b/bin/varnishtest/tests/m00055.vtc
@@ -21,7 +21,7 @@ filewrite -a ${tmpdir}/libvmod_wrong.so {
"Vmod_vmod_wrong_Func",
"0000000000000000000000000000000000000000000000000000000000000000",
"0000000000000000000000000000000000000000000000000000000000000000",
- "21",
+ "22",
"0"
],
[
diff --git a/configure.ac b/configure.ac
index 2483dfeac..b5f46b4be 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_COPYRIGHT([Copyright (c) 2006 Verdens Gang AS
Copyright (c) 2006-2025 Varnish Software
Copyright 2010-2025 UPLEX - Nils Goroll Systemoptimierung])
AC_REVISION([$Id$])
-AC_INIT([Varnish], [trunk], [varnish-dev at varnish-cache.org])
+AC_INIT([Varnish], [8.0.0], [varnish-dev at varnish-cache.org])
AC_CONFIG_SRCDIR(include/miniobj.h)
if ! test -f "${srcdir}/bin/varnishtest/vtest2/src/vtc_main.c" ; then
AC_MSG_ERROR([vtest2 seems to be missing, use "git clone --recursive" or "git submodule update --init"])
diff --git a/doc/changes.rst b/doc/changes.rst
index 479e75e26..70cb0cc58 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -34,9 +34,9 @@ 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 8.0 (2025-09-15)
-==============================
+================================
+Varnish-Cache 8.0.0 (2025-09-15)
+================================
.. PLEASE keep this roughly in commit order as shown by git-log / tig
(new to old)
diff --git a/doc/sphinx/index.rst b/doc/sphinx/index.rst
index 59678cebf..49a4b4807 100644
--- a/doc/sphinx/index.rst
+++ b/doc/sphinx/index.rst
@@ -40,7 +40,7 @@ Conventions used in this manual include:
Longer listings like example command output and VCL look like this::
$ /opt/varnish/sbin/varnishd -V
- varnishd (varnish-7.7.0 revision 1234567)
+ varnishd (varnish-8.0.0 revision 1234567)
Copyright (c) 2006 Verdens Gang AS
Copyright (c) 2006-2025 Varnish Software
diff --git a/include/vrt.h b/include/vrt.h
index c854b88f3..c21a5232f 100644
--- a/include/vrt.h
+++ b/include/vrt.h
@@ -46,7 +46,7 @@
# error "include vdef.h before vrt.h"
#endif
-#define VRT_MAJOR_VERSION 21U
+#define VRT_MAJOR_VERSION 22U
#define VRT_MINOR_VERSION 0U
@@ -57,7 +57,7 @@
* Whenever something is deleted or changed in a way which is not
* binary/load-time compatible, increment MAJOR version
*
- * XX.X (unreleased)
+ * 22.0 (2025-09-15)
* VRT_r_obj_stale_age() added
* VRT_r_obj_stale_can_esi() added
* VRT_r_obj_stale_grace() added
More information about the varnish-commit
mailing list