Skip to content

Commit ac63745

Browse files
committed
Merge bitcoin#32480: [28.x] 28.2rc1
186e3f1 doc: update manual pages for 28.2rc1 (fanquake) bbfb994 build: bump version to 28.2rc1 (fanquake) fdc629f doc: update release notes for 28.2rc1 (fanquake) Pull request description: Final changes for `v28.2rc1`. ACKs for top commit: willcl-ark: ACK 186e3f1 Tree-SHA512: 56c192c9bfb7b2d69b7b039d8e024c18ba39dffed42dbd120f15644cac134e008333ec73ac6ef501db2f2a0f3b125b3003650c4209fa26d0ecb8b566d417374e
2 parents a124b91 + 186e3f1 commit ac63745

File tree

8 files changed

+28
-28
lines changed

8 files changed

+28
-28
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
AC_PREREQ([2.69])
22
define(_CLIENT_VERSION_MAJOR, 28)
3-
define(_CLIENT_VERSION_MINOR, 1)
3+
define(_CLIENT_VERSION_MINOR, 2)
44
define(_CLIENT_VERSION_BUILD, 0)
5-
define(_CLIENT_VERSION_RC, 0)
5+
define(_CLIENT_VERSION_RC, 1)
66
define(_CLIENT_VERSION_IS_RELEASE, true)
77
define(_COPYRIGHT_YEAR, 2025)
88
define(_COPYRIGHT_HOLDERS,[The %s developers])

doc/man/bitcoin-cli.1

Lines changed: 4 additions & 4 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" "December 2024" "bitcoin-cli v28.1.0" "User Commands"
2+
.TH BITCOIN-CLI "1" "May 2025" "bitcoin-cli v28.2.0rc1" "User Commands"
33
.SH NAME
4-
bitcoin-cli \- manual page for bitcoin-cli v28.1.0
4+
bitcoin-cli \- manual page for bitcoin-cli v28.2.0rc1
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 v28.1.0
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 v28.1.0
18+
Bitcoin Core RPC client version v28.2.0rc1
1919
.SH OPTIONS
2020
.HP
2121
\-?
@@ -176,7 +176,7 @@ Consider moving to testnet4 now by using \fB\-testnet4\fR.
176176
.IP
177177
Use the testnet4 chain. Equivalent to \fB\-chain\fR=\fI\,testnet4\/\fR.
178178
.SH COPYRIGHT
179-
Copyright (C) 2009-2024 The Bitcoin Core developers
179+
Copyright (C) 2009-2025 The Bitcoin Core developers
180180

181181
Please contribute if you find Bitcoin Core useful. Visit
182182
<https://bitcoincore.org/> for further information about the software.

doc/man/bitcoin-qt.1

Lines changed: 4 additions & 4 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" "December 2024" "bitcoin-qt v28.1.0" "User Commands"
2+
.TH BITCOIN-QT "1" "May 2025" "bitcoin-qt v28.2.0rc1" "User Commands"
33
.SH NAME
4-
bitcoin-qt \- manual page for bitcoin-qt v28.1.0
4+
bitcoin-qt \- manual page for bitcoin-qt v28.2.0rc1
55
.SH SYNOPSIS
66
.B bitcoin-qt
77
[\fI\,command-line options\/\fR] [\fI\,URI\/\fR]
88
.SH DESCRIPTION
9-
Bitcoin Core version v28.1.0
9+
Bitcoin Core version v28.2.0rc1
1010
.PP
1111
Optional URI is a Bitcoin address in BIP21 URI format.
1212
.SH OPTIONS
@@ -836,7 +836,7 @@ Reset all settings changed in the GUI
836836
.IP
837837
Show splash screen on startup (default: 1)
838838
.SH COPYRIGHT
839-
Copyright (C) 2009-2024 The Bitcoin Core developers
839+
Copyright (C) 2009-2025 The Bitcoin Core developers
840840

841841
Please contribute if you find Bitcoin Core useful. Visit
842842
<https://bitcoincore.org/> for further information about the software.

doc/man/bitcoin-tx.1

