Skip to content

Commit 9a30f4f

Browse files
committed
Release v0.6.2
1 parent 3403a44 commit 9a30f4f

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 0.6.2
2+
3+
* `MsgHdr` and `MsgHdrMut` are marked as transparent meaning both have the same
4+
layout as `msghdr` on Unix and `WSAMSG` on Windows
5+
(https://github.com/rust-lang/socket2/pull/635).
6+
* Don't set `SO_NOSIGPIPE` when accepting sockets, this is inherited from the
7+
parent socket (https://github.com/rust-lang/socket2/pull/632).
8+
* Fixes `Socket::tcp_notsent_lowat` by using the correct argument type
9+
(https://github.com/rust-lang/socket2/pull/622).
10+
111
# 0.6.1
212

313
## Added

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.6.1"
3+
version = "0.6.2"
44
authors = [
55
"Alex Crichton <alex@alexcrichton.com>",
66
"Thomas de Zeeuw <thomasdezeeuw@gmail.com>"

0 commit comments

Comments
 (0)