aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-28 17:32:44 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-28 17:32:44 +0200
commit6a9f3c83ce0eddacf54d545f26c7cd29cfdc6817 (patch)
tree49a824162bf805ba3765a4f8441b84e09559c63d
parent9c3fdba6c1d047093ab970326fef71b0fd65937a (diff)
downloadmerchant-6a9f3c83ce0eddacf54d545f26c7cd29cfdc6817.tar.gz
merchant-6a9f3c83ce0eddacf54d545f26c7cd29cfdc6817.zip
-proper version bumping
-rw-r--r--ChangeLog10
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog6
3 files changed, 17 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b183f7be..dbb5b4f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
1Sat 28 Aug 2021 05:27:02 PM CEST
2 Improved language on HTML pages shown to user on
3 payment/refund (#6995). -CG/BP
4 Used database-driven long-polling on all long-pollers
5 for multi-process deployments. (#6956) -CG
6 Releasing taler-merchant 0.8.4. -CG
7
8Tue 24 Aug 2021 03:08:53 PM CEST
9 Releasing taler-merchant 0.8.3. -CG
10
1Tue 17 Aug 2021 03:08:53 PM CEST 11Tue 17 Aug 2021 03:08:53 PM CEST
2 Releasing taler-merchant 0.8.2. -CG 12 Releasing taler-merchant 0.8.2. -CG
3 13
diff --git a/configure.ac b/configure.ac
index 8548a9ae..dd3943be 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@
18# This configure file is in the public domain 18# This configure file is in the public domain
19 19
20AC_PREREQ([2.69]) 20AC_PREREQ([2.69])
21AC_INIT([taler-merchant], [0.8.3], [taler-bug@gnunet.org]) 21AC_INIT([taler-merchant], [0.8.4], [taler-bug@gnunet.org])
22AC_CONFIG_SRCDIR([src/backend/taler-merchant-httpd.c]) 22AC_CONFIG_SRCDIR([src/backend/taler-merchant-httpd.c])
23AC_CONFIG_HEADERS([taler_merchant_config.h]) 23AC_CONFIG_HEADERS([taler_merchant_config.h])
24# support for non-recursive builds 24# support for non-recursive builds
diff --git a/debian/changelog b/debian/changelog
index 5062061b..b33d2c60 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
1taler-merchant (0.8.4) unstable; urgency=low
2
3 * Official release of GNU Taler merchant 0.8.4.
4
5 -- Christian Grothoff <grothoff@taler.net> Sat, 28 Aug 2021 23:23:21 +0200
6
1taler-merchant (0.8.2-5) unstable; urgency=low 7taler-merchant (0.8.2-5) unstable; urgency=low
2 8
3 * Database setup tweaks. 9 * Database setup tweaks.