Skip to content

Commit 9b480f7

Browse files
committed
Merge bitcoin/bitcoin#30414: [doc] archive v26.2 release notes
3c61cf3 [doc] archive v26.2 release notes (glozow) Pull request description: To create the github release ACKs for top commit: achow101: ACK 3c61cf3 stickies-v: ACK 3c61cf3 Tree-SHA512: 70c316c68f73baae4abf4e5c8999620a7d7aa869a1dd51a4f72dc9093f24a52916249ee460648fe82bc6c1e5d568b9dca185b10b8faa86b499d84e30c65be3fa
2 parents f4849f6 + 3c61cf3 commit 9b480f7

File tree

1 file changed

+94
-0
lines changed

1 file changed

+94
-0
lines changed
Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
26.2 Release Notes
2+
==================
3+
4+
Bitcoin Core version 26.2 is now available from:
5+
6+
<https://bitcoincore.org/bin/bitcoin-core-26.2/>
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 11.0+, 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+
Notable changes
41+
===============
42+
43+
### Script
44+
45+
- #29853: sign: don't assume we are parsing a sane TapMiniscript
46+
47+
### P2P and network changes
48+
49+
- #29691: Change Luke Dashjr seed to dashjr-list-of-p2p-nodes.us
50+
- #30085: p2p: detect addnode cjdns peers in GetAddedNodeInfo()
51+
52+
### RPC
53+
54+
- #29869: rpc, bugfix: Enforce maximum value for setmocktime
55+
- #28554: bugfix: throw an error if an invalid parameter is passed to getnetworkhashps RPC
56+
- #30094: rpc: move UniValue in blockToJSON
57+
- #29870: rpc: Reword SighashFromStr error message
58+
59+
### Build
60+
61+
- #29747: depends: fix mingw-w64 Qt DEBUG=1 build
62+
- #29985: depends: Fix build of Qt for 32-bit platforms with recent glibc
63+
- #30151: depends: Fetch miniupnpc sources from an alternative website
64+
- #30283: upnp: fix build with miniupnpc 2.2.8
65+
66+
### Misc
67+
68+
- #29776: ThreadSanitizer: Fix #29767
69+
- #29856: ci: Bump s390x to ubuntu:24.04
70+
- #29764: doc: Suggest installing dev packages for debian/ubuntu qt5 build
71+
- #30149: contrib: Renew Windows code signing certificate
72+
73+
Credits
74+
=======
75+
76+
Thanks to everyone who directly contributed to this release:
77+
78+
- Antoine Poinsot
79+
- Ava Chow
80+
- Cory Fields
81+
- dergoegge
82+
- fanquake
83+
- glozow
84+
- Hennadii Stepanov
85+
- Jameson Lopp
86+
- jonatack
87+
- laanwj
88+
- Luke Dashjr
89+
- MarcoFalke
90+
- nanlour
91+
- willcl-ark
92+
93+
As well as to everyone that helped with translations on
94+
[Transifex](https://www.transifex.com/bitcoin/bitcoin/).

0 commit comments

Comments
 (0)