diff options
| author | Pietro Albini <pietro.albini@ferrous-systems.com> | 2022-04-04 10:13:21 +0200 |
|---|---|---|
| committer | Pietro Albini <pietro.albini@ferrous-systems.com> | 2022-04-04 10:13:21 +0200 |
| commit | 9c0de7bb995a4e1067f5bf07e541337cb713172a (patch) | |
| tree | 803e4139b637628da1cb45b36c57ed190540cfd2 | |
| parent | 91beb3232821bac423e38af70afb41be926b66fa (diff) | |
| download | rust-9c0de7bb995a4e1067f5bf07e541337cb713172a.tar.gz rust-9c0de7bb995a4e1067f5bf07e541337cb713172a.zip | |
add future compatibility notes for linux-gnu baseline bump
| -rw-r--r-- | RELEASES.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md index 04cc42ebe50..2602c41d5ed 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -75,6 +75,9 @@ Misc Compatibility Notes ------------------- - [Remove compiler-rt linking hack on Android][83822] +- In a future release we're planning to increase the baseline requirements for + the Linux kernel to version 3.2, and for glibc to version 2.17. We'd love + your feedback in [PR #95026][95026]. Internal Changes ---------------- @@ -107,6 +110,7 @@ and related tools. [93742]: https://github.com/rust-lang/rust/pull/93742 [93824]: https://github.com/rust-lang/rust/pull/93824 [93918]: https://github.com/rust-lang/rust/pull/93918 +[95026]: https://github.com/rust-lang/rust/pull/95026 [cargo/10086]: https://github.com/rust-lang/cargo/pull/10086 [cargo/10245]: https://github.com/rust-lang/cargo/pull/10245 |
