@@ -5,6 +5,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
66## [ Unreleased]
77
8+ ### Added
9+
10+ ### Changed
11+
12+ ### Fixed
13+
14+ ### Removed
15+
16+ ## [ 0.11.0] 2018-06-01
17+
818### Added
919- Added ` sendfile ` on FreeBSD and Darwin.
1020 ([ #901 ] ( https://github.com/nix-rust/nix/pull/901 ) )
@@ -15,19 +25,19 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1525- Added ` mlockall ` and ` munlockall `
1626 ([ #876 ] ( https://github.com/nix-rust/nix/pull/876 ) )
1727- Added ` SO_MARK ` on Linux.
18- - ([ #873 ] ( https://github.com/nix-rust/nix/pull/873 ) )
28+ ([ #873 ] ( https://github.com/nix-rust/nix/pull/873 ) )
1929- Added safe support for nearly any buffer type in the ` sys::aio ` module.
2030 ([ #872 ] ( https://github.com/nix-rust/nix/pull/872 ) )
2131- Added ` sys::aio::LioCb ` as a wrapper for ` libc::lio_listio ` .
2232 ([ #872 ] ( https://github.com/nix-rust/nix/pull/872 ) )
23- - Added ` getsid ` in ` ::nix::unistd `
33+ - Added ` unistd::getsid `
2434 ([ #850 ] ( https://github.com/nix-rust/nix/pull/850 ) )
2535- Added ` alarm ` . ([ #830 ] ( https://github.com/nix-rust/nix/pull/830 ) )
2636- Added interface flags ` IFF_NO_PI, IFF_TUN, IFF_TAP ` on linux-like systems.
2737 ([ #853 ] ( https://github.com/nix-rust/nix/pull/853 ) )
2838- Added ` statvfs ` module to all MacOS and Linux architectures.
2939 ([ #832 ] ( https://github.com/nix-rust/nix/pull/832 ) )
30- - Added ` EVFILT_EMPTY ` , ` EVFILT_PROCDESC ` and ` EVFILT_SENDFILE ` on FreeBSD.
40+ - Added ` EVFILT_EMPTY ` , ` EVFILT_PROCDESC ` , and ` EVFILT_SENDFILE ` on FreeBSD.
3141 ([ #825 ] ( https://github.com/nix-rust/nix/pull/825 ) )
3242- Exposed ` termios::cfmakesane ` on FreeBSD.
3343 ([ #825 ] ( https://github.com/nix-rust/nix/pull/825 ) )
@@ -39,18 +49,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).
3949 ([ #833 ] ( https://github.com/nix-rust/nix/pull/833 ) )
4050
4151### Changed
42- - Display and Debug for SysControlAddr now includes all fields.
52+ - ` Display ` and ` Debug ` for ` SysControlAddr ` now includes all fields.
4353 ([ #837 ] ( https://github.com/nix-rust/nix/pull/837 ) )
4454- ` ioctl! ` has been replaced with a family of ` ioctl_*! ` macros.
4555 ([ #833 ] ( https://github.com/nix-rust/nix/pull/833 ) )
46- - ` io! ` , ` ior! ` , ` iow! ` , and ` iorw ` has been renamed to ` request_code_none! ` , ` request_code_read! ` ,
47- ` request_code_write ` , and ` request_code_readwrite ` respectively. These have also now been exposed
56+ - ` io! ` , ` ior! ` , ` iow! ` , and ` iorw! ` has been renamed to ` request_code_none! ` , ` request_code_read! ` ,
57+ ` request_code_write! ` , and ` request_code_readwrite! ` respectively. These have also now been exposed
4858 in the documentation.
4959 ([ #833 ] ( https://github.com/nix-rust/nix/pull/833 ) )
5060- Enabled more ` ptrace::Request ` definitions for uncommon Linux platforms
5161 ([ #892 ] ( https://github.com/nix-rust/nix/pull/892 ) )
52- - Remove ` IFF_NOTRAILERS ` on OpenBSD, as it has been removed in OpenBSD 6.3
53- ([ #893 ] ( https://github.com/nix-rust/nix/pull/893 ) )
5462- Emulation of ` FD_CLOEXEC ` and ` O_NONBLOCK ` was removed from ` socket() ` , ` accept4() ` , and
5563 ` socketpair() ` .
5664 ([ #907 ] ( https://github.com/nix-rust/nix/pull/907 ) )
@@ -67,12 +75,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6775
6876### Removed
6977- Removed explicit support for the ` bytes ` crate from the ` sys::aio ` module.
70- See ` sys::aio::AioCb::from_boxed_slice ` s examples for alternatives.
78+ See ` sys::aio::AioCb::from_boxed_slice ` examples for alternatives.
7179 ([ #872 ] ( https://github.com/nix-rust/nix/pull/872 ) )
7280- Removed ` sys::aio::lio_listio ` . Use ` sys::aio::LioCb::listio ` instead.
7381 ([ #872 ] ( https://github.com/nix-rust/nix/pull/872 ) )
7482- Removed emulated ` accept4() ` from macos, ios, and netbsd targets
7583 ([ #907 ] ( https://github.com/nix-rust/nix/pull/907 ) )
84+ - Removed ` IFF_NOTRAILERS ` on OpenBSD, as it has been removed in OpenBSD 6.3
85+ ([ #893 ] ( https://github.com/nix-rust/nix/pull/893 ) )
7686
7787## [ 0.10.0] 2018-01-26
7888
0 commit comments