commit a905a3703ccca00498c02f4fce124ffa9fe06242
parent edd65b2fa2ee029fb670150f92513d20edce0bf1
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 30 Sep 2021 15:00:58 +0200
releasing v0.2.0
Diffstat:
3 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
@@ -4,7 +4,7 @@
# This configure file is in the public domain
AC_PREREQ([2.69])
-AC_INIT([anastasis], [0.1.0], [taler-bug@gnu.org])
+AC_INIT([anastasis], [0.2.0], [taler-bug@gnu.org])
AC_CONFIG_SRCDIR([src/backend/anastasis-httpd.c])
AC_CONFIG_HEADERS([anastasis_config.h])
# support for non-recursive builds
diff --git a/debian/changelog b/debian/changelog
@@ -1,3 +1,9 @@
+anastasis (0.2.0) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Christian Grothoff <grothoff@gnu.org> Thu, 30 Sep 2021 14:02:10 +0100
+
anastasis (0.1.0-5) unstable; urgency=low
* Fix amount check for payments (upstream fix).
diff --git a/src/authorization/Makefile.am b/src/authorization/Makefile.am
@@ -163,6 +163,7 @@ libanastasis_plugin_authorization_totp_la_LIBADD = \
libanastasis_plugin_authorization_totp_la_LDFLAGS = \
$(ANASTASIS_PLUGIN_LDFLAGS) \
$(top_builddir)/src/stasis/libanastasisdb.la \
+ $(top_builddir)/src/util/libanastasisutil.la \
-ltalerjson \
-ltalermhd \
-ltalerutil \