Lines changed: 4 additions & 4 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" "December 2024" "bitcoin-tx v28.1.0" "User Commands"
2+
.TH BITCOIN-TX "1" "May 2025" "bitcoin-tx v28.2.0rc1" "User Commands"
33
.SH NAME
4-
bitcoin-tx \- manual page for bitcoin-tx v28.1.0
4+
bitcoin-tx \- manual page for bitcoin-tx v28.2.0rc1
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 v28.1.0
12+
Bitcoin Core bitcoin\-tx utility version v28.2.0rc1
1313
.SH OPTIONS
1414
.HP
1515
\-?
@@ -142,7 +142,7 @@ set=NAME:JSON\-STRING
142142
.IP
143143
Set register NAME to given JSON\-STRING
144144
.SH COPYRIGHT
145-
Copyright (C) 2009-2024 The Bitcoin Core developers
145+
Copyright (C) 2009-2025 The Bitcoin Core developers
146146

147147
Please contribute if you find Bitcoin Core useful. Visit
148148
<https://bitcoincore.org/> for further information about the software.

doc/man/bitcoin-util.1

Lines changed: 4 additions & 4 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" "December 2024" "bitcoin-util v28.1.0" "User Commands"
2+
.TH BITCOIN-UTIL "1" "May 2025" "bitcoin-util v28.2.0rc1" "User Commands"
33
.SH NAME
4-
bitcoin-util \- manual page for bitcoin-util v28.1.0
4+
bitcoin-util \- manual page for bitcoin-util v28.2.0rc1
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 v28.1.0
9+
Bitcoin Core bitcoin\-util utility version v28.2.0rc1
1010
.SH OPTIONS
1111
.HP
1212
\-?
@@ -60,7 +60,7 @@ grind
6060
.IP
6161
Perform proof of work on hex header string
6262
.SH COPYRIGHT
63-
Copyright (C) 2009-2024 The Bitcoin Core developers
63+
Copyright (C) 2009-2025 The Bitcoin Core developers
6464

6565
Please contribute if you find Bitcoin Core useful. Visit
6666
<https://bitcoincore.org/> for further information about the software.

doc/man/bitcoin-wallet.1

Lines changed: 4 additions & 4 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" "December 2024" "bitcoin-wallet v28.1.0" "User Commands"
2+
.TH BITCOIN-WALLET "1" "May 2025" "bitcoin-wallet v28.2.0rc1" "User Commands"
33
.SH NAME
4-
bitcoin-wallet \- manual page for bitcoin-wallet v28.1.0
4+
bitcoin-wallet \- manual page for bitcoin-wallet v28.2.0rc1
55
.SH DESCRIPTION
6-
Bitcoin Core bitcoin\-wallet version v28.1.0
6+
Bitcoin Core bitcoin\-wallet version v28.2.0rc1
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.
@@ -121,7 +121,7 @@ salvage
121121
Attempt to recover private keys from a corrupt wallet. Warning:
122122
\&'salvage' is experimental.
123123
.SH COPYRIGHT
124-
Copyright (C) 2009-2024 The Bitcoin Core developers
124+
Copyright (C) 2009-2025 The Bitcoin Core developers
125125

126126
Please contribute if you find Bitcoin Core useful. Visit
127127
<https://bitcoincore.org/> for further information about the software.

doc/man/bitcoind.1

Lines changed: 4 additions & 4 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" "December 2024" "bitcoind v28.1.0" "User Commands"
2+
.TH BITCOIND "1" "May 2025" "bitcoind v28.2.0rc1" "User Commands"
33
.SH NAME
4-
bitcoind \- manual page for bitcoind v28.1.0
4+
bitcoind \- manual page for bitcoind v28.2.0rc1
55
.SH SYNOPSIS
66
.B bitcoind
77
[\fI\,options\/\fR] \fI\,Start Bitcoin Core\/\fR
88
.SH DESCRIPTION
9-
Bitcoin Core version v28.1.0
9+
Bitcoin Core version v28.2.0rc1
1010
.SH OPTIONS
1111
.HP
1212
\-?
@@ -812,7 +812,7 @@ subject to empty whitelists.
812812
.IP
813813
Accept command line and JSON\-RPC commands
814814
.SH COPYRIGHT
815-
Copyright (C) 2009-2024 The Bitcoin Core developers
815+
Copyright (C) 2009-2025 The Bitcoin Core developers
816816

817817
Please contribute if you find Bitcoin Core useful. Visit
818818
<https://bitcoincore.org/> for further information about the software.

doc/release-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Bitcoin Core version 28.x is now available from:
1+
Bitcoin Core version 28.2rc1 is now available from:
22

3-
<https://bitcoincore.org/bin/bitcoin-core-28.x>
3+
<https://bitcoincore.org/bin/bitcoin-core-28.2/test.rc1/>
44

55
This release includes new features, various bug fixes and performance
66
improvements, as well as updated translations.

0 commit comments

Comments
 (0)