]> git.lizzy.rs Git - rust.git/blobdiff - RELEASES.md
Don't warn about parentheses on `match (return)`
[rust.git] / RELEASES.md
index 819c9184364fdd773bd8b59432e7e2ebdc0c1685..9bc750ddef5dbf317b172f935cc7cdf9e0425b63 100644 (file)
@@ -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)
 ==========================