taler-mailbox

Service for asynchronous wallet-to-wallet payment messages
Log | Files | Refs | Submodules | README | LICENSE

commit da3a8ae7341a43e91d661835a3e627db6cfa0193
parent 975c7a177ed707e463e70b5017a83be7e6573e32
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Wed, 24 Dec 2025 11:33:47 +0900

v1.1.0 tag

Diffstat:
MMakefile.in | 2+-
MNEWS | 3+++
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in @@ -2,7 +2,7 @@ all: server TALER_MAILBOX_HOME=${datadir}/taler-mailbox TALER_MAILBOX_CONFDIR=${sysconfdir}/taler-mailbox -LT_VERSION="1:0:0" +LT_VERSION="1:1:0" GITVER=`git describe --tags | sed 's/v//'` server: diff --git a/NEWS b/NEWS @@ -1,3 +1,6 @@ +v1.1.0: + - Update to most recent spec + v1.0.1: - Add proper logging subsystem - Fix debian package to install systemd unit