Skip to content

Commit 6493fc3

Browse files
committed
Update changelog
1 parent c3519cd commit 6493fc3

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/site/markdown/changelog.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,18 @@ artifact (`<type>pom</type>`); see [Add junixsocket to your project](dependency.
1010

1111
## Noteworthy changes
1212

13-
### _(2023-XX-XX)_ **junixsocket 2.7.0**
13+
### _(2023-08-04)_ **junixsocket 2.7.0**
1414

1515
**Users of junixsocket are strongly advised to upgrade to this version**
1616

17-
- New supported platform: Android (aarch64, arm-linux-androideabi, x86_64, i686)
17+
- New supported platform (out of the box): Android (aarch64, arm-linux-androideabi, x86_64, i686)
18+
- New platforms that can be used when building the native library from source: Haiku, IBM z/TPF
1819
- Add selftest GUI app for Android ("junixsocket-selftest-android")
1920
- Add ability to get native file descriptor number via FileDescriptorCast
2021
- Add AFSocketCapability for "large port numbers" (larger than 65535)
2122
- Add support to convert UnixDomainSocketAddress to AFUNIXSocketAddress (Java 16+)
2223
- Add support for AF_SYSTEM (macOS), which allows creating your own VPN via utun, for example.
24+
- Add initial support for SOCK_SEQPACKET/SOCK_RDM/SOCK_RAW
2325
- Fix potential data corruption when sending non-direct ByteBuffers larger than 8192 bytes
2426
- Fix potential data corruption when receiving non-direct ByteBuffers with non-zero position
2527
- Fix intermittent hangs when sending datagrams on macOS, BSD

0 commit comments

Comments
 (0)