[6.0] b486bf47d More changelog entries
Martin Blix Grydeland
martin at varnish-software.com
Wed Nov 24 10:08:09 UTC 2021
commit b486bf47d197153650d588246648be6be82222ae
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date: Wed Nov 24 11:05:11 2021 +0100
More changelog entries
diff --git a/doc/changes.rst b/doc/changes.rst
index cf9e6bb75..4416bfdc5 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -49,11 +49,23 @@ Varnish Cache 6.0.9 (unreleased)
* Add an option to `configure` to use `libunwind` for the stack backtrace
in the panic output. (3717_)
+* A bug in ``vmod_blob`` for base64 decoding with a ``length`` argument
+ and non-padding decoding has been fixed (3378_)
+
+* The socket option inheritance checks now correctly identifies situations
+ where UDS and TCP listening sockets behave differently, and are no
+ longer subject to the order the inheritance checks happens to be
+ executed (3732_).
+
+* IPv6 listen endpoint address strings are now printed using brackets.
+
.. _3617: https://github.com/varnishcache/varnish-cache/pull/3617
.. _3437: https://github.com/varnishcache/varnish-cache/issues/3437'
.. _3564: https://github.com/varnishcache/varnish-cache/issues/3564'
.. _3716: https://github.com/varnishcache/varnish-cache/pull/3716'
.. _3717: https://github.com/varnishcache/varnish-cache/pull/3717'
+.. _3378: https://github.com/varnishcache/varnish-cache/issues/3378'
+.. _3732: https://github.com/varnishcache/varnish-cache/pull/3732
================================
Varnish Cache 6.0.8 (2021-07-13)
More information about the varnish-commit
mailing list