Skip to content

Commit 942c465

Browse files
meta: Add changelog for hotfix release v24.08.1
Changelog-None.
1 parent 647f591 commit 942c465

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,32 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66

7+
## [24.08.1] - 2024-09-16: "Steel Backed-up Channels"
8+
9+
This hotfix release fixes few crash issues and some other bugs.
10+
11+
### Fixed
12+
13+
- No longer crash if a plugin dies during lightningd startup. ([#7673])
14+
- Fixed crash when starting channeld for older channel with no local alias. ([#7664])
15+
- Will not crash for older pre-tlv peers where send_tlvs is NULL. ([#7650])
16+
- Compilation will fail gracefully if `jq` is missing or an outdated version is detected. ([#7662])
17+
- cln-plugin: Change default log level filter back to INFO ([#7668])
18+
- Fixed intermittant bug where hsmd (particularly, but also lightningd) could use 100% CPU. ([#7661])
19+
- Made `description` optional in `Wait(any)invoiceResponse` to handle BOLT12 ([#7667])
20+
- Removed bogus "**BROKEN** plugin-topology: DEPRECATED API USED: listchannels.include_private" message. ([#7663])
21+
22+
23+
[#7673]: https://github.com/ElementsProject/lightning/pull/7673
24+
[#7668]: https://github.com/ElementsProject/lightning/pull/7668
25+
[#7667]: https://github.com/ElementsProject/lightning/pull/7667
26+
[#7664]: https://github.com/ElementsProject/lightning/pull/7664
27+
[#7663]: https://github.com/ElementsProject/lightning/pull/7663
28+
[#7662]: https://github.com/ElementsProject/lightning/pull/7662
29+
[#7661]: https://github.com/ElementsProject/lightning/pull/7661
30+
[#7650]: https://github.com/ElementsProject/lightning/pull/7650
31+
32+
733
## [24.08] - 2024-08-28: "Steel Backed-up Channels"
834

935
This release named by @Lagrang3.

0 commit comments

Comments
 (0)