@@ -15,17 +15,33 @@ This project adheres to [Semantic Versioning](https://semver.org/).
15
15
16
16
- Added ` impl From<Signal> for SigSet ` .
17
17
([ #1959 ] ( https://github.com/nix-rust/nix/pull/1959 ) )
18
+
18
19
- Added ` impl std::ops::BitOr for SigSet ` .
19
20
([ #1959 ] ( https://github.com/nix-rust/nix/pull/1959 ) )
21
+
20
22
- Added ` impl std::ops::BitOr for Signal ` .
21
23
([ #1959 ] ( https://github.com/nix-rust/nix/pull/1959 ) )
24
+
22
25
- Added ` impl std::ops::BitOr<Signal> for SigSet `
23
26
([ #1959 ] ( https://github.com/nix-rust/nix/pull/1959 ) )
24
27
25
28
- Fix ` SignalFd::set_mask ` . In 0.27.0 it would actually close the file
26
29
descriptor.
27
30
([ #2141 ] ( https://github.com/nix-rust/nix/pull/2141 ) )
28
31
32
+ - Added ` Icmp ` and ` IcmpV6 ` to ` SockProtocol ` .
33
+ (#[ 2103] ( https://github.com/nix-rust/nix/pull/2103 ) )
34
+
35
+ - Added ` F_GETPATH ` FcntlFlags entry on Apple/NetBSD/DragonflyBSD for ` ::nix::fcntl ` .
36
+ ([ #2142 ] ( https://github.com/nix-rust/nix/pull/2142 ) )
37
+
38
+ - Added ` Ipv6HopLimit ` to ` ::nix::sys::socket::ControlMessage ` for Linux,
39
+ MacOS, FreeBSD, DragonflyBSD, Android, iOS and Haiku.
40
+ ([ #2074 ] ( https://github.com/nix-rust/nix/pull/2074 ) )
41
+
42
+ - Added ` F_KINFO ` FcntlFlags entry on FreeBSD for ` ::nix::fcntl ` .
43
+ ([ #2152 ] ( https://github.com/nix-rust/nix/pull/2152 ) )
44
+
29
45
### Changed
30
46
31
47
- The MSRV is now 1.69
@@ -55,20 +71,6 @@ This project adheres to [Semantic Versioning](https://semver.org/).
55
71
56
72
- Simplified the function signatures of ` recvmmsg ` and ` sendmmsg `
57
73
58
- ### Added
59
- - Added ` Icmp ` and ` IcmpV6 ` to ` SockProtocol ` .
60
- (#[ 2103] ( https://github.com/nix-rust/nix/pull/2103 ) )
61
-
62
- - Added ` F_GETPATH ` FcntlFlags entry on Apple/NetBSD/DragonflyBSD for ` ::nix::fcntl ` .
63
- ([ #2142 ] ( https://github.com/nix-rust/nix/pull/2142 ) )
64
-
65
- - Added ` Ipv6HopLimit ` to ` ::nix::sys::socket::ControlMessage ` for Linux,
66
- MacOS, FreeBSD, DragonflyBSD, Android, iOS and Haiku.
67
- ([ #2074 ] ( https://github.com/nix-rust/nix/pull/2074 ) )
68
-
69
- - Added ` F_KINFO ` FcntlFlags entry on FreeBSD for ` ::nix::fcntl ` .
70
- ([ #2152 ] ( https://github.com/nix-rust/nix/pull/2152 ) )
71
-
72
74
## [ 0.27.1] - 2023-08-28
73
75
74
76
### Fixed
0 commit comments