[master] 41059cf68 changes: Populate changelog for 7.6.1

Nils Goroll nils.goroll at uplex.de
Sat Nov 9 19:14:08 UTC 2024


commit 41059cf6815d0f366a5145fdb69d310e37e6d380
Author: Walid Boudebouda <walid.boudebouda at gmail.com>
Date:   Thu Nov 7 16:24:37 2024 +0100

    changes: Populate changelog for 7.6.1
    
    Minor formatting edits by committer
    
    Conflicts:
            doc/changes.rst

diff --git a/doc/changes.rst b/doc/changes.rst
index 5f920f8e6..e465cd0ed 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -41,9 +41,33 @@ Varnish Cache NEXT (2025-03-15)
 .. PLEASE keep this roughly in commit order as shown by git-log / tig
    (new to old)
 
-* The scope of VCL variables `req.is_hitmiss` and `req.is_hitpass` is now restricted
-  to `vcl_miss, vcl_deliver, vcl_pass, vcl_synth` and `vcl_pass, vcl_deliver, vcl_synth`
-  respectively.
+* The scope of VCL variables ``req.is_hitmiss`` and ``req.is_hitpass`` is now
+  restricted to ``vcl_miss, vcl_deliver, vcl_pass, vcl_synth`` and ``vcl_pass,
+  vcl_deliver, vcl_synth`` respectively.
+
+================================
+Varnish Cache 7.6.1 (2024-11-08)
+================================
+
+* Fixed a bug introduced in 7.6.0 that could trigger a panic when using dynamic
+  backends (4183_).
+
+* Resolved a race condition that caused Varnish to exceed the connection limit
+  set to a backend with the ``.max_connections`` attribute (4154_).
+
+* Fixed an assertion that was added in 7.6.0 and that could lead to a panic in
+  the waiter code under certain conditions (4204_).
+
+* Removed an assertion on the pid value of varnishd that could trigger a panic in
+  container environments.
+
+* Added attempt to raise RLIMIT_MEMLOCK to infinity on startup and improved logging
+  for VSM mlock() errors. (4193_)
+
+.. _4183: https://github.com/varnishcache/varnish-cache/issues/4183
+.. _4154: https://github.com/varnishcache/varnish-cache/pull/4154
+.. _4204: https://github.com/varnishcache/varnish-cache/issues/4204
+.. _4193: https://github.com/varnishcache/varnish-cache/issues/4193
 
 ================================
 Varnish Cache 7.6.0 (2024-09-13)


More information about the varnish-commit mailing list