Skip to content

Commit c8146aa

Browse files
committed
Release v0.5.7
1 parent 8685db5 commit c8146aa

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
1+
# 0.5.7
2+
3+
* Added `Socket::(set_)passcred`
4+
(https://github.com/rust-lang/socket2/pull/506).
5+
* Added `RecvFlags::is_confirm` and `RecvFlags::is_dontroute`
6+
(https://github.com/rust-lang/socket2/pull/499).
7+
* Added `MsgHdrMut::control_len`
8+
(https://github.com/rust-lang/socket2/pull/505).
9+
110
# 0.5.6
211

312
* Added `Socket::(set_)multicast_all_v{4,6}`
413
(https://github.com/rust-lang/socket2/pull/485 and
5-
(https://github.com/rust-lang/socket2/pull/486).
14+
https://github.com/rust-lang/socket2/pull/486).
615
* Added support for GNU/Hurd
716
(https://github.com/rust-lang/socket2/pull/474).
817
* Fixes compilation on Haiku
918
(https://github.com/rust-lang/socket2/pull/479 and
10-
(https://github.com/rust-lang/socket2/pull/482).
19+
https://github.com/rust-lang/socket2/pull/482).
1120
* Fixes compilation on OpenHarmony
1221
(https://github.com/rust-lang/socket2/pull/491).
1322
* Update to window-sys v0.52

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "socket2"
3-
version = "0.5.6"
3+
version = "0.5.7"
44
authors = [
55
"Alex Crichton <[email protected]>",
66
"Thomas de Zeeuw <[email protected]>"

0 commit comments

Comments
 (0)