mirror of
https://github.com/ZmnSCPxj/clboss.git
synced 2026-08-13 12:33:20 +02:00
update version and CHANGELOG for v0.16.2
Bump AC_INIT to 0.16.2 and add the CHANGELOG entry for the FundsMover self-payment amount-verification fix. (#322)
This commit is contained in:
parent
3c8dc3c16d
commit
9fb9115dd0
2 changed files with 13 additions and 1 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
## [0.16.2] - Unreleased
|
||||
|
||||
### Security
|
||||
|
||||
- Fixed a theft vector in `FundsMover` self-payments: the returning
|
||||
HTLC was settled by matching only payment hash and payment secret,
|
||||
without checking the amount. The last-hop peer relays our onion
|
||||
(and thus the secret) intact but chooses the offered amount, so it
|
||||
could settle a reduced amount, learn the preimage, and claim the
|
||||
full amount upstream. The claim now requires the exact constructed
|
||||
amount before the preimage is released. ([#322])
|
||||
|
||||
## [0.16.1] - 2026-08-06: "The Types That Bind"
|
||||
|
||||
### Fixed
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ([2.69])
|
||||
AC_INIT([clboss], [0.16.1], [ken@bonsai.com])
|
||||
AC_INIT([clboss], [0.16.2], [ken@bonsai.com])
|
||||
AC_CONFIG_AUX_DIR([auxdir])
|
||||
AM_INIT_AUTOMAKE([subdir-objects tar-ustar])
|
||||
AC_CONFIG_SRCDIR([main.cpp])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue