We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3403a44 commit 9a30f4fCopy full SHA for 9a30f4f
2 files changed
CHANGELOG.md
@@ -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
11
# 0.6.1
12
13
## Added
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "socket2"
-version = "0.6.1"
+version = "0.6.2"
authors = [
"Alex Crichton <alex@alexcrichton.com>",
"Thomas de Zeeuw <thomasdezeeuw@gmail.com>"
0 commit comments