Skip to content

Commit 4112b5f

Browse files
committed
Release v0.4.3
1 parent 6d9f9b0 commit 4112b5f

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# 0.4.3
2+
3+
## Added
4+
5+
* `Socket::set_fib`: sets `SO_SETFIB` (https://github.com/rust-lang/socket2/pull/271).
6+
* `Socket::attach_filter`, `SO_ATTACH_FILTER` (https://github.com/rust-lang/socket2/commit/6601ed132b37d6e9d178b34918bfb0b236800232).
7+
* `Socket::detach_filter`, `SO_DETACH_FILTER` (https://github.com/rust-lang/socket2/commit/6601ed132b37d6e9d178b34918bfb0b236800232).
8+
* `Socket::{header_included, set_header_included}`: sets or gets `IP_HDRINCL`
9+
(https://github.com/rust-lang/socket2/commit/f9e882ee53c0b4e89c5043b6d709af95c9db5599).
10+
* `Socket::{cork, set_cork}`: sets or gets `TCP_CORK`
11+
(https://github.com/rust-lang/socket2/commit/50f31f18aac8fd6ef277df2906adeeed9fa391de).
12+
* `Socket::{quickack, set_quickack}`: sets or gets `TCP_QUICKACK`
13+
(https://github.com/rust-lang/socket2/commit/849eee2abc5d5170d2d3bc635386a2ba13b04530).
14+
* `Socket::{thin_linear_timeouts, set_thin_linear_timeouts}`: sets or gets
15+
`TCP_THIN_LINEAR_TIMEOUTS`
16+
(https://github.com/rust-lang/socket2/commit/24c231ca463a17f51e53e7a554c7915a95bdbcc7).
17+
* `Socket::{join_multicast_v4_n, leave_multicast_v4_n}`: extends the existing
18+
multicast API by allowing an index to be used (in addition to an address)
19+
(https://github.com/rust-lang/socket2/commit/750f83618b967c620bbfdf6ca04de7362bdb42b5).
20+
121
# 0.4.2
222

323
## 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.4.2"
3+
version = "0.4.3"
44
authors = [
55
"Alex Crichton <[email protected]>",
66
"Thomas de Zeeuw <[email protected]>"

0 commit comments

Comments
 (0)