Skip to content

Commit 7386da7

Browse files
committed
Merge bitcoin/bitcoin#26709: doc: add 23.1 release notes
a272480 doc: add 23.1 release notes (fanquake) Pull request description: Same as past releases / bitcoin/bitcoin#26524 etc. ACKs for top commit: stickies-v: ACK a272480 Tree-SHA512: e9f7ad72c23c8621e8a98ffa0dc0d08ebe30ad0bc8d23e25fabda5b1a9318ff74c65344821267c6af5a8d94c26c775ce83a67cbe0c4922eac07a4319fd94eb49
2 parents 5055d07 + a272480 commit 7386da7

File tree

1 file changed

+90
-0
lines changed

1 file changed

+90
-0
lines changed
Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
23.1 Release Notes
2+
==================
3+
4+
Bitcoin Core version 23.1 is now available from:
5+
6+
<https://bitcoincore.org/bin/bitcoin-core-23.1/>
7+
8+
This release includes new features, various bug fixes and performance
9+
improvements, as well as updated translations.
10+
11+
Please report bugs using the issue tracker at GitHub:
12+
13+
<https://github.com/bitcoin/bitcoin/issues>
14+
15+
To receive security and update notifications, please subscribe to:
16+
17+
<https://bitcoincore.org/en/list/announcements/join/>
18+
19+
How to Upgrade
20+
==============
21+
22+
If you are running an older version, shut it down. Wait until it has completely
23+
shut down (which might take a few minutes in some cases), then run the
24+
installer (on Windows) or just copy over `/Applications/Bitcoin-Qt` (on macOS)
25+
or `bitcoind`/`bitcoin-qt` (on Linux).
26+
27+
Upgrading directly from a version of Bitcoin Core that has reached its EOL is
28+
possible, but it might take some time if the data directory needs to be migrated. Old
29+
wallet versions of Bitcoin Core are generally supported.
30+
31+
Compatibility
32+
==============
33+
34+
Bitcoin Core is supported and extensively tested on operating systems
35+
using the Linux kernel, macOS 10.15+, and Windows 7 and newer. Bitcoin
36+
Core should also work on most other Unix-like systems but is not as
37+
frequently tested on them. It is not recommended to use Bitcoin Core on
38+
unsupported systems.
39+
40+
### P2P
41+
42+
- #25314 p2p: always set nTime for self-advertisements
43+
44+
### RPC and other APIs
45+
46+
- #25220 rpc: fix incorrect warning for address type p2sh-segwit in createmultisig
47+
- #25237 rpc: Capture UniValue by ref for rpcdoccheck
48+
- #25983 Prevent data race for pathHandlers
49+
- #26275 Fix crash on deriveaddresses when index is 2147483647 (2^31-1)
50+
51+
### Build system
52+
53+
- #25201 windeploy: Renewed windows code signing certificate
54+
- #25788 guix: patch NSIS to remove .reloc sections from installer stubs
55+
- #25861 guix: use --build={arch}-guix-linux-gnu in cross toolchain
56+
- #25985 Revert "build: Use Homebrew's sqlite package if it is available"
57+
58+
### GUI
59+
60+
- #24668 build, qt: bump Qt5 version to 5.15.3
61+
- gui#631 Disallow encryption of watchonly wallets
62+
- gui#680 Fixes MacOS 13 segfault by preventing certain notifications
63+
64+
### Tests
65+
66+
- #24454 tests: Fix calculation of external input weights
67+
68+
### Miscellaneous
69+
70+
- #26321 Adjust .tx/config for new Transifex CLI
71+
72+
Credits
73+
=======
74+
75+
Thanks to everyone who directly contributed to this release:
76+
77+
- Andrew Chow
78+
- brunoerg
79+
- Hennadii Stepanov
80+
- John Moffett
81+
- MacroFake
82+
- Martin Zumsande
83+
- Michael Ford
84+
- muxator
85+
- Pavol Rusnak
86+
- Sebastian Falbesoner
87+
- W. J. van der Laan
88+
89+
As well as to everyone that helped with translations on
90+
[Transifex](https://www.transifex.com/bitcoin/bitcoin/).

0 commit comments

Comments
 (0)