From 39377d83de70b264118424908cb316c5345f4307 Mon Sep 17 00:00:00 2001 From: Thomas de Zeeuw Date: Wed, 27 May 2026 17:50:47 +0200 Subject: [PATCH] Release v0.6.4 --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08acdbc5..633bbc30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# 0.6.4 + +* Implement Send for `MsgHdr`(`Mut`) + (https://github.com/rust-lang/socket2/pull/650). +* Add support for horizonOS/n3ds + (https://github.com/rust-lang/socket2/pull/653). +* Switch QNX 8.0 and 7.1 to use `TCP_KEEPIDLE` instead of `TCP_KEEPALIVE` + (https://github.com/rust-lang/socket2/pull/654). +* Fixed an issue on Windows where for `Socket::only_v6` sometimes booleans are 1 + byte other times it's 4 bytes + (https://github.com/rust-lang/socket2/pull/655). + # 0.6.3 * Added support for wasm32-wasip2. diff --git a/Cargo.toml b/Cargo.toml index 37b6e90c..93c0b3ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "socket2" -version = "0.6.3" +version = "0.6.4" authors = [ "Alex Crichton ", "Thomas de Zeeuw "