Skip to content

Commit e984547

Browse files
committed
v25.02.1: CHANGELOG update
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
1 parent 96bd0fb commit e984547

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,33 @@ 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+
## [25.02.1] - 2025-04-03: "Onion Packet Filler Accreditation II"
7+
8+
Important fixes for bugs in v25.02.
9+
10+
### Fixed
11+
12+
- wallet: we could miss our own returned outputs on mutual closes if peer doesn't support option_shutdown_anysegwit ([#8175])
13+
- wallet: rescan for missing close outputs in case above bug happened ([#8175])
14+
- lightningd: incorrect spamming of log and potential crash on testnet case of duplicate HTLCs and slow closing. ([#8192])
15+
- Protocol: Egregious anchor fee paid for unilateral close txs due to HTLC timeouts; it's not as urgent as our code made out! ([#8190])
16+
- lightningd: occasional crash on bitcoind callback. ([#8186])
17+
- autoclean/chanbackup: fixed tracepoint crash on large number of requests. ([#8188])
18+
- autoclean: fixed occasional crash when tracepoints compiled in. ([#8198])
19+
- `topology` crash on invoice creation if a peer had a really high feerate. ([#8187])
20+
- `make` cleans up old clnrest directory prior to building and installing the new plugin. ([#8201], [#8159])
21+
22+
[#8186]: https://github.com/ElementsProject/lightning/pull/8186
23+
[#8192]: https://github.com/ElementsProject/lightning/pull/8192
24+
[#8187]: https://github.com/ElementsProject/lightning/pull/8187
25+
[#8190]: https://github.com/ElementsProject/lightning/pull/8190
26+
[#8175]: https://github.com/ElementsProject/lightning/pull/8175
27+
[#8188]: https://github.com/ElementsProject/lightning/pull/8188
28+
[#8198]: https://github.com/ElementsProject/lightning/pull/8198
29+
[#8159]: https://github.com/ElementsProject/lightning/pull/8159
30+
[#8201]: https://github.com/ElementsProject/lightning/pull/8201
31+
[25.02.1]: https://github.com/ElementsProject/lightning/releases/tag/v25.02.1
32+
633
## [25.02] - 2025-03-04: "Onion Packet Filler Accreditation"
734

835
This release named by @s373nZ.

0 commit comments

Comments
 (0)