summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMarcin Mielniczuk <marmistrz.dev@zoho.eu>2017-08-10 10:16:04 +0200
committerMarcin Mielniczuk <marmistrz.dev@zoho.eu>2017-08-10 10:16:04 +0200
commitd8968f4b677ae5dd10d5cacc4121354fd292c235 (patch)
tree7ec844c4fc41db902fb5fa6eda11d9420330984a /CHANGELOG.md
parent0587977055a89673e1e34baab008e6b03831f15a (diff)
parent087aece15568b3e7cb6a351301e2afc83c746ca7 (diff)
downloadnix-d8968f4b677ae5dd10d5cacc4121354fd292c235.zip
Merge remote-tracking branch 'upstream/master' into ptrace-noreg
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f41ec930..1ecaae99 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
([#672](https://github.com/nix-rust/nix/pull/672))
- Added protocol families in `AddressFamily` enum.
([#647](https://github.com/nix-rust/nix/pull/647))
+- Added the `pid()` method to `WaitStatus` for extracting the PID.
+ ([#722](https://github.com/nix-rust/nix/pull/722))
### Changed
- Renamed existing `ptrace` wrappers to encourage namespacing ([#692](https://github.com/nix-rust/nix/pull/692))
@@ -22,6 +24,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
has changed type from `c_int` to `SockProtocol`.
It accepts a `None` value for default protocol that was specified with zero using `c_int`.
([#647](https://github.com/nix-rust/nix/pull/647))
+- Exposed `unistd::setresuid` and `unistd::setresgid` on FreeBSD and OpenBSD
+ ([#721](https://github.com/nix-rust/nix/pull/721))
+
+# Fixed
+- Fix compilation and tests for OpenBSD targets
+ ([#688](https://github.com/nix-rust/nix/pull/688))
## [0.9.0] 2017-07-23