[7.3] 68818d9cc Prepare for 7.3.2

Simon Stridsberg simon.stridsberg at varnish-software.com
Mon Mar 18 18:23:07 UTC 2024


commit 68818d9cc0e62df1b9c20daf7e8cb257c1869f0f
Author: Simon Stridsberg <simon.stridsberg at varnish-software.com>
Date:   Mon Mar 18 13:05:04 2024 +0100

    Prepare for 7.3.2

diff --git a/configure.ac b/configure.ac
index d86cd4652..a6d483d35 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
 AC_PREREQ(2.69)
 AC_COPYRIGHT([Copyright (c) 2006 Verdens Gang AS
-Copyright (c) 2006-2023 Varnish Software])
+Copyright (c) 2006-2024 Varnish Software])
 AC_REVISION([$Id$])
-AC_INIT([Varnish], [7.3.1], [varnish-dev at varnish-cache.org])
+AC_INIT([Varnish], [7.3.2], [varnish-dev at varnish-cache.org])
 AC_CONFIG_SRCDIR(include/miniobj.h)
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
diff --git a/doc/changes.rst b/doc/changes.rst
index d33618592..50d063d0d 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -31,6 +31,14 @@ 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.3.2 (2024-03-18)
+================================
+
+* Add ``h2_window_timeout`` paramater to mitigate CVE-2023-43622 (VSV00014_).
+
+.. _VSV00014: https://varnish-cache.org/security/VSV00014.html
+
 ================================
 Varnish Cache 7.3.1 (2023-11-13)
 ================================
diff --git a/doc/sphinx/index.rst b/doc/sphinx/index.rst
index 537c22209..706612917 100644
--- a/doc/sphinx/index.rst
+++ b/doc/sphinx/index.rst
@@ -42,7 +42,7 @@ Longer listings like example command output and VCL look like this::
     $ /opt/varnish/sbin/varnishd -V
     varnishd (varnish-trunk revision 1234567)
     Copyright (c) 2006 Verdens Gang AS
-    Copyright (c) 2006-2023 Varnish Software
+    Copyright (c) 2006-2024 Varnish Software
 
 
 .. For maintainers:
diff --git a/lib/libvarnish/version.c b/lib/libvarnish/version.c
index 02c6fb90b..8c88fd9f4 100644
--- a/lib/libvarnish/version.c
+++ b/lib/libvarnish/version.c
@@ -76,7 +76,7 @@ VCS_String(const char *which)
 		    ")"
 		    "\n"
 		    "Copyright (c) 2006 Verdens Gang AS\n"
-		    "Copyright (c) 2006-2023 Varnish Software\n"
+		    "Copyright (c) 2006-2024 Varnish Software\n"
 		);
 	default:
 		WRONG("Wrong argument to VCS_String");


More information about the varnish-commit mailing list