@@ -2,7 +2,7 @@ Bitcoin Core version 29.x is now available from:
22
33 < https://bitcoincore.org/bin/bitcoin-core-29.x/ >
44
5- This release includes new features, various bug fixes and performance
5+ This release includes various bug fixes and performance
66improvements, as well as updated translations.
77
88Please report bugs using the issue tracker at GitHub:
@@ -39,6 +39,7 @@ Notable changes
3939
4040### Wallet
4141
42+ - #31757 wallet: fix crash on double block disconnection
4243- #32553 wallet: Fix logging of wallet version
4344
4445### Test
@@ -47,6 +48,8 @@ Notable changes
4748- #32312 test: Fix feature_pruning test after nTime typo fix
4849- #32336 test: Suppress upstream -Wduplicate-decl-specifier in bpfcc
4950- #32483 test: fix two intermittent failures in wallet_basic.py
51+ - #32630 test: fix sync function in rpc_psbt.py
52+ - #32765 test: Fix list index out of range error in feature_bip68_sequence.py
5053
5154### Util
5255
@@ -57,6 +60,12 @@ Notable changes
5760- #32356 cmake: Respect user-provided configuration-specific flags
5861- #32437 crypto: disable ASan for sha256_sse4 with Clang
5962- #32469 cmake: Allow WITH_DBUS on all Unix-like systems
63+ - #32439 guix: accomodate migration to codeberg
64+ - #32551 cmake: Add missed SSE41_CXXFLAGS
65+ - #32568 depends: use "mkdir -p" when installing xproto
66+ - #32678 guix: warn and abort when SOURCE_DATE_EPOCH is set
67+ - #32690 depends: fix SHA256SUM command on OpenBSD (use GNU mode output)
68+ - #32760 depends: capnp 1.2.0
6069
6170### Gui
6271
@@ -65,8 +74,18 @@ Notable changes
6574
6675### Doc
6776
77+ - #32333 doc: Add missing top-level description to pruneblockchain RPC
6878- #32353 doc: Fix fuzz test_runner.py path
6979- #32389 doc: Fix test_bitcoin path
80+ - #32607 rpc: Note in fundrawtransaction doc, fee rate is for package
81+ - #32679 doc: update tor docs to use bitcoind binary from path
82+ - #32693 depends: fix cmake compatibility error for freetype
83+ - #32696 doc: make -DWITH_ZMQ=ON explicit on build-unix.md
84+ - #32708 rpc, doc: update listdescriptors RCP help
85+ - #32711 doc: add missing packages for BSDs (cmake, gmake, curl) to depends/README.md
86+ - #32719 doc, windows: CompanyName "Bitcoin" => "Bitcoin Core project"
87+ - #32776 doc: taproot became always active in v24.0
88+ - #32777 doc: fix Transifex 404s
7089
7190### CI
7291
@@ -76,23 +95,36 @@ Notable changes
7695
7796- #32187 refactor: Remove spurious virtual from final ~ CZMQNotificationInterface
7897- #32454 tracing: fix invalid argument in mempool_monitor
98+ - #32771 contrib: tracing: Fix read of pmsg_type in p2p_monitor.py
7999
80100Credits
81101=======
82102
83103Thanks to everyone who directly contributed to this release:
84104
85105- achow101
106+ - benthecarman
86107- Brandon Odiwuor
108+ - davidgumberg
87109- enirox001
88110- fanquake
89111- furszy
90112- Hennadii Stepanov
113+ - hodlinator
114+ - ismaelsadeeq
91115- jb55
116+ - josibake
92117- laanwj
118+ - luisschwab
93119- MarcoFalke
94120- Martin Zumsande
95121- monlovesmango
122+ - nervana21
123+ - rkrux
124+ - Sjors
125+ - theStack
126+ - willcl-ark
127+ - zaidmstrr
96128
97129As well as to everyone that helped with translations on
98- [ Transifex] ( https://www .transifex.com/bitcoin/bitcoin/ ) .
130+ [ Transifex] ( https://explore .transifex.com/bitcoin/bitcoin/ ) .
0 commit comments