-preps for v0.9.0 release

This commit is contained in:
Christian Grothoff 2022-11-03 23:35:54 +01:00
parent d35dd38a6f
commit e37e32cdb8
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
5 changed files with 14 additions and 3 deletions

View File

@ -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 Fri 03 Sep 2021 07:02:05 PM CEST
Add experimental aggregator sharding logic. -CG Add experimental aggregator sharding logic. -CG

View File

@ -17,7 +17,7 @@
# #
# #
AC_PREREQ([2.69]) 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_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([src/util/util.c]) AC_CONFIG_SRCDIR([src/util/util.c])
AC_CONFIG_HEADERS([taler_config.h]) AC_CONFIG_HEADERS([taler_config.h])

@ -1 +1 @@
Subproject commit 9657bf77de05c0ac17ff39629306a604066b21de Subproject commit 6b9824cb4d4561f1167c7f518998a226a82222d6

6
debian/changelog vendored
View File

@ -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 taler-exchange (0.8.99-2) unstable; urgency=low
* Packaging latest pre-release from Git. * Packaging latest pre-release from Git.

View File

@ -23,7 +23,6 @@ EXTRA_DIST = \
auditordb-postgres.conf \ auditordb-postgres.conf \
test-auditor-db-postgres.conf \ test-auditor-db-postgres.conf \
$(sql_DATA) \ $(sql_DATA) \
9999.sql \
pg_template.h pg_template.c \ pg_template.h pg_template.c \
pg_template.sh pg_template.sh