Skip to content

Commit 3206e45

Browse files
committed
Merge bitcoin/bitcoin#29830: doc: 25.2 historical release notes
93bd2e2 doc: 25.2 historical release notes (Ava Chow) Pull request description: ACKs for top commit: laanwj: ACK 93bd2e2 ismaelsadeeq: ACK 93bd2e2 Tree-SHA512: da4b6950b812cbc9b379de1d04ef4111e0b1336d943e41efed53ebe754cb3a2a54fa4dda39629535cc1521c56a87d1169d34db8041066cda00dcb5e6fa71638b
2 parents f0794cb + 93bd2e2 commit 3206e45

File tree

1 file changed

+74
-0
lines changed

1 file changed

+74
-0
lines changed
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
25.2 Release Notes
2+
==================
3+
4+
Bitcoin Core version 25.2 is now available from:
5+
6+
<https://bitcoincore.org/bin/bitcoin-core-25.2>
7+
8+
This release includes 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+
Notable changes
41+
===============
42+
43+
### Gui
44+
45+
- gui#774 Fix crash on selecting "Mask values" in transaction view
46+
47+
### RPC
48+
49+
- #29003 rpc: fix getrawtransaction segfault
50+
51+
### Wallet
52+
53+
- #29176 wallet: Fix use-after-free in WalletBatch::EraseRecords
54+
- #29510 wallet: `getrawchangeaddress` and `getnewaddress` failures should not affect keypools for descriptor wallets
55+
56+
### P2P and network changes
57+
58+
- #29412 p2p: Don't process mutated blocks
59+
- #29524 p2p: Don't consider blocks mutated if they don't connect to known prev block
60+
61+
Credits
62+
=======
63+
64+
Thanks to everyone who directly contributed to this release:
65+
66+
- Martin Zumsande
67+
- Sebastian Falbesoner
68+
- MarcoFalke
69+
- UdjinM6
70+
- dergoegge
71+
- Greg Sanders
72+
73+
As well as to everyone that helped with translations on
74+
[Transifex](https://www.transifex.com/bitcoin/bitcoin/).

0 commit comments

Comments
 (0)