about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2022-07-15 17:51:06 -0400
committerJosh Stone <jistone@redhat.com>2022-08-04 10:51:16 -0700
commit919dece4cbe7b614930dbf3d9da858f60a82bfc7 (patch)
treefbceabea17aa705c943821797e45f2e27861b32d
parent3830ecaa8db798d2727cbdfa4ddf314ff938f268 (diff)
downloadrust-919dece4cbe7b614930dbf3d9da858f60a82bfc7.tar.gz
rust-919dece4cbe7b614930dbf3d9da858f60a82bfc7.zip
Release 1.62.1
-rw-r--r--RELEASES.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 8154eab2059..7919910933e 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -1,3 +1,21 @@
+Version 1.62.1 (2022-07-19)
+==========================
+
+Rust 1.62.1 addresses a few recent regressions in the compiler and standard
+library, and also mitigates a CPU vulnerability on Intel SGX.
+
+* [The compiler fixed unsound function coercions involving `impl Trait` return types.][98608]
+* [The compiler fixed an incremental compilation bug with `async fn` lifetimes.][98890]
+* [Windows added a fallback for overlapped I/O in synchronous reads and writes.][98950]
+* [The `x86_64-fortanix-unknown-sgx` target added a mitigation for the
+  MMIO stale data vulnerability][98126], advisory [INTEL-SA-00615].
+
+[98608]: https://github.com/rust-lang/rust/issues/98608
+[98890]: https://github.com/rust-lang/rust/issues/98890
+[98950]: https://github.com/rust-lang/rust/pull/98950
+[98126]: https://github.com/rust-lang/rust/pull/98126
+[INTEL-SA-00615]: https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00615.html
+
 Version 1.62.0 (2022-06-30)
 ==========================