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
The following commit(s) were added to refs/heads/master by this push: new 9dbc43e Document changes 9dbc43e is described below commit 9dbc43e01a5f0f15c6be0a01b3220e0e904e5b46 Author: Thomas Vandahl <t...@apache.org> AuthorDate: Mon Mar 29 21:53:25 2021 +0200 Document changes --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 6f76abc..289f249 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -20,6 +20,9 @@ </properties> <body> <release version="3.1" date="20YY-MM-DD"> + <action dev="tv" type="fix"> + Fix UDP service discovery with LateralCache + </action> <action dev="tv" type="update"> Use NIO for UDP service discovery, works with IPv6 now </action>