Skip to content

Commit e80c3b2

Browse files
committed
Release v0.8.9
1 parent 862786b commit e80c3b2

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# 0.8.9
2+
3+
## Added
4+
5+
* ESP-IDF framework support
6+
(https://github.com/tokio-rs/mio/pull/1692).
7+
* AIX operating system support
8+
(https://github.com/tokio-rs/mio/pull/1704).
9+
* Vita support
10+
(https://github.com/tokio-rs/mio/pull/1721).
11+
* `{UnixListener,UnixStream}:bind_addr`
12+
(https://github.com/tokio-rs/mio/pull/1630).
13+
* `mio_unsupported_force_poll_poll` and `mio_unsupported_force_waker_pipe`
14+
**unsupported** configuration flags to force a specific poll or waker
15+
implementation
16+
(https://github.com/tokio-rs/mio/pull/1684,
17+
https://github.com/tokio-rs/mio/pull/1685,
18+
https://github.com/tokio-rs/mio/pull/1692).
19+
20+
## Fixed
21+
22+
* The `pipe(2)` based waker (swapped file descriptors)
23+
(https://github.com/tokio-rs/mio/pull/1722).
24+
* The duplicate waker check to work correctly with cloned `Registry`s.
25+
(https://github.com/tokio-rs/mio/pull/1706).
26+
127
# 0.8.8
228

329
## Fixed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "mio"
44
# When releasing to crates.io:
55
# - Update CHANGELOG.md.
66
# - Create git tag
7-
version = "0.8.8"
7+
version = "0.8.9"
88
license = "MIT"
99
authors = [
1010
"Carl Lerche <[email protected]>",

0 commit comments

Comments
 (0)