File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
46
46
Also file system type constants like ` nix::sys::statfs::ADFS_SUPER_MAGIC ` were removed in favor of the libc equivalent.
47
47
([ #561 ] ( https://github.com/nix-rust/nix/pull/561 ) )
48
48
- Revised the termios API including additional tests and documentation and exposed it on iOS. ([ #527 ] ( https://github.com/nix-rust/nix/pull/527 ) )
49
+ - ` eventfd ` , ` signalfd ` , and ` pwritev ` /` preadv ` functionality is now included by default for all
50
+ supported platforms. ([ #681 ] ( https://github.com/nix-rust/nix/pull/561 ) )
49
51
50
52
### Removed
51
53
- Removed ` io::Error ` from ` nix::Error ` and the conversion from ` nix::Error ` to ` Errno `
52
54
([ #614 ] ( https://github.com/nix-rust/nix/pull/614 ) )
55
+ - All feature flags have been removed in favor of conditional compilation on supported platforms.
56
+ ` execvpe ` is no longer supported, but this was already broken and will be added back in the next
57
+ release. ([ #681 ] ( https://github.com/nix-rust/nix/pull/561 ) )
53
58
54
59
### Fixed
55
60
- Fixed multiple issues compiling under different archetectures and OSes.
You can’t perform that action at this time.
0 commit comments