diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b9f25fa..b90e67c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,22 @@ +# 0.5.7 + +* Added `Socket::(set_)passcred` + (https://github.com/rust-lang/socket2/pull/506). +* Added `RecvFlags::is_confirm` and `RecvFlags::is_dontroute` + (https://github.com/rust-lang/socket2/pull/499). +* Added `MsgHdrMut::control_len` + (https://github.com/rust-lang/socket2/pull/505). + # 0.5.6 * Added `Socket::(set_)multicast_all_v{4,6}` (https://github.com/rust-lang/socket2/pull/485 and - (https://github.com/rust-lang/socket2/pull/486). + https://github.com/rust-lang/socket2/pull/486). * Added support for GNU/Hurd (https://github.com/rust-lang/socket2/pull/474). * Fixes compilation on Haiku (https://github.com/rust-lang/socket2/pull/479 and - (https://github.com/rust-lang/socket2/pull/482). + https://github.com/rust-lang/socket2/pull/482). * Fixes compilation on OpenHarmony (https://github.com/rust-lang/socket2/pull/491). * Update to window-sys v0.52 diff --git a/Cargo.toml b/Cargo.toml index 96cc5f13..8ef85ebc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "socket2" -version = "0.5.6" +version = "0.5.7" authors = [ "Alex Crichton ", "Thomas de Zeeuw "