File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
23
# 0.4.0
2
24
3
25
## Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " socket2"
3
- version = " 0.4.0 "
3
+ version = " 0.4.1 "
4
4
authors = [
5
5
" Alex Crichton <[email protected] >" ,
6
6
" Thomas de Zeeuw <[email protected] >"
You can’t perform that action at this time.
0 commit comments