about summary refs log tree commit diff
diff options
context:
space:
mode:
authorXAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>2021-03-03 14:34:34 +0100
committerGitHub <noreply@github.com>2021-03-03 14:34:34 +0100
commitb1182d2a3cbe9ecc556e6eb88ee7233151ed7abd (patch)
tree08663aaf92f8b744e43a390e0818fb7f462582a5
parent68f76cef88b53bf2fc43c7cc94b4d1e53df52ec3 (diff)
downloadrust-b1182d2a3cbe9ecc556e6eb88ee7233151ed7abd.tar.gz
rust-b1182d2a3cbe9ecc556e6eb88ee7233151ed7abd.zip
Update RELEASES.md
-rw-r--r--RELEASES.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index b96ac84d2a4..bf41e5976d6 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -106,10 +106,16 @@ Misc
 Compatibility Notes
 -------------------
 
-- [Bumped the minimum `g++` for `linux-gnu` targets to `g++-8` from `g++-7`.][81521]
 - [WASI platforms no longer use the `wasm-bindgen` ABI, and instead use the wasm32 ABI.][79998]
 - [`rustc` no longer promotes division, modulo and indexing operations to `const` that
   could fail.][80579]
+- [The minimum version of `glibc` required when building with the Ubuntu 20.04 toolchain
+  for the following platforms has been bumped to version 2.31.][81521]
+    - `armv5te-unknown-linux-gnueabi`
+    - `sparc64-unknown-linux-gnu`
+    - `thumbv7neon-unknown-linux-gnueabihf`
+    - `armv7-unknown-linux-gnueabi`
+    - `x86_64-unknown-linux-gnux32`
 
 Internal Only
 -------------