|
| 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