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 e7fd906 commit 3c5355dCopy full SHA for 3c5355d
CHANGELOG.md
@@ -91,6 +91,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
91
implementations).
92
93
### Fixed
94
+- Fixed multiple issues compiling under different archetectures and OSes.
95
+ Now compiles on Linux/MIPS ([#538](https://github.com/nix-rust/nix/pull/538)),
96
+ `Linux/PPC` ([#553](https://github.com/nix-rust/nix/pull/553)),
97
+ `MacOS/x86_64,i686` ([#553](https://github.com/nix-rust/nix/pull/553),
98
+ and `NetBSD/x64_64` ([#538](https://github.com/nix-rust/nix/pull/538).
99
- Fixed multiple issues with Unix domain sockets on non-Linux OSes
100
([#474](https://github.com/nix-rust/nix/pull/415))
101
- Fixed using kqueue with `EVFILT_USER` on FreeBSD
0 commit comments