diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-12-22 18:25:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-22 18:25:38 +0000 |
commit | 3e952d3af7cf6a42c32c5d7415c6320db3545a6d (patch) | |
tree | c65234c42206096b72a14bad98136a005a6e2599 /CHANGELOG.md | |
parent | 8eac0ee273d3bc7fa127b95db7f9021570c21c04 (diff) | |
parent | 2eb6e88406f84e6800c4aa26e64fc3b2be8442eb (diff) | |
download | nix-3e952d3af7cf6a42c32c5d7415c6320db3545a6d.zip |
Merge #1577
1577: DragonFly 6.0 added fexecve(2) r=rtzoeller a=rtzoeller
Enable `fexecve()` on DragonFly, as it was added in the 6.0 release.
Co-authored-by: Ryan Zoeller <rtzoeller@rtzoeller.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d935e28c..745f6a2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] - ReleaseDate ### Added +- Added `fexecve` on DragonFly. + (#[1577](https://github.com/nix-rust/nix/pull/1577)) - Added fine-grained features flags. Most Nix functionality can now be conditionally enabled. By default, all features are enabled. (#[1611](https://github.com/nix-rust/nix/pull/1611)) |