Skip to content

Commit 9314113

Browse files
committed
Merge bitcoin/bitcoin#33610: doc: archive release notes for v29.2
c11a3dc doc: archive release notes for v29.2 (fanquake) Pull request description: ACKs for top commit: janb84: ACK c11a3dc stickies-v: ACK c11a3dc, matches https://github.com/bitcoin/bitcoin/blob/3226616493289b111997bb107e569fef54386743/doc/release-notes.md Tree-SHA512: bb566000d6907f70785f45878208479c01df7aa3a50f46ccf9156478bbc798d56b64f5c3fd6555900e03fe44ad7021c0513ed711c22eec4a783e84cd89f8a73c
2 parents 6e1adbb + c11a3dc commit 9314113

File tree

1 file changed

+91
-0
lines changed

1 file changed

+91
-0
lines changed
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
Bitcoin Core version 29.2 is now available from:
2+
3+
<https://bitcoincore.org/bin/bitcoin-core-29.2/>
4+
5+
This release includes various bug fixes and performance
6+
improvements, as well as updated translations.
7+
8+
Please report bugs using the issue tracker at GitHub:
9+
10+
<https://github.com/bitcoin/bitcoin/issues>
11+
12+
To receive security and update notifications, please subscribe to:
13+
14+
<https://bitcoincore.org/en/list/announcements/join/>
15+
16+
How to Upgrade
17+
==============
18+
19+
If you are running an older version, shut it down. Wait until it has completely
20+
shut down (which might take a few minutes in some cases), then run the
21+
installer (on Windows) or just copy over `/Applications/Bitcoin-Qt` (on macOS)
22+
or `bitcoind`/`bitcoin-qt` (on Linux).
23+
24+
Upgrading directly from a version of Bitcoin Core that has reached its EOL is
25+
possible, but it might take some time if the data directory needs to be migrated. Old
26+
wallet versions of Bitcoin Core are generally supported.
27+
28+
Compatibility
29+
==============
30+
31+
Bitcoin Core is supported and tested on operating systems using the
32+
Linux Kernel 3.17+, macOS 13+, and Windows 10+. Bitcoin
33+
Core should also work on most other Unix-like systems but is not as
34+
frequently tested on them. It is not recommended to use Bitcoin Core on
35+
unsupported systems.
36+
37+
Notable changes
38+
===============
39+
40+
### P2P
41+
42+
- #32646 p2p: Add witness mutation check inside FillBlock
43+
- #33296 net: check for empty header before calling FillBlock
44+
- #33395 net: do not apply whitelist permissions to onion inbounds
45+
46+
### Mempool
47+
48+
- #33504 mempool: Do not enforce TRUC checks on reorg
49+
50+
### RPC
51+
52+
- #33446 rpc: fix getblock(header) returns target for tip
53+
54+
### CI
55+
56+
- #32989 ci: Migrate CI to hosted Cirrus Runners
57+
- #32999 ci: Use APT_LLVM_V in msan task
58+
- #33099 ci: allow for any libc++ intrumentation & use it for TSAN
59+
- #33258 ci: use LLVM 21
60+
- #33364 ci: always use tag for LLVM checkout
61+
62+
### Doc
63+
64+
- #33484 doc: rpc: fix case typo in `finalizepsbt` help
65+
66+
### Misc
67+
68+
- #33310 trace: Workaround GCC bug compiling with old systemtap
69+
- #33340 Fix benchmark CSV output
70+
- #33482 contrib: fix macOS deployment with no translations
71+
72+
Credits
73+
=======
74+
75+
Thanks to everyone who directly contributed to this release:
76+
77+
- Amisha Chhajed
78+
- Eugene Siegel
79+
- fanquake
80+
- Greg Sanders
81+
- Hennadii Stepanov
82+
- Luke Dashjr
83+
- MarcoFalke
84+
- Martin Zumsande
85+
- Sebastian Falbesoner
86+
- Sjors Provoost
87+
- Vasil Dimov
88+
- Will Clark
89+
90+
As well as to everyone that helped with translations on
91+
[Transifex](https://explore.transifex.com/bitcoin/bitcoin/).

0 commit comments

Comments
 (0)