From e37e32cdb8481ac7d74ac2e1cab4720c26e041ce Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 3 Nov 2022 23:35:54 +0100 Subject: -preps for v0.9.0 release --- ChangeLog | 6 ++++++ configure.ac | 2 +- contrib/gana | 2 +- debian/changelog | 6 ++++++ src/auditordb/Makefile.am | 1 - 5 files changed, 14 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 690686a02..8befc0b42 100644 --- 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 index 290afd0af..a35da3345 100644 --- 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/contrib/gana b/contrib/gana index 9657bf77d..6b9824cb4 160000 --- a/contrib/gana +++ b/contrib/gana @@ -1 +1 @@ -Subproject commit 9657bf77de05c0ac17ff39629306a604066b21de +Subproject commit 6b9824cb4d4561f1167c7f518998a226a82222d6 diff --git a/debian/changelog b/debian/changelog index 1bff0832b..157d3423c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +taler-exchange (0.9.0) unstable; urgency=low + + * Packaging latest release. + + -- Christian Grothoff 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 index d00c4fb23..98b19f894 100644 --- 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 -- cgit v1.2.3