From 49a777d0dd0d28105b6ed397976fa8ba66960fea Mon Sep 17 00:00:00 2001 From: fanquake Date: Fri, 27 Feb 2026 11:38:38 +0000 Subject: [PATCH] doc: update release notes for v30.x --- doc/release-notes.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/release-notes.md b/doc/release-notes.md index f5d7d3976db..12eccd1ce58 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -46,11 +46,13 @@ Notable changes ### Net +- #34093 netif: fix compilation warning in QueryDefaultGatewayImpl() - #34549 net: reduce log level for PCP/NAT-PMP NOT_AUTHORIZED failures ### PSBT - #34272 psbt: Fix PSBTInputSignedAndVerified bounds assert +- #34219 psbt: validate pubkeys in MuSig2 pubnonce/partial sig deserialization ### Miniscript @@ -61,6 +63,8 @@ Notable changes - #34281 build: Temporarily remove confusing and brittle -fdebug-prefix-map - #34554 build: avoid exporting secp256k1 symbols - #34627 guix: use a temporary file over sponge, drop moreutils +- #34713 depends: Allow building Qt packages after interruption +- #34754 depends: Qt fixes for GCC 16 compatibility ### Test @@ -70,6 +74,11 @@ Notable changes - #34409 test: use ModuleNotFoundError in interface_ipc.py - #34445 fuzz: Use AFL_SHM_ID for naming test directories - #34608 test: Fix broken --valgrind handling after bitcoin wrapper +- #34690 test: Add missing timeout_factor to zmq socket + +### Util + +- #34597 util: Fix UB in SetStdinEcho when ENOTTY ### Doc @@ -78,6 +87,9 @@ Notable changes - #34510 doc: fix broken bpftrace installation link - #34561 wallet: rpc: manpage: fix example missing `fee_rate` argument - #34671 doc: Update Guix install for Debian/Ubuntu +- #34702 doc: Fix fee field in getblock RPC result +- #34706 doc: Improve dependencies.md IPC documentation +- #34789 doc: update build guides pre v31 ### CI @@ -102,9 +114,12 @@ Thanks to everyone who directly contributed to this release: - marcofleon - MarcoFalke - mzumsande +- nervana21 - Padraic Slattery +- ryanofsky - Sebastian Falbesoner - SomberNight +- tboy1337 - theuni - ToRyVand - willcl-ark