commit e37e32cdb8481ac7d74ac2e1cab4720c26e041ce
parent d35dd38a6f0f3b2eaa168944358c5db02bb49093
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 3 Nov 2022 23:35:54 +0100
-preps for v0.9.0 release
Diffstat:
4 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,9 @@
+Sat Nov 5 11:32:45 AM CET 2022
+ Added support for P2P payments.
+ Added support for explicit reserve lifetime control.
+ Added support for age restrictions.
+ Releasing GNU Taler Exchange 0.9.0. -CG
+
Fri 03 Sep 2021 07:02:05 PM CEST
Add experimental aggregator sharding logic. -CG
diff --git a/configure.ac b/configure.ac
@@ -17,7 +17,7 @@
#
#
AC_PREREQ([2.69])
-AC_INIT([taler-exchange],[0.8.5],[taler-bug@gnunet.org])
+AC_INIT([taler-exchange],[0.9.0],[taler-bug@gnunet.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([src/util/util.c])
AC_CONFIG_HEADERS([taler_config.h])
diff --git a/debian/changelog b/debian/changelog
@@ -1,3 +1,9 @@
+taler-exchange (0.9.0) unstable; urgency=low
+
+ * Packaging latest release.
+
+ -- Christian Grothoff <grothoff@gnu.org> Sat, 5 Nov 2022 11:50:12 +0200
+
taler-exchange (0.8.99-2) unstable; urgency=low
* Packaging latest pre-release from Git.
diff --git a/src/auditordb/Makefile.am b/src/auditordb/Makefile.am
@@ -23,7 +23,6 @@ EXTRA_DIST = \
auditordb-postgres.conf \
test-auditor-db-postgres.conf \
$(sql_DATA) \
- 9999.sql \
pg_template.h pg_template.c \
pg_template.sh