Skip to content

Commit 48d142f

Browse files
committed
Update changelog
Some entries were erroneously listed under the 0.8.0 release.
1 parent a076c7f commit 48d142f

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

CHANGELOG.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,24 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8-
<!--### Added-->
8+
### Added
99
- Added `nix::unistd::{openat, fstatat, readlink, readlinkat}`
10-
([#497](https://github.com/nix-rust/nix/pull/551))
10+
([#551](https://github.com/nix-rust/nix/pull/551))
1111

1212
### Changed
1313
- Marked `sys::mman::{ mmap, munmap, madvise, munlock, msync }` as unsafe.
1414
([#559](https://github.com/nix-rust/nix/pull/559))
15-
16-
<!--### Fixed-->
15+
- Minimum supported Rust version is now 1.13
16+
- Removed `revents` argument from `PollFd::new()` as it's an output argument and
17+
will be overwritten regardless of value.
18+
([#542](https://github.com/nix-rust/nix/pull/542)
19+
20+
### Fixed
21+
- Fixed multiple issues compiling under different archetectures and OSes.
22+
Now compiles on Linux/MIPS ([#538](https://github.com/nix-rust/nix/pull/538)),
23+
`Linux/PPC` ([#553](https://github.com/nix-rust/nix/pull/553)),
24+
`MacOS/x86_64,i686` ([#553](https://github.com/nix-rust/nix/pull/553),
25+
and `NetBSD/x64_64` ([#538](https://github.com/nix-rust/nix/pull/538).
1726

1827
## [0.8.0] 2017-03-02
1928

@@ -60,8 +69,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6069
([#540](https://github.com/nix-rust/nix/pull/540)
6170

6271
### Changed
63-
- `::nix::sys::termios::{cfgetispeed, cfsetispeed, cfgetospeed, cfsetospeed}`
64-
switched to use `BaudRate` enum from `speed_t`.
72+
- `::nix::sys::termios::{cfgetispeed, cfsetispeed, cfgetospeed, cfsetospeed}`
73+
switched to use `BaudRate` enum from `speed_t`.
6574
([#518](https://github.com/nix-rust/nix/pull/518))
6675
- `epoll_ctl` now could accept None as argument `event`
6776
when op is `EpollOp::EpollCtlDel`.
@@ -107,16 +116,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
107116
- Exposed all fcntl(2) operations at the module level, so they can be
108117
imported direclty instead of via `FcntlArg` enum.
109118
([#541](https://github.com/nix-rust/nix/pull/541))
110-
- Removed `revents` argument from `PollFd::new()` as it's an output argument and
111-
will be overwritten regardless of value.
112-
([#542](https://github.com/nix-rust/nix/pull/542)
113119

114120
### Fixed
115-
- Fixed multiple issues compiling under different archetectures and OSes.
116-
Now compiles on Linux/MIPS ([#538](https://github.com/nix-rust/nix/pull/538)),
117-
`Linux/PPC` ([#553](https://github.com/nix-rust/nix/pull/553)),
118-
`MacOS/x86_64,i686` ([#553](https://github.com/nix-rust/nix/pull/553),
119-
and `NetBSD/x64_64` ([#538](https://github.com/nix-rust/nix/pull/538).
120121
- Fixed multiple issues with Unix domain sockets on non-Linux OSes
121122
([#474](https://github.com/nix-rust/nix/pull/415))
122123
- Fixed using kqueue with `EVFILT_USER` on FreeBSD

0 commit comments

Comments
 (0)