diff options
| author | bors <bors@rust-lang.org> | 2024-04-09 17:19:15 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-04-09 17:19:15 +0000 |
| commit | 25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04 (patch) | |
| tree | b4cc32646e9144cad1fbec590ff6c88e6fa7846e /RELEASES.md | |
| parent | 7cf61ebde7b22796c69757901dd346d0fe70bd97 (diff) | |
| parent | e7b09f5bf6a8d71c391713cd55935a9468009d52 (diff) | |
| download | rust-1.77.2.tar.gz rust-1.77.2.zip | |
Auto merge of #123681 - pietroalbini:pa-cve-2024-24576-stable, r=pietroalbini 1.77.2
[stable] Prepare Rust 1.77.2 See https://blog.rust-lang.org/2024/04/09/cve-2024-24576.html
Diffstat (limited to 'RELEASES.md')
| -rw-r--r-- | RELEASES.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md index 29fe44a8723..574739b2d2a 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,10 @@ +Version 1.77.2 (2024-04-09) +=========================== + +<a id="1.77.2"></a> + +- [CVE-2024-24576: fix escaping of Windows batch file arguments in `std::process::Command`](https://blog.rust-lang.org/2024/04/09/cve-2024-24576.html) + Version 1.77.1 (2024-03-28) =========================== |
