From 8182801995f6d36476270b345604956cbc7236a6 Mon Sep 17 00:00:00 2001 From: Mark Rousskov Date: Sat, 18 Mar 2023 20:58:54 -0400 Subject: [PATCH] 1.68.1 release --- RELEASES.md | 12 ++++++++++++ src/version | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index f418ab23d10af..bc776ce2ac8e6 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,15 @@ +Version 1.68.1 (2023-03-23) +=========================== + +- [Fix miscompilation in produced Windows MSVC artifacts](https://github.com/rust-lang/rust/pull/109094) + This was introduced by enabling ThinLTO for the distributed rustc which led + to miscompilations in the resulting binary. Currently this is believed to be + limited to the -Zdylib-lto flag used for rustc compilation, rather than a + general bug in ThinLTO, so only rustc artifacts should be affected. +- [Fix --enable-local-rust builds](https://github.com/rust-lang/rust/pull/109111/) +- [Treat `$prefix-clang` as `clang` in linker detection code](https://github.com/rust-lang/rust/pull/109156) +- [Fix panic in compiler code](https://github.com/rust-lang/rust/pull/108162) + Version 1.68.0 (2023-03-09) ========================== diff --git a/src/version b/src/version index ee2f4ca913048..0944cc489c25b 100644 --- a/src/version +++ b/src/version @@ -1 +1 @@ -1.68.0 +1.68.1