@@ -4,6 +4,32 @@ All notable changes to this project will be documented in this file.
44The 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
935This release named by @Lagrang3 .
0 commit comments