diff options
| author | fanquake <[email protected]> | 2019-11-22 15:57:44 -0500 |
|---|---|---|
| committer | fanquake <[email protected]> | 2019-11-22 15:57:44 -0500 |
| commit | 8f15a317602727d24f60d0bbf43f851b33df3228 (patch) | |
| tree | c274120a7d88e43c1f886f03ef35a2367e0d9ebf | |
| parent | build: Bump minimum versions in symbol checker (diff) | |
| download | discoin-8f15a317602727d24f60d0bbf43f851b33df3228.tar.xz discoin-8f15a317602727d24f60d0bbf43f851b33df3228.zip | |
doc: add glibc 2.17 requirement to release-notes
| -rw-r--r-- | doc/release-notes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 88740ea1d..d6bd8e6ed 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -68,6 +68,10 @@ Build System - OpenSSL is no longer used by Bitcoin Core. The last usage of the library was removed in #17265. +- glibc 2.17 or greater is now required to run the release binaries. This +retains compatibility with RHEL 7, CentOS 7, Debian 8 and Ubuntu 14.04 LTS. +Further details can be found in #17538. + New RPCs -------- |