| 
3 | 3 | All notable changes to this project will be documented in this file.  | 
4 | 4 | 
 
  | 
5 | 5 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).  | 
 | 6 | +## [25.09.1] - 2025-10-15: "Hot Wallet Guardian II"  | 
 | 7 | + | 
 | 8 | +Several important fixes, please upgrade!  | 
 | 9 | + | 
 | 10 | +### Added  | 
 | 11 | + | 
 | 12 | + - added verification of GPG keys for the bitcoin and litecoin tarballs. ([#8429])  | 
 | 13 | + | 
 | 14 | +### Changed  | 
 | 15 | + | 
 | 16 | + - lightningd: we defer deletion of old htlcs on channel close, to avoid pausing for a long time (we clean them on startup) ([#8563])  | 
 | 17 | + - gossipd: add gossip_store recovery for filesystems which do not synchronize read and write (e.g. ZFS on Linux), by disabling mmap reads and rewriting the last records. ([#8566])  | 
 | 18 | + - Dockerfile: improve build time and reduce image size ([#8429])  | 
 | 19 | + | 
 | 20 | +### Fixed  | 
 | 21 | + | 
 | 22 | + - JSON-RPC: `listchainmoves` could contain bogus duplicate entries after 25.09 bookkeeper migration. ([#8574])  | 
 | 23 | + - bookkeeper: failed reload of rebalances on restart. ([#8562])  | 
 | 24 | + - fixed compilation on all target architectures; each had their own bugs (poetry, missing packages...). ([#8429])  | 
 | 25 | + - fixed cargo cross compilation. it was mistakenly using QEMU before. ([#8429])  | 
 | 26 | + - fixed CPU compatibility bug described in issue 8456 ([#8429])  | 
 | 27 | + - lightningd: potential crash when we receive a malformed onion complain from our first peer when using sendonion / injectpaymentonion. ([#8597])  | 
 | 28 | + - db: migration from v25.09 on a reasonable size account database could take almost infinite time. ([#8587])  | 
 | 29 | + - pyln-testing: restore compatibility with pre-25.09 CLN versions. ([#8539])  | 
 | 30 | + - build: we now build on MacOS without errors on the latest Command Line Tools (macOS 15 SDK). ([#8599])  | 
 | 31 | + - build: fix build with -O2 on 32 bit arm (armhf). ([#8599])  | 
 | 32 | + | 
 | 33 | +[#8563]: https://github.com/ElementsProject/lightning/pull/8563  | 
 | 34 | +[#8562]: https://github.com/ElementsProject/lightning/pull/8562  | 
 | 35 | +[#8574]: https://github.com/ElementsProject/lightning/pull/8574  | 
 | 36 | +[#8429]: https://github.com/ElementsProject/lightning/pull/8429  | 
 | 37 | +[#8566]: https://github.com/ElementsProject/lightning/pull/8566  | 
 | 38 | +[#8587]: https://github.com/ElementsProject/lightning/pull/8587  | 
 | 39 | +[#8597]: https://github.com/ElementsProject/lightning/pull/8597  | 
 | 40 | +[#8539]: https://github.com/ElementsProject/lightning/pull/8539  | 
 | 41 | +[#8599]: https://github.com/ElementsProject/lightning/pull/8599  | 
 | 42 | +[25.09.1]: https://github.com/ElementsProject/lightning/releases/tag/v25.09.1  | 
 | 43 | + | 
6 | 44 | ## [25.09] - 2025-09-01: "Hot Wallet Guardian"  | 
7 | 45 | 
 
  | 
8 | 46 | This release named by @king-11.  | 
 | 
0 commit comments