11# 0.5.6
22
3- * Add ` Socket::(set_)multicast_all_v{4,6} `
3+ * Added ` Socket::(set_)multicast_all_v{4,6} `
44 (https://github.com/rust-lang/socket2/pull/485 and
55 (https://github.com/rust-lang/socket2/pull/486 ).
6- * Add support for GNU/Hurd
6+ * Added support for GNU/Hurd
77 (https://github.com/rust-lang/socket2/pull/474 ).
8- * Fix compilation on Haiku
8+ * Fixes compilation on Haiku
99 (https://github.com/rust-lang/socket2/pull/479 and
1010 (https://github.com/rust-lang/socket2/pull/482 ).
11- * Fix compilation on OpenHarmony
11+ * Fixes compilation on OpenHarmony
1212 (https://github.com/rust-lang/socket2/pull/491 ).
1313* Update to window-sys v0.52
1414 (https://github.com/rust-lang/socket2/pull/480 ).
1515
1616# 0.5.5
1717
18- * Add support for Vita
18+ * Added support for Vita
1919 (https://github.com/rust-lang/socket2/pull/465 ).
2020
2121# 0.5.4
3535 (https://github.com/rust-lang/socket2/pull/442 ).
3636* Added ` Protocol::DIVERT ` on FreeBSD and OpenBSD
3737 (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 ` )
3939 (https://github.com/rust-lang/socket2/pull/470 ).
4040* ` From<SocketAddrV{4,6}> ` for ` SockAddr ` nows sets ` ss_len ` on platforms that
4141 have the fields (most BSDs)
5353
5454# 0.5.2
5555
56- * Add Unix socket methods to ` SockAddr `
56+ * Added Unix socket methods to ` SockAddr `
5757 (https://github.com/rust-lang/socket2/pull/403 and
5858 https://github.com/rust-lang/socket2/pull/429 ).
5959* Added ` SockAddr::as_storage `
167167
168168* Fixed compilation with the ` all ` on QNX Neutrino
169169 (https://github.com/rust-lang/socket2/pull/419 ).
170- * Add support for ESP-IDF
170+ * Added support for ESP-IDF
171171 (https://github.com/rust-lang/socket2/pull/455 ).
172- * Add support for Vita
172+ * Added support for Vita
173173 (https://github.com/rust-lang/socket2/pull/475 ).
174174
175175# 0.4.9
181181
182182This release was broken for Windows.
183183
184- * Add ` Socket::peek_sender ` (backport)
184+ * Added ` Socket::peek_sender ` (backport)
185185 (https://github.com/rust-lang/socket2/pull/404 ).
186186
187187# 0.4.7
@@ -200,7 +200,7 @@ This release was broken for Windows.
200200 (https://github.com/rust-lang/socket2/pull/307 ).
201201* Derive Clone for SockAddr
202202 (https://github.com/rust-lang/socket2/pull/311 ).
203- * Fix cfg attributes for Fuchsia
203+ * Fixes cfg attributes for Fuchsia
204204 (https://github.com/rust-lang/socket2/pull/314 ).
205205
206206# 0.4.5 (yanked)
@@ -219,7 +219,7 @@ This release was broken for Windows.
219219
220220## Fixed
221221
222- * Fix OpenBSD build
222+ * OpenBSD build
223223 (https://github.com/rust-lang/socket2/pull/291 ).
224224
225225# 0.4.4
@@ -264,13 +264,13 @@ This release was broken for Windows.
264264
265265## Added
266266
267- * Add ` SockAddr::new `
267+ * Added ` SockAddr::new `
268268* Support for ` TCP_USER_TIMEOUT ` .
269269* Support for ` IP_BOUND_IF ` .
270270* Support for ` IP_TRANSPARENT ` .
271271* Enable ` Socket::type ` on all platforms.
272272* Support for uclibc (for Haiku support).
273- * Add DragonFly support for TCP keepalive (` KEEPINTVL ` /` KEEPCNT ` ).
273+ * Added DragonFly support for TCP keepalive (` KEEPINTVL ` /` KEEPCNT ` ).
274274* Documentation for proper use of ` SockRef::from ` , and the improper use.
275275* Assertion in ` SockRef::from ` to ensure the raw socket valid.
276276
0 commit comments