File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
10
# 0.5.6
2
11
3
12
* Added ` Socket::(set_)multicast_all_v{4,6} `
4
13
(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 ).
6
15
* Added support for GNU/Hurd
7
16
(https://github.com/rust-lang/socket2/pull/474 ).
8
17
* Fixes compilation on Haiku
9
18
(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 ).
11
20
* Fixes compilation on OpenHarmony
12
21
(https://github.com/rust-lang/socket2/pull/491 ).
13
22
* Update to window-sys v0.52
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " socket2"
3
- version = " 0.5.6 "
3
+ version = " 0.5.7 "
4
4
authors = [
5
5
" Alex Crichton <[email protected] >" ,
6
6
" Thomas de Zeeuw <[email protected] >"
You can’t perform that action at this time.
0 commit comments