summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2023-03-18 20:58:54 -0400
committerMark Rousskov <mark.simulacrum@gmail.com>2023-03-19 10:16:10 -0400
commit8182801995f6d36476270b345604956cbc7236a6 (patch)
treec6b096a1e1279241855ccd6bb3af5160f005b82f
parent7bce15d3813e71287bdfad2f55acc05fe712decc (diff)
downloadrust-8182801995f6d36476270b345604956cbc7236a6.tar.gz
1.68.1 release
-rw-r--r--RELEASES.md12
-rw-r--r--src/version2
2 files changed, 13 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index f418ab23d10..bc776ce2ac8 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 ee2f4ca9130..0944cc489c2 100644
--- a/src/version
+++ b/src/version
@@ -1 +1 @@
-1.68.0
+1.68.1