about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Bieniek <tobias@bieniek.cloud>2023-09-20 11:21:39 +0200
committerTobias Bieniek <tobias@bieniek.cloud>2023-09-20 12:06:07 +0200
commit31e8981fa998a339fe091ec303a8a1414c5d1936 (patch)
tree00a1504c7416849ba52ac86823b3bc1ccc154268
parent62d9034a0d571b78e518727d6cb4b090569e5238 (diff)
downloadrust-31e8981fa998a339fe091ec303a8a1414c5d1936.tar.gz
rust-31e8981fa998a339fe091ec303a8a1414c5d1936.zip
RELEASES.md: Add missing patch releases
This was copy-pasted from the current state of the `stable` branch
-rw-r--r--RELEASES.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index ba11234b990..d390f2b7f5e 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -113,6 +113,16 @@ Compatibility Notes
   to a registry.
   [#12291](https://github.com/rust-lang/cargo/pull/12291)
 
+Version 1.71.1 (2023-08-03)
+===========================
+
+- [Fix CVE-2023-38497: Cargo did not respect the umask when extracting dependencies](https://github.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87)
+- [Fix bash completion for users of Rustup](https://github.com/rust-lang/rust/pull/113579)
+- [Do not show `suspicious_double_ref_op` lint when calling `borrow()`](https://github.com/rust-lang/rust/pull/112517)
+- [Fix ICE: substitute types before checking inlining compatibility](https://github.com/rust-lang/rust/pull/113802)
+- [Fix ICE: don't use `can_eq` in `derive(..)` suggestion for missing method](https://github.com/rust-lang/rust/pull/111516)
+- [Fix building Rust 1.71.0 from the source tarball](https://github.com/rust-lang/rust/issues/113678)
+
 Version 1.71.0 (2023-07-13)
 ==========================