1
1
# 0.5.6
2
2
3
- * Add ` Socket::(set_)multicast_all_v{4,6} `
3
+ * Added ` Socket::(set_)multicast_all_v{4,6} `
4
4
(https://github.com/rust-lang/socket2/pull/485 and
5
5
(https://github.com/rust-lang/socket2/pull/486 ).
6
- * Add support for GNU/Hurd
6
+ * Added support for GNU/Hurd
7
7
(https://github.com/rust-lang/socket2/pull/474 ).
8
- * Fix compilation on Haiku
8
+ * Fixes compilation on Haiku
9
9
(https://github.com/rust-lang/socket2/pull/479 and
10
10
(https://github.com/rust-lang/socket2/pull/482 ).
11
- * Fix compilation on OpenHarmony
11
+ * Fixes compilation on OpenHarmony
12
12
(https://github.com/rust-lang/socket2/pull/491 ).
13
13
* Update to window-sys v0.52
14
14
(https://github.com/rust-lang/socket2/pull/480 ).
15
15
16
16
# 0.5.5
17
17
18
- * Add support for Vita
18
+ * Added support for Vita
19
19
(https://github.com/rust-lang/socket2/pull/465 ).
20
20
21
21
# 0.5.4
35
35
(https://github.com/rust-lang/socket2/pull/442 ).
36
36
* Added ` Protocol::DIVERT ` on FreeBSD and OpenBSD
37
37
(https://github.com/rust-lang/socket2/pull/448 ).
38
- * Add ` Socket::protocol ` for Windows (using ` WSAPROTOCOL_INFOW ` )
38
+ * Added ` Socket::protocol ` for Windows (using ` WSAPROTOCOL_INFOW ` )
39
39
(https://github.com/rust-lang/socket2/pull/470 ).
40
40
* ` From<SocketAddrV{4,6}> ` for ` SockAddr ` nows sets ` ss_len ` on platforms that
41
41
have the fields (most BSDs)
53
53
54
54
# 0.5.2
55
55
56
- * Add Unix socket methods to ` SockAddr `
56
+ * Added Unix socket methods to ` SockAddr `
57
57
(https://github.com/rust-lang/socket2/pull/403 and
58
58
https://github.com/rust-lang/socket2/pull/429 ).
59
59
* Added ` SockAddr::as_storage `
167
167
168
168
* Fixed compilation with the ` all ` on QNX Neutrino
169
169
(https://github.com/rust-lang/socket2/pull/419 ).
170
- * Add support for ESP-IDF
170
+ * Added support for ESP-IDF
171
171
(https://github.com/rust-lang/socket2/pull/455 ).
172
- * Add support for Vita
172
+ * Added support for Vita
173
173
(https://github.com/rust-lang/socket2/pull/475 ).
174
174
175
175
# 0.4.9
181
181
182
182
This release was broken for Windows.
183
183
184
- * Add ` Socket::peek_sender ` (backport)
184
+ * Added ` Socket::peek_sender ` (backport)
185
185
(https://github.com/rust-lang/socket2/pull/404 ).
186
186
187
187
# 0.4.7
@@ -200,7 +200,7 @@ This release was broken for Windows.
200
200
(https://github.com/rust-lang/socket2/pull/307 ).
201
201
* Derive Clone for SockAddr
202
202
(https://github.com/rust-lang/socket2/pull/311 ).
203
- * Fix cfg attributes for Fuchsia
203
+ * Fixes cfg attributes for Fuchsia
204
204
(https://github.com/rust-lang/socket2/pull/314 ).
205
205
206
206
# 0.4.5 (yanked)
@@ -219,7 +219,7 @@ This release was broken for Windows.
219
219
220
220
## Fixed
221
221
222
- * Fix OpenBSD build
222
+ * OpenBSD build
223
223
(https://github.com/rust-lang/socket2/pull/291 ).
224
224
225
225
# 0.4.4
@@ -264,13 +264,13 @@ This release was broken for Windows.
264
264
265
265
## Added
266
266
267
- * Add ` SockAddr::new `
267
+ * Added ` SockAddr::new `
268
268
* Support for ` TCP_USER_TIMEOUT ` .
269
269
* Support for ` IP_BOUND_IF ` .
270
270
* Support for ` IP_TRANSPARENT ` .
271
271
* Enable ` Socket::type ` on all platforms.
272
272
* Support for uclibc (for Haiku support).
273
- * Add DragonFly support for TCP keepalive (` KEEPINTVL ` /` KEEPCNT ` ).
273
+ * Added DragonFly support for TCP keepalive (` KEEPINTVL ` /` KEEPCNT ` ).
274
274
* Documentation for proper use of ` SockRef::from ` , and the improper use.
275
275
* Assertion in ` SockRef::from ` to ensure the raw socket valid.
276
276
0 commit comments