Skip to content

Commit 1088a98

Browse files
committed
Merge bitcoin/bitcoin#30222: [27.1] Finalize
d756a38 doc: update manual pages for 27.1 (fanquake) 93bb18f build: bump version to v27.1 final (fanquake) fcf1241 doc: update release notes for v27.1 final (fanquake) f2e05cd depends: Update Boost download link (Hennadii Stepanov) ba35920 build: Fix building `fuzz` binary on on SunOS / illumos (Hennadii Stepanov) Pull request description: Backports: * bitcoin/bitcoin#30216 * bitcoin/bitcoin#30217 I don't think either of these changes warrants an `rc2` cycle. ACKs for top commit: stickies-v: ACK d756a38 willcl-ark: ACK d756a38 Tree-SHA512: b5662143283a49156403d865dee25f3b6c22741345a4c8ff10f16845ea7a1a6d9d1319a70a44d07f31263bf1a6d85701146e9cc697b82a5a58922c48504a552c
2 parents fccd32e + d756a38 commit 1088a98

File tree

10 files changed

+26
-24
lines changed

10 files changed

+26
-24
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ AC_PREREQ([2.69])
22
define(_CLIENT_VERSION_MAJOR, 27)
33
define(_CLIENT_VERSION_MINOR, 1)
44
define(_CLIENT_VERSION_BUILD, 0)
5-
define(_CLIENT_VERSION_RC, 1)
5+
define(_CLIENT_VERSION_RC, 0)
66
define(_CLIENT_VERSION_IS_RELEASE, true)
77
define(_COPYRIGHT_YEAR, 2024)
88
define(_COPYRIGHT_HOLDERS,[The %s developers])

depends/packages/boost.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package=boost
22
$(package)_version=1.81.0
3-
$(package)_download_path=https://boostorg.jfrog.io/artifactory/main/release/$($(package)_version)/source/
3+
$(package)_download_path=https://archives.boost.io/release/$($(package)_version)/source/
44
$(package)_file_name=boost_$(subst .,_,$($(package)_version)).tar.bz2
55
$(package)_sha256_hash=71feeed900fbccca04a3b4f2f84a7c217186f28a940ed8b7ed4725986baf99fa
66
$(package)_patches=process_macos_sdk.patch

doc/man/bitcoin-cli.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH BITCOIN-CLI "1" "May 2024" "bitcoin-cli v27.1.0rc1" "User Commands"
2+
.TH BITCOIN-CLI "1" "June 2024" "bitcoin-cli v27.1.0" "User Commands"
33
.SH NAME
4-
bitcoin-cli \- manual page for bitcoin-cli v27.1.0rc1
4+
bitcoin-cli \- manual page for bitcoin-cli v27.1.0
55
.SH SYNOPSIS
66
.B bitcoin-cli
77
[\fI\,options\/\fR] \fI\,<command> \/\fR[\fI\,params\/\fR] \fI\,Send command to Bitcoin Core\/\fR
@@ -15,7 +15,7 @@ bitcoin-cli \- manual page for bitcoin-cli v27.1.0rc1
1515
.B bitcoin-cli
1616
[\fI\,options\/\fR] \fI\,help <command> Get help for a command\/\fR
1717
.SH DESCRIPTION
18-
Bitcoin Core RPC client version v27.1.0rc1
18+
Bitcoin Core RPC client version v27.1.0
1919
.SH OPTIONS
2020
.HP
2121
\-?

doc/man/bitcoin-qt.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH BITCOIN-QT "1" "May 2024" "bitcoin-qt v27.1.0rc1" "User Commands"
2+
.TH BITCOIN-QT "1" "June 2024" "bitcoin-qt v27.1.0" "User Commands"
33
.SH NAME
4-
bitcoin-qt \- manual page for bitcoin-qt v27.1.0rc1
4+
bitcoin-qt \- manual page for bitcoin-qt v27.1.0
55
.SH SYNOPSIS
66
.B bitcoin-qt
77
[\fI\,command-line options\/\fR] [\fI\,URI\/\fR]
88
.SH DESCRIPTION
9-
Bitcoin Core version v27.1.0rc1
9+
Bitcoin Core version v27.1.0
1010
.PP
1111
Optional URI is a Bitcoin address in BIP21 URI format.
1212
.SH OPTIONS

