Skip to content

Commit d0ba3d3

Browse files
DarksonnThomasdezeeuw
authored andcommitted
Release v0.6.1
1 parent 3a8b7ed commit d0ba3d3

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# 0.6.1
2+
3+
## Added
4+
5+
* Added support for Windows Registered I/O (RIO)
6+
(https://github.com/rust-lang/socket2/pull/604).
7+
* Added support for `TCP_NOTSENT_LOWAT` on Linux via `Socket::(set_)tcp_notsent_lowat`
8+
(https://github.com/rust-lang/socket2/pull/611).
9+
* Added support for `SO_BUSY_POLL` on Linux via `Socket::set_busy_poll`
10+
(https://github.com/rust-lang/socket2/pull/607).
11+
* `SockFilter::new` is now a const function
12+
(https://github.com/rust-lang/socket2/pull/609).
13+
14+
## Changed
15+
16+
* Updated the windows-sys dependency to version 0.60
17+
(https://github.com/rust-lang/socket2/pull/605).
18+
119
# 0.6.0
220

321
## Breaking changes

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

0 commit comments

Comments
 (0)