[master] fad3f583e changes: Mention #4197

Walid Boudebouda walid.boudebouda at gmail.com
Thu Mar 13 15:16:06 UTC 2025


commit fad3f583ee973d27a40a6c5c66c2bfc108486580
Author: Walid Boudebouda <walid.boudebouda at gmail.com>
Date:   Thu Mar 13 15:20:37 2025 +0100

    changes: Mention #4197

diff --git a/doc/changes.rst b/doc/changes.rst
index 8d105980c..5ab7a0ff3 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -254,6 +254,8 @@ Varnish-Cache 7.7 (2025-03-15)
 * The acceptor code has been refactored for basic support of pluggable
   acceptors.
 
+* The CLI command ``backend.list -j`` now outputs IPs/port information.
+
 .. _4170: https://github.com/varnishcache/varnish-cache/issues/4170
 
 * ``return (fail(...))`` can now take strings returned from a vmod. (`4170`_)
diff --git a/doc/sphinx/whats-new/changes-7.7.rst b/doc/sphinx/whats-new/changes-7.7.rst
index 7bda4530d..6b7ad5666 100644
--- a/doc/sphinx/whats-new/changes-7.7.rst
+++ b/doc/sphinx/whats-new/changes-7.7.rst
@@ -96,6 +96,11 @@ authority and port numbers are automatically removed.
 
 ``return (fail(...))`` can now take strings returned from a vmod.
 
+varnishadm
+==========
+
+* The CLI command ``backend.list -j`` now outputs IPs/port information.
+
 Generic Logging (VSL)
 =====================
 
diff --git a/doc/sphinx/whats-new/upgrading-7.7.rst b/doc/sphinx/whats-new/upgrading-7.7.rst
index af1228e75..a6838cea0 100644
--- a/doc/sphinx/whats-new/upgrading-7.7.rst
+++ b/doc/sphinx/whats-new/upgrading-7.7.rst
@@ -21,6 +21,8 @@ summarize the changes:
 
 * ``varnishncsa`` now outputs headers as they are received and sent.
 
+* The CLI command ``backend.list -j`` now outputs IPs/port information.
+
 Upgrade notes for VMOD developers
 =================================
 


More information about the varnish-commit mailing list