[6.2] 3ed150689 Prepare for 6.2.2

Martin Blix Grydeland martin at varnish-software.com
Mon Oct 21 10:13:07 UTC 2019


commit 3ed1506895ecaddb91f658bee11742f0b0b982b5
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Tue Oct 1 11:22:35 2019 +0200

    Prepare for 6.2.2

diff --git a/configure.ac b/configure.ac
index e80c8f179..5586e5f04 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ(2.59)
 AC_COPYRIGHT([Copyright (c) 2006 Verdens Gang AS
 Copyright (c) 2006-2019 Varnish Software])
 AC_REVISION([$Id$])
-AC_INIT([Varnish], [6.2.1], [varnish-dev at varnish-cache.org])
+AC_INIT([Varnish], [6.2.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 3c0e400db..d421bed9b 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -24,6 +24,18 @@ 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 6.2.2 (2019-10-21)
+================================
+
+Bugs fixed
+----------
+
+* Fixed clearing of a state variable that could cause an information leak
+  (VSV00004_)
+
+.. _VSV00004: https://varnish-cache.org/security/VSV00004.html
+
 ================================
 Varnish Cache 6.2.1 (2019-09-03)
 ================================


More information about the varnish-commit mailing list