Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc3a428f

Browse files
authored
Rollup merge of#109658 - rust-lang:pa-1.68.2-relnotes, r=pietroalbini
Backport 1.68.1 and 1.68.2 release notes to `master`
2 parents297e3a1 +32189d3 commitc3a428f

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

‎RELEASES.md‎

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
Version 1.68.2 (2023-03-28)
2+
===========================
3+
4+
- [Update the GitHub RSA host key bundled within Cargo](https://github.com/rust-lang/cargo/pull/11883).
5+
The key was [rotated by GitHub](https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/)
6+
on 2023-03-24 after the old one leaked.
7+
- [Mark the old GitHub RSA host key as revoked](https://github.com/rust-lang/cargo/pull/11889).
8+
This will prevent Cargo from accepting the leaked key even when trusted by
9+
the system.
10+
- [Add support for `@revoked` and a better error message for `@cert-authority` in Cargo's SSH host key verification](https://github.com/rust-lang/cargo/pull/11635)
11+
12+
Version 1.68.1 (2023-03-23)
13+
===========================
14+
15+
- [Fix miscompilation in produced Windows MSVC artifacts](https://github.com/rust-lang/rust/pull/109094)
16+
This was introduced by enabling ThinLTO for the distributed rustc which led
17+
to miscompilations in the resulting binary. Currently this is believed to be
18+
limited to the -Zdylib-lto flag used for rustc compilation, rather than a
19+
general bug in ThinLTO, so only rustc artifacts should be affected.
20+
- [Fix --enable-local-rust builds](https://github.com/rust-lang/rust/pull/109111/)
21+
- [Treat `$prefix-clang` as `clang` in linker detection code](https://github.com/rust-lang/rust/pull/109156)
22+
- [Fix panic in compiler code](https://github.com/rust-lang/rust/pull/108162)
23+
124
Version 1.68.0 (2023-03-09)
225
==========================
326

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp