Skip to content

Commit 0599d91

Browse files
committed
Update changelog for termios PR
1 parent d1e7733 commit 0599d91

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
2121
- Added `nix::ptrace::{ptrace_get_data, ptrace_getsiginfo, ptrace_setsiginfo
2222
and nix::Error::UnsupportedOperation}`
2323
([#614](https://github.com/nix-rust/nix/pull/614))
24+
- Added `cfmakeraw`, `cfsetspeed`, and `tcgetsid`. ([#527](https://github.com/nix-rust/nix/pull/527))
2425

2526
### Changed
2627
- Changed `ioctl!(write ...)` to take argument by value instead as pointer.
@@ -37,10 +38,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
3738
- Introduced wrapper types for `gid_t`, `pid_t`, and `uid_t` as `Gid`, `Pid`, and `Uid`
3839
respectively. Various functions have been changed to use these new types as
3940
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.
4143
- `nix::sys::statfs::{statfs,fstatfs}` uses statfs definition from `libc::statfs` instead of own linux specific type `nix::sys::Statfs`.
4244
Also file system type constants like `nix::sys::statfs::ADFS_SUPER_MAGIC` were removed in favor of the libc equivalent.
4345
([#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))
4447

4548
### Removed
4649
- 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/).
6164
only available on x86, x86-64, and ARM, and also not on Android.
6265
- Fixed `sys::socket::sendmsg` with zero entry `cmsgs` parameter.
6366
([#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))
6469

6570
## [0.8.1] 2017-04-16
6671

0 commit comments

Comments
 (0)