Skip to content

Commit

Permalink
Release v0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Apr 29, 2024
1 parent 8685db5 commit c8146aa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "socket2"
version = "0.5.6"
version = "0.5.7"
authors = [
"Alex Crichton <alex@alexcrichton.com>",
"Thomas de Zeeuw <thomasdezeeuw@gmail.com>"
Expand Down

0 comments on commit c8146aa

Please sign in to comment.