This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-net.git
commit 45aa0ea9a8ae418506e6c81968081f3bee968cbf Author: Gary Gregory <[email protected]> AuthorDate: Sat Dec 13 15:37:31 2025 -0500 Merge entries --- src/changes/changes.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index ad6312ee..f8db3c65 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -64,8 +64,7 @@ The <action> type attribute can be add,update,fix,remove. <release version="3.13.0" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX --> <action type="fix" dev="ggregory" due-to="Henri Biestro, Gary Gregory">org.apache.commons.net.daytime.DaytimeTCPClientTest now should now pass inside most VPNs.</action> - <action type="fix" dev="ggregory" due-to="Jakub Kupczyk">Migrate tests to JUnit5 #358.</action> - <action type="fix" dev="ggregory" due-to="Jakub Kupczyk, Gary Gregory">Migrate tests to JUnit5 - final #359.</action> + <action type="fix" dev="ggregory" due-to="Jakub Kupczyk, Gary Gregory">Migrate tests to JUnit5 #358, #359.</action> <!-- ADD --> <action type="add" dev="ggregory" due-to="Gary Gregory">Add DatagramSocketClient.getDefaultTimeoutDuration() and deprecate getDefaultTimeout().</action> <!-- UPDATE -->
