Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 0.6.2

* `MsgHdr` and `MsgHdrMut` are marked as transparent meaning both have the same
layout as `msghdr` on Unix and `WSAMSG` on Windows
(https://github.com/rust-lang/socket2/pull/635).
* Don't set `SO_NOSIGPIPE` when accepting sockets, this is inherited from the
parent socket (https://github.com/rust-lang/socket2/pull/632).
* Fixes `Socket::tcp_notsent_lowat` by using the correct argument type
(https://github.com/rust-lang/socket2/pull/622).

# 0.6.1

## Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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>"
Expand Down