about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2022-01-20 23:37:44 +0100
committerGitHub <noreply@github.com>2022-01-20 23:37:44 +0100
commitdd164313d52fbe174c05a37b2f90f184d09a2422 (patch)
tree04f350ce19370c12f217d3c3437f878eb22224e9
parent9ea966a275b5d7753f3c14f3122549f08fc854e4 (diff)
parent028a3e77f98e91fb8d9c8b0055a0317c011b1f8c (diff)
downloadrust-dd164313d52fbe174c05a37b2f90f184d09a2422.tar.gz
rust-dd164313d52fbe174c05a37b2f90f184d09a2422.zip
Rollup merge of #93136 - pietroalbini:pa-1.58.1-relnotes-master, r=pietroalbini
Backport the 1.58.1 release notes to master

r? `@ghost`
-rw-r--r--RELEASES.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 460c78b14d1..f44291c1fa3 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -1,3 +1,18 @@
+Version 1.58.1 (2022-01-19)
+===========================
+
+* Fix race condition in `std::fs::remove_dir_all` ([CVE-2022-21658])
+* [Handle captured arguments in the `useless_format` Clippy lint][clippy/8295]
+* [Move `non_send_fields_in_send_ty` Clippy lint to nursery][clippy/8075]
+* [Fix wrong error message displayed when some imports are missing][91254]
+* [Fix rustfmt not formatting generated files from stdin][92912]
+
+[CVE-2022-21658]: https://www.cve.org/CVERecord?id=CVE-2022-21658]
+[91254]: https://github.com/rust-lang/rust/pull/91254
+[92912]: https://github.com/rust-lang/rust/pull/92912
+[clippy/8075]: https://github.com/rust-lang/rust-clippy/pull/8075
+[clippy/8295]: https://github.com/rust-lang/rust-clippy/pull/8295
+
 Version 1.58.0 (2022-01-13)
 ==========================