Skip to content

Commit 877a789

Browse files
committed
Release v0.4.1
1 parent b65a640 commit 877a789

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# 0.4.1
2+
3+
## Added
4+
5+
* Add `SockAddr::new`
6+
* Support for `TCP_USER_TIMEOUT`.
7+
* Support for `IP_BOUND_IF`.
8+
* Support for `IP_TRANSPARENT`.
9+
* Enable `Socket::type` on all platforms.
10+
* Support for uclibc (for Haiku support).
11+
* Add DragonFly support for TCP keepalive (`KEEPINTVL`/`KEEPCNT`).
12+
* Documentation for proper use of `SockRef::from`, and the improper use.
13+
* Assertion in `SockRef::from` to ensure the raw socket valid.
14+
15+
## Fixed
16+
17+
* Compilation on Haiku.
18+
* Setting TCP keepalive on Haiku and OpenBSD (by not setting it as it's not
19+
supported).
20+
* Size check for abstract namespaces in `SockAddr::unix`.
21+
* Set noinherit on accepted sockets on Windows when opening sockets.
22+
123
# 0.4.0
224

325
## Added

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "socket2"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = [
55
"Alex Crichton <[email protected]>",
66
"Thomas de Zeeuw <[email protected]>"

0 commit comments

Comments
 (0)