@@ -10,7 +10,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
1010 ([ #1780 ] ( https://github.com/nix-rust/nix/pull/1780 ) )
1111- Added ` memfd ` on Android.
1212 (#[ 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
1414 (#[ 1768] ( https://github.com/nix-rust/nix/pull/1768 ) )
1515- Added four non-standard Linux ` SysconfVar ` variants
1616 (#[ 1761] ( https://github.com/nix-rust/nix/pull/1761 ) )
@@ -22,10 +22,9 @@ This project adheres to [Semantic Versioning](https://semver.org/).
2222 (#[ 1713] ( https://github.com/nix-rust/nix/pull/1713 ) )
2323- impl ` From<uid_t> ` for ` Uid ` and ` From<gid_t> ` for ` Gid `
2424 (#[ 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 ` .
2727 (#[ 1711] ( https://github.com/nix-rust/nix/pull/1711 ) )
28- - Fixed compilation and updated support on Haiku
2928- Added support for the ` x86_64-unknown-haiku ` target.
3029 (#[ 1703] ( https://github.com/nix-rust/nix/pull/1703 ) )
3130- Added ` ptrace::read_user ` and ` ptrace::write_user ` for Linux.
@@ -36,11 +35,11 @@ This project adheres to [Semantic Versioning](https://semver.org/).
3635 (#[ 1752] ( https://github.com/nix-rust/nix/pull/1752 ) )
3736- Added ` signal::SigSet::from_sigset_t_unchecked() ` .
3837 (#[ 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 .
4039 (#[ 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 .
4241 (#[ 1772] ( https://github.com/nix-rust/nix/pull/1772 ) )
43- - Added ` IP_SENDSRCADDR ` using ` Ipv4SendSrcAddr ` in ` sendmsg ` .
42+ - Added the ` Ipv4SendSrcAddr ` control message .
4443 (#[ 1776] ( https://github.com/nix-rust/nix/pull/1776 ) )
4544
4645### Changed
@@ -58,7 +57,6 @@ This project adheres to [Semantic Versioning](https://semver.org/).
5857- ` signal:SigSet ` is now marked as ` repr(transparent) ` .
5958 (#[ 1741] ( https://github.com/nix-rust/nix/pull/1741 ) )
6059
61- ### Fixed
6260### Removed
6361
6462- Removed support for resubmitting partially complete ` lio_listio ` operations.
@@ -67,11 +65,9 @@ This project adheres to [Semantic Versioning](https://semver.org/).
6765 (#[ 1713] ( https://github.com/nix-rust/nix/pull/1713 ) )
6866
6967## [ 0.24.2] - 2022-07-17
70- ### Added
71- ### Changed
7268### Fixed
7369
74- - Fixed buffer overflow in nix::sys::socket::recvfrom.
70+ - Fixed buffer overflow in ` nix::sys::socket::recvfrom ` .
7571 (#[ 1763] ( https://github.com/nix-rust/nix/pull/1763 ) )
7672- Enabled ` SockaddrStorage::{as_link_addr, as_link_addr_mut} ` for Linux-like
7773 operating systems.
@@ -81,15 +77,11 @@ This project adheres to [Semantic Versioning](https://semver.org/).
8177 (#[ 1736] ( https://github.com/nix-rust/nix/pull/1736 ) )
8278
8379## [ 0.24.1] - 2022-04-22
84- ### Added
85- ### Changed
8680### Fixed
8781
8882- Fixed ` UnixAddr::size ` on Linux-based OSes.
8983 (#[ 1702] ( https://github.com/nix-rust/nix/pull/1702 ) )
9084
91- ### Removed
92-
9385## [ 0.24.0] - 2022-04-21
9486### Added
9587
@@ -199,7 +191,6 @@ This project adheres to [Semantic Versioning](https://semver.org/).
199191
200192## [ 0.23.1] - 2021-12-16
201193
202- ### Added
203194### Changed
204195
205196- Relaxed the bitflags requirement from 1.3.1 to 1.1. This partially reverts
0 commit comments