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
+
1
27
# 0.8.8
2
28
3
29
## Fixed
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name = "mio"
4
4
# When releasing to crates.io:
5
5
# - Update CHANGELOG.md.
6
6
# - Create git tag
7
- version = " 0.8.8 "
7
+ version = " 0.8.9 "
8
8
license = " MIT"
9
9
authors = [
10
10
" Carl Lerche <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments