summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-06-06 14:53:47 +0200
committerChristian Grothoff <christian@grothoff.org>2017-06-06 14:53:47 +0200
commitc0fdf51d328272d946fedc25470d8ff65a2380d2 (patch)
tree501a628a6873d2e4635973ea0a35092811e5a818
parentd71e90c683a465ec73da35b1ac8ca8d617610565 (diff)
downloadmerchant-0.3.0.tar.gz
merchant-0.3.0.tar.bz2
merchant-0.3.0.zip
bumping versions for 0.3.0 releasev0.3.0
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac2
-rw-r--r--doc/Makefile.am6
-rw-r--r--doc/version.texi6
-rw-r--r--src/backend/Makefile.am1
-rw-r--r--src/backenddb/Makefile.am2
-rw-r--r--src/lib/Makefile.am2
7 files changed, 15 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 19ab14c7..9c83d13e 100644
--- 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
index 5378a990..11afa001 100644
--- 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
index 86e8e653..51559266 100644
--- 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
index b4f90549..bd1cf050 100644
--- 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
index c635ef03..55ad752d 100644
--- 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
index d1478cfa..b38863c9 100644
--- 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
index 1e4a7cb3..f228d1a7 100644
--- 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 = \