commit 6a9f3c83ce0eddacf54d545f26c7cd29cfdc6817
parent 9c3fdba6c1d047093ab970326fef71b0fd65937a
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 28 Aug 2021 17:32:44 +0200
-proper version bumping
Diffstat:
3 files changed, 17 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,13 @@
+Sat 28 Aug 2021 05:27:02 PM CEST
+ Improved language on HTML pages shown to user on
+ payment/refund (#6995). -CG/BP
+ Used database-driven long-polling on all long-pollers
+ for multi-process deployments. (#6956) -CG
+ Releasing taler-merchant 0.8.4. -CG
+
+Tue 24 Aug 2021 03:08:53 PM CEST
+ Releasing taler-merchant 0.8.3. -CG
+
Tue 17 Aug 2021 03:08:53 PM CEST
Releasing taler-merchant 0.8.2. -CG
diff --git a/configure.ac b/configure.ac
@@ -18,7 +18,7 @@
# This configure file is in the public domain
AC_PREREQ([2.69])
-AC_INIT([taler-merchant], [0.8.3], [taler-bug@gnunet.org])
+AC_INIT([taler-merchant], [0.8.4], [taler-bug@gnunet.org])
AC_CONFIG_SRCDIR([src/backend/taler-merchant-httpd.c])
AC_CONFIG_HEADERS([taler_merchant_config.h])
# support for non-recursive builds
diff --git a/debian/changelog b/debian/changelog
@@ -1,3 +1,9 @@
+taler-merchant (0.8.4) unstable; urgency=low
+
+ * Official release of GNU Taler merchant 0.8.4.
+
+ -- Christian Grothoff <grothoff@taler.net> Sat, 28 Aug 2021 23:23:21 +0200
+
taler-merchant (0.8.2-5) unstable; urgency=low
* Database setup tweaks.