diff options
author | merge-script <fanquake@gmail.com> | 2024-06-11 14:18:57 +0100 |
---|---|---|
committer | merge-script <fanquake@gmail.com> | 2024-06-11 14:18:57 +0100 |
commit | 1088a98f5aad080cc6cca2da174f206509fcda6c (patch) | |
tree | 5413456a24cc6b63a7b6cf1be9d2cc3041d43e20 /doc/release-notes.md | |
parent | fccd32efe6e2950b2c74fdec2ade54040ca32a2c (diff) | |
parent | d756a384d2bebe85f2ce0d192e4d31bbbbe750a1 (diff) |
Merge bitcoin/bitcoin#30222: [27.1] Finalizev27.1
d756a384d2bebe85f2ce0d192e4d31bbbbe750a1 doc: update manual pages for 27.1 (fanquake)
93bb18f1c837a90916bd02ac80bd4b639c17d904 build: bump version to v27.1 final (fanquake)
fcf12419714218122e4abb3f6d7f008dadbf4ed9 doc: update release notes for v27.1 final (fanquake)
f2e05cd2a9bdc42fa45d284a5162f1f670d07ab6 depends: Update Boost download link (Hennadii Stepanov)
ba359205421e2f765391a8330e8a61055acd87fc build: Fix building `fuzz` binary on on SunOS / illumos (Hennadii Stepanov)
Pull request description:
Backports:
* https://github.com/bitcoin/bitcoin/pull/30216
* https://github.com/bitcoin/bitcoin/pull/30217
I don't think either of these changes warrants an `rc2` cycle.
ACKs for top commit:
stickies-v:
ACK d756a384d2bebe85f2ce0d192e4d31bbbbe750a1
willcl-ark:
ACK d756a384d2bebe85f2ce0d192e4d31bbbbe750a1
Tree-SHA512: b5662143283a49156403d865dee25f3b6c22741345a4c8ff10f16845ea7a1a6d9d1319a70a44d07f31263bf1a6d85701146e9cc697b82a5a58922c48504a552c
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r-- | doc/release-notes.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 165cdaec92..b19d70da33 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -1,9 +1,9 @@ -27.1rc1 Release Notes +27.1 Release Notes ===================== -Bitcoin Core version 27.1rc1 is now available from: +Bitcoin Core version 27.1 is now available from: - <https://bitcoincore.org/bin/bitcoin-core-27.1/test.rc1/> + <https://bitcoincore.org/bin/bitcoin-core-27.1/> This release includes various bug fixes and performance improvements, as well as updated translations. @@ -74,6 +74,8 @@ Notable changes - #29985 depends: Fix build of Qt for 32-bit platforms with recent glibc - #30097 crypto: disable asan for sha256_sse4 with clang and -O0 - #30151 depends: Fetch miniupnpc sources from an alternative website +- #30216 build: Fix building fuzz binary on on SunOS / illumos +- #30217 depends: Update Boost download link ### Doc |