What changed, and why it matters
This commit simply archives the release notes for Bitcoin Core version 29.2. It adds a documentation file listing bug fixes, performance improvements, and contributor credits. There are no code changes and no security-relevant action in the commit itself.
No action required; this is a documentation-only commit. Review the referenced pull requests separately if assessing the security content of the v29.2 release.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit creates doc/release-notes/release-notes-29.2.md, a markdown file summarizing the v29.2 release. The diff is purely additive documentation (+91 lines) and references prior merged pull requests under categories such as P2P, Mempool, RPC, CI, Doc, and Misc. No source code is modified.
Changed components
doc/release-notes/release-notes-29.2.mdInspect captured patch +91 / −0
diff --git a/doc/release-notes/release-notes-29.2.md b/doc/release-notes/release-notes-29.2.md
new file mode 100644
index 00000000..b981b8a7
--- /dev/null
+++ b/doc/release-notes/release-notes-29.2.md
@@ -0,0 +1,91 @@
+Bitcoin Core version 29.2 is now available from:
+
+ <https://bitcoincore.org/bin/bitcoin-core-29.2/>
+
+This release includes various bug fixes and performance
+improvements, as well as updated translations.
+
+Please report bugs using the issue tracker at GitHub:
+
+ <https://github.com/bitcoin/bitcoin/issues>
+
+To receive security and update notifications, please subscribe to:
+
+ <https://bitcoincore.org/en/list/announcements/join/>
+
+How to Upgrade
+==============
+
+If you are running an older version, shut it down. Wait until it has completely
+shut down (which might take a few minutes in some cases), then run the
+installer (on Windows) or just copy over `/Applications/Bitcoin-Qt` (on macOS)
+or `bitcoind`/`bitcoin-qt` (on Linux).
+
+Upgrading directly from a version of Bitcoin Core that has reached its EOL is
+possible, but it might take some time if the data directory needs to be migrated. Old
+wallet versions of Bitcoin Core are generally supported.
+
+Compatibility
+==============
+
+Bitcoin Core is supported and tested on operating systems using the
+Linux Kernel 3.17+, macOS 13+, and Windows 10+. Bitcoin
+Core should also work on most other Unix-like systems but is not as
+frequently tested on them. It is not recommended to use Bitcoin Core on
+unsupported systems.
+
+Notable changes
+===============
+
+### P2P
+
+- #32646 p2p: Add witness mutation check inside FillBlock
+- #33296 net: check for empty header before calling FillBlock
+- #33395 net: do not apply whitelist permissions to onion inbounds
+
+### Mempool
+
+- #33504 mempool: Do not enforce TRUC checks on reorg
+
+### RPC
+
+- #33446 rpc: fix getblock(header) returns target for tip
+
+### CI
+
+- #32989 ci: Migrate CI to hosted Cirrus Runners
+- #32999 ci: Use APT_LLVM_V in msan task
+- #33099 ci: allow for any libc++ intrumentation & use it for TSAN
+- #33258 ci: use LLVM 21
+- #33364 ci: always use tag for LLVM checkout
+
+### Doc
+
+- #33484 doc: rpc: fix case typo in `finalizepsbt` help
+
+### Misc
+
+- #33310 trace: Workaround GCC bug compiling with old systemtap
+- #33340 Fix benchmark CSV output
+- #33482 contrib: fix macOS deployment with no translations
+
+Credits
+=======
+
+Thanks to everyone who directly contributed to this release:
+
+- Amisha Chhajed
+- Eugene Siegel
+- fanquake
+- Greg Sanders
+- Hennadii Stepanov
+- Luke Dashjr
+- MarcoFalke
+- Martin Zumsande
+- Sebastian Falbesoner
+- Sjors Provoost
+- Vasil Dimov
+- Will Clark
+
+As well as to everyone that helped with translations on
+[Transifex](https://explore.transifex.com/bitcoin/bitcoin/).
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.