Skip to content

Commit 96ec3b6

Browse files
committed
Merge bitcoin#28707: doc: add historical release notes for 24.2
3f482ac doc: add historical release notes for 24.2 (fanquake) Pull request description: v24.2 has [been tagged](https://github.com/bitcoin/bitcoin/releases/tag/v24.2). ACKs for top commit: stickies-v: ACK 3f482ac Tree-SHA512: 71773832910ecda7ed34c6545d184ecbc743d9a36aadd8e4bd367ff60ef5b8048d39335b2347878c4a1a076cc691f12f0e36e8db542757c883d7f83d1161625d
2 parents ab61087 + 3f482ac commit 96ec3b6

File tree

1 file changed

+76
-0
lines changed

1 file changed

+76
-0
lines changed
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
24.2 Release Notes
2+
==================
3+
4+
Bitcoin Core version 24.2 is now available from:
5+
6+
<https://bitcoincore.org/bin/bitcoin-core-24.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+
### Fees
41+
42+
- #27622 Fee estimation: avoid serving stale fee estimate
43+
44+
### RPC and other APIs
45+
46+
- #27727 rpc: Fix invalid bech32 address handling
47+
48+
### Build System
49+
50+
- #28097 depends: xcb-proto 1.15.2
51+
- #28543 build, macos: Fix qt package build with new Xcode 15 linker
52+
- #28571 depends: fix unusable memory_resource in macos qt build
53+
54+
### CI
55+
56+
- #27777 ci: Prune dangling images on RESTART_CI_DOCKER_BEFORE_RUN
57+
- #27834 ci: Nuke Android APK task, Use credits for tsan
58+
- #27844 ci: Use podman stop over podman kill
59+
- #27886 ci: Switch to amd64 container in "ARM" task
60+
61+
### Miscellaneous
62+
- #28452 Do not use std::vector = {} to release memory
63+
64+
Credits
65+
=======
66+
67+
Thanks to everyone who directly contributed to this release:
68+
69+
- Abubakar Sadiq Ismail
70+
- Hennadii Stepanov
71+
- Marco Falke
72+
- Michael Ford
73+
- Pieter Wuille
74+
75+
As well as to everyone that helped with translations on
76+
[Transifex](https://www.transifex.com/bitcoin/bitcoin/).

0 commit comments

Comments
 (0)