aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-13 22:44:12 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-13 22:44:12 +0200
commit732602042a73b504e21fadf57b85e78d1e904d7a (patch)
treec416321f1e0b90396966f419311c95b828de15c4
parent41aa1ed41d0779be263f5f0ef21a999a6f9154c0 (diff)
downloadexchange-732602042a73b504e21fadf57b85e78d1e904d7a.tar.gz
exchange-732602042a73b504e21fadf57b85e78d1e904d7a.zip
-final preparations for v0.8.3 release
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog6
-rw-r--r--doc/doxygen/taler.doxy2
4 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 540574feb..2c6038244 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
1Fri 13 Aug 2021 10:40:57 PM CEST
2 Add support for long-polling of bank account histories.
3 Add support for event notifications to exchange DB API.
4 Releasing GNU Taler 0.8.3. -CG
5
1Sun 08 Aug 2021 08:36:21 PM CEST 6Sun 08 Aug 2021 08:36:21 PM CEST
2 Improved code to use new GNUNET_JSON_PACK API. 7 Improved code to use new GNUNET_JSON_PACK API.
3 Improved code to use new GNUNET_TIME APIs. 8 Improved code to use new GNUNET_TIME APIs.
diff --git a/configure.ac b/configure.ac
index 4c70ab6a7..6aeb7365d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
17# 17#
18# 18#
19AC_PREREQ([2.69]) 19AC_PREREQ([2.69])
20AC_INIT([taler-exchange], [0.8.2], [taler-bug@gnunet.org]) 20AC_INIT([taler-exchange], [0.8.3], [taler-bug@gnunet.org])
21AC_CONFIG_AUX_DIR([build-aux]) 21AC_CONFIG_AUX_DIR([build-aux])
22AC_CONFIG_SRCDIR([src/util/util.c]) 22AC_CONFIG_SRCDIR([src/util/util.c])
23AC_CONFIG_HEADERS([taler_config.h]) 23AC_CONFIG_HEADERS([taler_config.h])
diff --git a/debian/changelog b/debian/changelog
index fd6b34c1f..942023929 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
1taler-exchange (0.8.3) unstable; urgency=low
2
3 * Official release of GNU Taler 0.8.3.
4
5 -- Christian Grothoff <grothoff@taler.net> Fri, 13 Aug 2021 23:23:21 +0200
6
1taler-exchange (0.8.2) unstable; urgency=low 7taler-exchange (0.8.2) unstable; urgency=low
2 8
3 * Official release of GNU Taler 0.8.2. 9 * Official release of GNU Taler 0.8.2.
diff --git a/doc/doxygen/taler.doxy b/doc/doxygen/taler.doxy
index d8c9f6fb9..dafe78fa5 100644
--- a/doc/doxygen/taler.doxy
+++ b/doc/doxygen/taler.doxy
@@ -5,7 +5,7 @@
5#--------------------------------------------------------------------------- 5#---------------------------------------------------------------------------
6DOXYFILE_ENCODING = UTF-8 6DOXYFILE_ENCODING = UTF-8
7PROJECT_NAME = "GNU Taler: Exchange" 7PROJECT_NAME = "GNU Taler: Exchange"
8PROJECT_NUMBER = 0.8.2 8PROJECT_NUMBER = 0.8.3
9PROJECT_LOGO = logo.svg 9PROJECT_LOGO = logo.svg
10OUTPUT_DIRECTORY = . 10OUTPUT_DIRECTORY = .
11CREATE_SUBDIRS = YES 11CREATE_SUBDIRS = YES