commit c0fdf51d328272d946fedc25470d8ff65a2380d2
parent d71e90c683a465ec73da35b1ac8ca8d617610565
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 6 Jun 2017 14:53:47 +0200
bumping versions for 0.3.0 release
Diffstat:
7 files changed, 15 insertions(+), 7 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -5,7 +5,8 @@ Tue Jun 6 14:30:43 CEST 2017
easily be populated for testing purposes.
/history API now has the way to query from a starting base date
ahead into the future.
- Memory leaks fixes.
+ Memory leak fixes. -CG/MS
+ Releasing taler-merchant 0.3.0. -CG
Mon Mar 6 17:57:51 CET 2017
Add support for wire fee calculations to /pay handling (#4935),
diff --git a/configure.ac b/configure.ac
@@ -4,7 +4,7 @@
# This configure file is in the public domain
AC_PREREQ([2.69])
-AC_INIT([taler-merchant], [0.2.0], [taler-bug@gnunet.org])
+AC_INIT([taler-merchant], [0.3.0], [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/doc/Makefile.am b/doc/Makefile.am
@@ -11,3 +11,9 @@ arch.jpg: arch.dot
info_TEXINFOS = manual.texi
manual_TEXINFOS = version.texi
+
+EXTRA_DIST = \
+ arch.dot \
+ lgpl.texi \
+ agpl.texi \
+ fdl-1.3.texi
diff --git a/doc/version.texi b/doc/version.texi
@@ -1,4 +1,4 @@
-@set UPDATED 3 June 2017
+@set UPDATED 5 June 2017
@set UPDATED-MONTH June 2017
-@set EDITION 0.2.0
-@set VERSION 0.2.0
+@set EDITION 0.3.0
+@set VERSION 0.3.0
diff --git a/src/backend/Makefile.am b/src/backend/Makefile.am
@@ -13,6 +13,7 @@ bin_PROGRAMS = \
taler-merchant-httpd
taler_merchant_httpd_SOURCES = \
+ taler-merchant-httpd_map.h \
taler-merchant-httpd.c taler-merchant-httpd.h \
taler-merchant-httpd_parsing.c taler-merchant-httpd_parsing.h \
taler-merchant-httpd_responses.c taler-merchant-httpd_responses.h \
diff --git a/src/backenddb/Makefile.am b/src/backenddb/Makefile.am
@@ -24,7 +24,7 @@ libtalermerchantdb_la_LIBADD = \
libtalermerchantdb_la_LDFLAGS = \
$(POSTGRESQL_LDFLAGS) \
- -version-info 0:0:0 \
+ -version-info 1:0:0 \
-no-undefined
libtaler_plugin_merchantdb_postgres_la_SOURCES = \
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
@@ -10,7 +10,7 @@ lib_LTLIBRARIES = \
libtalermerchant.la
libtalermerchant_la_LDFLAGS = \
- -version-info 0:0:0 \
+ -version-info 1:0:0 \
-no-undefined
libtalermerchant_la_SOURCES = \