@@ -13,32 +13,29 @@ This project adheres to [Semantic Versioning](http://semver.org/).
13
13
- Added ` getpeereid ` (#[ 1342] ( https://github.com/nix-rust/nix/pull/1342 ) )
14
14
- Implemented ` IntoIterator ` for ` Dir `
15
15
(#[ 1333] ( https://github.com/nix-rust/nix/pull/1333 ) ).
16
- ### Changed
17
-
18
- ### Fixed
19
- - ` TimerFd ` now closes the underlying fd on drop.
20
- ([ #1381 ] ( https://github.com/nix-rust/nix/pull/1381 ) )
21
- - Define ` *_MAGIC ` filesystem constants on Linux s390x
22
- (#[ 1372] ( https://github.com/nix-rust/nix/pull/1372 ) )
23
- - mqueue, sysinfo, timespec, statfs, test_ptrace_syscall() on x32
24
- (#[ 1366] ( https://github.com/nix-rust/nix/pull/1366 ) )
25
16
26
17
### Changed
27
18
28
19
- Minimum supported Rust version is now 1.40.0.
29
20
([ #1356 ] ( https://github.com/nix-rust/nix/pull/1356 ) )
30
-
31
21
- i686-apple-darwin has been demoted to Tier 2 support, because it's deprecated
32
22
by Xcode.
33
23
(#[ 1350] ( https://github.com/nix-rust/nix/pull/1350 ) )
34
24
- Fixed calling ` recvfrom ` on an ` AddrFamily::Packet ` socket
35
25
(#[ 1344] ( https://github.com/nix-rust/nix/pull/1344 ) )
36
26
27
+ ### Fixed
28
+ - ` TimerFd ` now closes the underlying fd on drop.
29
+ ([ #1381 ] ( https://github.com/nix-rust/nix/pull/1381 ) )
30
+ - Define ` *_MAGIC ` filesystem constants on Linux s390x
31
+ (#[ 1372] ( https://github.com/nix-rust/nix/pull/1372 ) )
32
+ - mqueue, sysinfo, timespec, statfs, test_ptrace_syscall() on x32
33
+ (#[ 1366] ( https://github.com/nix-rust/nix/pull/1366 ) )
34
+
37
35
### Removed
38
36
39
37
- ` Dir ` , ` SignalFd ` , and ` PtyMaster ` are no longer ` Clone ` .
40
38
(#[ 1382] ( https://github.com/nix-rust/nix/pull/1382 ) )
41
-
42
39
- Removed ` SockLevel ` , which hasn't been used for a few years
43
40
(#[ 1362] ( https://github.com/nix-rust/nix/pull/1362 ) )
44
41
- Removed both ` Copy ` and ` Clone ` from ` TimerFd ` .
0 commit comments