aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-04-12 17:25:18 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-04-12 17:25:18 +0000
commit5e4d5d3742c7e8d82e4e5f7cf0d08e7121b5baf8 (patch)
tree9d90156cdc95cd4ef05a842b91127753b251d0a0 /CHANGELOG.md
parent128948aa340b4ff9d8b5133607c09c910018537d (diff)
parent6211263feb21e116daf2f82924f4c244071f7324 (diff)
downloadmio-5e4d5d3742c7e8d82e4e5f7cf0d08e7121b5baf8.tar.gz
Upgrade rust/crates/mio to 0.7.11 am: aa25fe6ab1 am: ef95edc9d2 am: 6211263feb
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/mio/+/1662926 Change-Id: Id2a2334001a6265fe1b1c10a2eb74f3c246acd01
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2f23320..72cb770 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,27 @@
+# 0.7.11
+
+## Fixes
+
+* Fix missing feature of winapi.
+ (https://github.com/tokio-rs/mio/commit/a7e61db9e3c2b929ef1a33532bfcc22045d163ce).
+
+# 0.7.10
+
+## Fixes
+
+* Fix an instance of not doc(cfg(.*))
+ (https://github.com/tokio-rs/mio/commit/25e8f911357c740034f10a170dfa4ea1b28234ce).
+
+## Fixes
+
+* Fix error handling in `NamedPipe::write`
+ (https://github.com/tokio-rs/mio/commit/aec872be9732e5c6685100674278be27f54a271b).
+* Use `accept(2)` on x86 Android instead of `accept4(2)`
+ (https://github.com/tokio-rs/mio/commit/6f86b925d3e48f30905d5cfa54348acf3f1fa036,
+ https://github.com/tokio-rs/mio/commit/8d5414880ab82178305ac1d2c16d715e58633d3e).
+* Improve error message when opening AFD device
+ (https://github.com/tokio-rs/mio/commit/139f7c4422321eb4a17b14ae2c296fddd19a8804).
+
# 0.7.8
## Fixes