diff --git a/ChangeLog b/ChangeLog index 4a0d81913..f0ac8bdfb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ + +0.7D +- Fix latent `printf`-formatting bugs in `SendpayResultMonitor`, which would crash on 32-bit systems. + 0.7C - `FundsMover` now deletes its failing payments immediately instead of letting them languish in your db until the cleanup process gets to them. diff --git a/configure.ac b/configure.ac index b5f3d9de6..e4d82dadd 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([clboss], [0.7C], [ZmnSCPxj@protonmail.com]) +AC_INIT([clboss], [0.7D], [ZmnSCPxj@protonmail.com]) AC_CONFIG_AUX_DIR([auxdir]) AM_INIT_AUTOMAKE([subdir-objects tar-ustar]) AC_CONFIG_SRCDIR([main.cpp])