We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6308ef8 commit a4d7b75Copy full SHA for a4d7b75
CHANGELOG.md
@@ -16,6 +16,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
16
17
### Changed
18
### Fixed
19
+- `lutimes` never worked on OpenBSD as it is not implemented on OpenBSD. It has
20
+ been removed. ([#1000](https://github.com/nix-rust/nix/pull/1000))
21
+- `fexecve` never worked on NetBSD or on OpenBSD as it is not implemented on
22
+ either OS. It has been removed. ([#1000](https://github.com/nix-rust/nix/pull/1000))
23
+
24
### Removed
25
26
## [0.12.0] 2018-11-28
0 commit comments