From 71a134bce58a22fb17a7a14f00799196c0c71a60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Kohlschu=CC=88tter?= Date: Fri, 29 Sep 2023 00:35:20 +0200 Subject: [PATCH] Update changelog --- src/site/markdown/changelog.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/site/markdown/changelog.md b/src/site/markdown/changelog.md index 58ffc0b85..5711a924a 100644 --- a/src/site/markdown/changelog.md +++ b/src/site/markdown/changelog.md @@ -16,12 +16,11 @@ artifact (`pom`); see [Add junixsocket to your project](dependency. - Java 7 support is back! (junixsocket-common only, as it was before version 2.5.0) - Fix AFSocket shutdown to ignore InvalidSocketException upon setTimeout -- Fix a potential hang in selftest +- Fix two potential hangs in selftest - Fix loading of the native library when running under macOS Rosetta 2 - Fix a potential exception when trying to serialize an AFRMISocketFactory - Fix a potential race condition when working with native addresses - Fix a potential crash in TIPC code when compiling the native library against an old Linux SDK -- Fix a potential hang in selftest's FileDescriptorCastTest - Improve AFSocketServer, add new methods - Improve crossclang to support Xcode 15 - Enable RMI support for GraalVM native-image; selftest now passes without issues