doc/man/bitcoin-tx.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH BITCOIN-TX "1" "May 2024" "bitcoin-tx v27.1.0rc1" "User Commands"
2+
.TH BITCOIN-TX "1" "June 2024" "bitcoin-tx v27.1.0" "User Commands"
33
.SH NAME
4-
bitcoin-tx \- manual page for bitcoin-tx v27.1.0rc1
4+
bitcoin-tx \- manual page for bitcoin-tx v27.1.0
55
.SH SYNOPSIS
66
.B bitcoin-tx
77
[\fI\,options\/\fR] \fI\,<hex-tx> \/\fR[\fI\,commands\/\fR] \fI\,Update hex-encoded bitcoin transaction\/\fR
88
.br
99
.B bitcoin-tx
1010
[\fI\,options\/\fR] \fI\,-create \/\fR[\fI\,commands\/\fR] \fI\,Create hex-encoded bitcoin transaction\/\fR
1111
.SH DESCRIPTION
12-
Bitcoin Core bitcoin\-tx utility version v27.1.0rc1
12+
Bitcoin Core bitcoin\-tx utility version v27.1.0
1313
.SH OPTIONS
1414
.HP
1515
\-?

doc/man/bitcoin-util.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH BITCOIN-UTIL "1" "May 2024" "bitcoin-util v27.1.0rc1" "User Commands"
2+
.TH BITCOIN-UTIL "1" "June 2024" "bitcoin-util v27.1.0" "User Commands"
33
.SH NAME
4-
bitcoin-util \- manual page for bitcoin-util v27.1.0rc1
4+
bitcoin-util \- manual page for bitcoin-util v27.1.0
55
.SH SYNOPSIS
66
.B bitcoin-util
77
[\fI\,options\/\fR] [\fI\,commands\/\fR] \fI\,Do stuff\/\fR
88
.SH DESCRIPTION
9-
Bitcoin Core bitcoin\-util utility version v27.1.0rc1
9+
Bitcoin Core bitcoin\-util utility version v27.1.0
1010
.SH OPTIONS
1111
.HP
1212
\-?

doc/man/bitcoin-wallet.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH BITCOIN-WALLET "1" "May 2024" "bitcoin-wallet v27.1.0rc1" "User Commands"
2+
.TH BITCOIN-WALLET "1" "June 2024" "bitcoin-wallet v27.1.0" "User Commands"
33
.SH NAME
4-
bitcoin-wallet \- manual page for bitcoin-wallet v27.1.0rc1
4+
bitcoin-wallet \- manual page for bitcoin-wallet v27.1.0
55
.SH DESCRIPTION
6-
Bitcoin Core bitcoin\-wallet version v27.1.0rc1
6+
Bitcoin Core bitcoin\-wallet version v27.1.0
77
.PP
88
bitcoin\-wallet is an offline tool for creating and interacting with Bitcoin Core wallet files.
99
By default bitcoin\-wallet will act on wallets in the default mainnet wallet directory in the datadir.

doc/man/bitcoind.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH BITCOIND "1" "May 2024" "bitcoind v27.1.0rc1" "User Commands"
2+
.TH BITCOIND "1" "June 2024" "bitcoind v27.1.0" "User Commands"
33
.SH NAME
4-
bitcoind \- manual page for bitcoind v27.1.0rc1
4+
bitcoind \- manual page for bitcoind v27.1.0
55
.SH SYNOPSIS
66
.B bitcoind
77
[\fI\,options\/\fR] \fI\,Start Bitcoin Core\/\fR
88
.SH DESCRIPTION
9-
Bitcoin Core version v27.1.0rc1
9+
Bitcoin Core version v27.1.0
1010
.SH OPTIONS
1111
.HP
1212
\-?

doc/release-notes.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
27.1rc1 Release Notes
1+
27.1 Release Notes
22
=====================
33

4-
Bitcoin Core version 27.1rc1 is now available from:
4+
Bitcoin Core version 27.1 is now available from:
55

6-
<https://bitcoincore.org/bin/bitcoin-core-27.1/test.rc1/>
6+
<https://bitcoincore.org/bin/bitcoin-core-27.1/>
77

88
This release includes various bug fixes and performance
99
improvements, as well as updated translations.
@@ -74,6 +74,8 @@ Notable changes
7474
- #29985 depends: Fix build of Qt for 32-bit platforms with recent glibc
7575
- #30097 crypto: disable asan for sha256_sse4 with clang and -O0
7676
- #30151 depends: Fetch miniupnpc sources from an alternative website
77+
- #30216 build: Fix building fuzz binary on on SunOS / illumos
78+
- #30217 depends: Update Boost download link
7779

7880
### Doc
7981

src/Makefile.test.include

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ FUZZ_SUITE_LD_COMMON += $(LIBBITCOIN_ZMQ) $(ZMQ_LIBS)
274274
endif
275275

276276
if ENABLE_FUZZ_BINARY
277-
test_fuzz_fuzz_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) $(BOOST_CPPFLAGS)
277+
test_fuzz_fuzz_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) $(BOOST_CPPFLAGS) $(EVENT_CFLAGS)
278278
test_fuzz_fuzz_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
279279
test_fuzz_fuzz_LDADD = $(FUZZ_SUITE_LD_COMMON)
280280
test_fuzz_fuzz_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) $(PTHREAD_FLAGS)

0 commit comments

Comments
 (0)