Skip to content

Commit f0848f7

Browse files
rustyrussellendothermicdev
authored andcommitted
v24.11.2: CHANGELOG update.
Note that we didn't backport the db changes, since that would complicate upgrades to v25.02. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
1 parent e069252 commit f0848f7

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6+
## [24.11.2] - 2025-04-03: "The lightning-dev Mailing List III"
7+
8+
Important fixes for bugs in v24.11.
9+
10+
### Fixed
11+
12+
- wallet: we could miss our own returned outputs on mutual closes if peer doesn't support option_shutdown_anysegwit. Any missing outputs can be found by rescan after upgrade, or upgrading to v25.02.1 ([#8175])
13+
- lightningd: incorrect spamming of log and potential crash on testnet case of duplicate HTLCs and slow closing. ([#8192])
14+
- Protocol: Egregious anchor fee paid for unilateral close txs due to HTLC timeouts; it's not as urgent as our code made out! ([#8190])
15+
- lightningd: occasional crash on bitcoind callback. ([#8186])
16+
- autoclean/chanbackup: fixed tracepoint crash on large number of requests. ([#8188])
17+
- autoclean: fixed occasional crash when tracepoints compiled in. ([#8198])
18+
- `topology` crash on invoice creation if a peer had a really high feerate. ([#8187])
19+
20+
[#8186]: https://github.com/ElementsProject/lightning/pull/8186
21+
[#8192]: https://github.com/ElementsProject/lightning/pull/8192
22+
[#8187]: https://github.com/ElementsProject/lightning/pull/8187
23+
[#8190]: https://github.com/ElementsProject/lightning/pull/8190
24+
[#8175]: https://github.com/ElementsProject/lightning/pull/8175
25+
[#8188]: https://github.com/ElementsProject/lightning/pull/8188
26+
[#8198]: https://github.com/ElementsProject/lightning/pull/8198
27+
[25.11.2]: https://github.com/ElementsProject/lightning/releases/tag/v24.11.2
28+
629
## [24.11.1] - 2024-12-16: "The lightning-dev Mailing List II"
730

831
Minor fixes, particularly for xpay users.

0 commit comments

Comments
 (0)