File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed
Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 "
88license = " MIT"
99authors = [
1010 " Carl Lerche <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments