diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-08-28 17:32:44 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-08-28 17:32:44 +0200 |
commit | 6a9f3c83ce0eddacf54d545f26c7cd29cfdc6817 (patch) | |
tree | 49a824162bf805ba3765a4f8441b84e09559c63d | |
parent | 9c3fdba6c1d047093ab970326fef71b0fd65937a (diff) | |
download | merchant-6a9f3c83ce0eddacf54d545f26c7cd29cfdc6817.tar.gz merchant-6a9f3c83ce0eddacf54d545f26c7cd29cfdc6817.zip |
-proper version bumping
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 6 |
3 files changed, 17 insertions, 1 deletions
@@ -1,3 +1,13 @@ | |||
1 | Sat 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 | |||
8 | Tue 24 Aug 2021 03:08:53 PM CEST | ||
9 | Releasing taler-merchant 0.8.3. -CG | ||
10 | |||
1 | Tue 17 Aug 2021 03:08:53 PM CEST | 11 | Tue 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 | ||
20 | AC_PREREQ([2.69]) | 20 | AC_PREREQ([2.69]) |
21 | AC_INIT([taler-merchant], [0.8.3], [taler-bug@gnunet.org]) | 21 | AC_INIT([taler-merchant], [0.8.4], [taler-bug@gnunet.org]) |
22 | AC_CONFIG_SRCDIR([src/backend/taler-merchant-httpd.c]) | 22 | AC_CONFIG_SRCDIR([src/backend/taler-merchant-httpd.c]) |
23 | AC_CONFIG_HEADERS([taler_merchant_config.h]) | 23 | AC_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 @@ | |||
1 | taler-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 | |||
1 | taler-merchant (0.8.2-5) unstable; urgency=low | 7 | taler-merchant (0.8.2-5) unstable; urgency=low |
2 | 8 | ||
3 | * Database setup tweaks. | 9 | * Database setup tweaks. |