summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-09-30 15:00:58 +0200
committerChristian Grothoff <christian@grothoff.org>2021-09-30 15:00:58 +0200
commita905a3703ccca00498c02f4fce124ffa9fe06242 (patch)
treec0e0437de1d07e8a0653c5da42d39e9a1971b9b8
parentedd65b2fa2ee029fb670150f92513d20edce0bf1 (diff)
downloadanastasis-0.2.0.tar.gz
anastasis-0.2.0.tar.bz2
anastasis-0.2.0.zip
releasing v0.2.0v0.2.0
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog6
-rw-r--r--src/authorization/Makefile.am1
3 files changed, 8 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6d51fb9..5463600 100644
--- 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
index d972a47..374d9ac 100644
--- 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
index b42ae4b..ec9ae5a 100644
--- 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 \