This is an automated email from the ASF dual-hosted git repository. tv pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jcs.git
commit f66db9f25b2d8cba78f1c5e412584f9f84f89bcf Author: Thomas Vandahl <[email protected]> AuthorDate: Tue Mar 30 20:42:53 2021 +0200 Document changes --- src/changes/changes.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 289f249..227bc60 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -20,6 +20,15 @@ </properties> <body> <release version="3.1" date="20YY-MM-DD"> + <action dev="tv" type="update"> + Autodetect lateral service address on the interface used for multicast - + depending on the multicast protocol: + IPv6 link-local address for IPv6 multicast, + IPv4 site-local address for IPv4 multicast + </action> + <action dev="tv" type="fix"> + Use configured listener address for UDP service broadcast + </action> <action dev="tv" type="fix"> Fix UDP service discovery with LateralCache </action>
