@@ -21,6 +21,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
21
21
- Added `nix::ptrace::{ptrace_get_data, ptrace_getsiginfo, ptrace_setsiginfo
22
22
and nix::Error::UnsupportedOperation}`
23
23
([ #614 ] ( https://github.com/nix-rust/nix/pull/614 ) )
24
+ - Added ` cfmakeraw ` , ` cfsetspeed ` , and ` tcgetsid ` . ([ #527 ] ( https://github.com/nix-rust/nix/pull/527 ) )
24
25
25
26
### Changed
26
27
- Changed ` ioctl!(write ...) ` to take argument by value instead as pointer.
@@ -37,10 +38,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
37
38
- Introduced wrapper types for ` gid_t ` , ` pid_t ` , and ` uid_t ` as ` Gid ` , ` Pid ` , and ` Uid `
38
39
respectively. Various functions have been changed to use these new types as
39
40
arguments. ([ #629 ] ( https://github.com/nix-rust/nix/pull/629 ) )
40
- - Promoted all Android targets to Tier 2 support
41
+ - Fixed compilation on all Android and iOS targets ([ #527 ] ( https://github.com/nix-rust/nix/pull/527 ) )
42
+ and promoted them to Tier 2 support.
41
43
- ` nix::sys::statfs::{statfs,fstatfs} ` uses statfs definition from ` libc::statfs ` instead of own linux specific type ` nix::sys::Statfs ` .
42
44
Also file system type constants like ` nix::sys::statfs::ADFS_SUPER_MAGIC ` were removed in favor of the libc equivalent.
43
45
([ #561 ] ( https://github.com/nix-rust/nix/pull/561 ) )
46
+ - Revised the termios API including additional tests and documentation and exposed it on iOS. ([ #527 ] ( https://github.com/nix-rust/nix/pull/527 ) )
44
47
45
48
### Removed
46
49
- Removed ` io::Error ` from ` nix::Error ` and the conversion from ` nix::Error ` to ` Errno `
@@ -61,6 +64,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
61
64
only available on x86, x86-64, and ARM, and also not on Android.
62
65
- Fixed ` sys::socket::sendmsg ` with zero entry ` cmsgs ` parameter.
63
66
([ #623 ] ( https://github.com/nix-rust/nix/pull/623 ) )
67
+ - Multiple constants related to the termios API have now been properly defined for
68
+ all supported platforms. ([ #527 ] ( https://github.com/nix-rust/nix/pull/527 ) )
64
69
65
70
## [ 0.8.1] 2017-04-16
66
71
0 commit comments