@@ -10,7 +10,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
10
10
([ #1780 ] ( https://github.com/nix-rust/nix/pull/1780 ) )
11
11
- Added ` memfd ` on Android.
12
12
(#[ 1773] ( https://github.com/nix-rust/nix/pull/1773 ) )
13
- - Added ETH_P_ALL to SockProtocol enum
13
+ - Added ` ETH_P_ALL ` to ` SockProtocol ` enum
14
14
(#[ 1768] ( https://github.com/nix-rust/nix/pull/1768 ) )
15
15
- Added four non-standard Linux ` SysconfVar ` variants
16
16
(#[ 1761] ( https://github.com/nix-rust/nix/pull/1761 ) )
@@ -22,10 +22,9 @@ This project adheres to [Semantic Versioning](https://semver.org/).
22
22
(#[ 1713] ( https://github.com/nix-rust/nix/pull/1713 ) )
23
23
- impl ` From<uid_t> ` for ` Uid ` and ` From<gid_t> ` for ` Gid `
24
24
(#[ 1727] ( https://github.com/nix-rust/nix/pull/1727 ) )
25
- - impl From<SockaddrIn > for std::net::SocketAddrV4 and
26
- impl From<SockaddrIn6 > for std::net::SocketAddrV6.
25
+ - impl ` From<SockaddrIn> ` for ` std::net::SocketAddrV4 ` and
26
+ impl ` From<SockaddrIn6> ` for ` std::net::SocketAddrV6 ` .
27
27
(#[ 1711] ( https://github.com/nix-rust/nix/pull/1711 ) )
28
- - Fixed compilation and updated support on Haiku
29
28
- Added support for the ` x86_64-unknown-haiku ` target.
30
29
(#[ 1703] ( https://github.com/nix-rust/nix/pull/1703 ) )
31
30
- Added ` ptrace::read_user ` and ` ptrace::write_user ` for Linux.
@@ -36,11 +35,11 @@ This project adheres to [Semantic Versioning](https://semver.org/).
36
35
(#[ 1752] ( https://github.com/nix-rust/nix/pull/1752 ) )
37
36
- Added ` signal::SigSet::from_sigset_t_unchecked() ` .
38
37
(#[ 1741] ( https://github.com/nix-rust/nix/pull/1741 ) )
39
- - Added IP_ORIGDSTADDR using Ipv4OrigDstAddr in setsockopt and recvmsg .
38
+ - Added the ` Ipv4OrigDstAddr ` sockopt and control message .
40
39
(#[ 1772] ( https://github.com/nix-rust/nix/pull/1772 ) )
41
- - Added IPV6_ORIGDSTADDR using Ipv6OrigDstAddr in setsockopt and recvmsg .
40
+ - Added the ` Ipv6OrigDstAddr ` sockopt and control message .
42
41
(#[ 1772] ( https://github.com/nix-rust/nix/pull/1772 ) )
43
- - Added ` IP_SENDSRCADDR ` using ` Ipv4SendSrcAddr ` in ` sendmsg ` .
42
+ - Added the ` Ipv4SendSrcAddr ` control message .
44
43
(#[ 1776] ( https://github.com/nix-rust/nix/pull/1776 ) )
45
44
46
45
### Changed
@@ -58,7 +57,6 @@ This project adheres to [Semantic Versioning](https://semver.org/).
58
57
- ` signal:SigSet ` is now marked as ` repr(transparent) ` .
59
58
(#[ 1741] ( https://github.com/nix-rust/nix/pull/1741 ) )
60
59
61
- ### Fixed
62
60
### Removed
63
61
64
62
- Removed support for resubmitting partially complete ` lio_listio ` operations.
@@ -67,11 +65,9 @@ This project adheres to [Semantic Versioning](https://semver.org/).
67
65
(#[ 1713] ( https://github.com/nix-rust/nix/pull/1713 ) )
68
66
69
67
## [ 0.24.2] - 2022-07-17
70
- ### Added
71
- ### Changed
72
68
### Fixed
73
69
74
- - Fixed buffer overflow in nix::sys::socket::recvfrom.
70
+ - Fixed buffer overflow in ` nix::sys::socket::recvfrom ` .
75
71
(#[ 1763] ( https://github.com/nix-rust/nix/pull/1763 ) )
76
72
- Enabled ` SockaddrStorage::{as_link_addr, as_link_addr_mut} ` for Linux-like
77
73
operating systems.
@@ -81,15 +77,11 @@ This project adheres to [Semantic Versioning](https://semver.org/).
81
77
(#[ 1736] ( https://github.com/nix-rust/nix/pull/1736 ) )
82
78
83
79
## [ 0.24.1] - 2022-04-22
84
- ### Added
85
- ### Changed
86
80
### Fixed
87
81
88
82
- Fixed ` UnixAddr::size ` on Linux-based OSes.
89
83
(#[ 1702] ( https://github.com/nix-rust/nix/pull/1702 ) )
90
84
91
- ### Removed
92
-
93
85
## [ 0.24.0] - 2022-04-21
94
86
### Added
95
87
@@ -199,7 +191,6 @@ This project adheres to [Semantic Versioning](https://semver.org/).
199
191
200
192
## [ 0.23.1] - 2021-12-16
201
193
202
- ### Added
203
194
### Changed
204
195
205
196
- Relaxed the bitflags requirement from 1.3.1 to 1.1. This partially reverts
0 commit comments