X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=RELEASES.md;h=9bc750ddef5dbf317b172f935cc7cdf9e0425b63;hb=0a858dc859f828af2c578bcf23418dd14c767f3c;hp=819c9184364fdd773bd8b59432e7e2ebdc0c1685;hpb=4f5ab7f6bcd2d3418e21ba2edcf94b81389f6eab;p=rust.git diff --git a/RELEASES.md b/RELEASES.md index 819c9184364..9bc750ddef5 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,24 @@ +Version 1.29.2 (2018-10-11) +=========================== + +- [Workaround for an aliasing-related LLVM bug, which caused miscompilation.][54639] +- The `rls-preview` component on the windows-gnu targets has been restored. + +[54639]: https://github.com/rust-lang/rust/pull/54639 + +Version 1.29.1 (2018-09-25) +=========================== + +Security Notes +-------------- + +- The standard library's `str::repeat` function contained an out of bounds write + caused by an integer overflow. This has been fixed by deterministically + panicking when an overflow happens. + + Thank you to Scott McMurray for responsibily disclosing this vulnerability to + us. + Version 1.29.0 (2018-09-13) ==========================