gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-merchant] branch master updated: bumping versions fo


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: bumping versions for 0.3.0 release
Date: Tue, 06 Jun 2017 14:53:16 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new c0fdf51  bumping versions for 0.3.0 release
c0fdf51 is described below

commit c0fdf51d328272d946fedc25470d8ff65a2380d2
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Jun 6 14:53:47 2017 +0200

    bumping versions for 0.3.0 release
---
 ChangeLog                 | 3 ++-
 configure.ac              | 2 +-
 doc/Makefile.am           | 6 ++++++
 doc/version.texi          | 6 +++---
 src/backend/Makefile.am   | 1 +
 src/backenddb/Makefile.am | 2 +-
 src/lib/Makefile.am       | 2 +-
 7 files changed, 15 insertions(+), 7 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 19ab14c..9c83d13 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 5378a99..11afa00 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], address@hidden)
+AC_INIT([taler-merchant], [0.3.0], address@hidden)
 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 86e8e65..5155926 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 b4f9054..bd1cf05 100644
--- a/doc/version.texi
+++ b/doc/version.texi
@@ -1,4 +1,4 @@
address@hidden UPDATED 3 June 2017
address@hidden UPDATED 5 June 2017
 @set UPDATED-MONTH June 2017
address@hidden EDITION 0.2.0
address@hidden VERSION 0.2.0
address@hidden EDITION 0.3.0
address@hidden VERSION 0.3.0
diff --git a/src/backend/Makefile.am b/src/backend/Makefile.am
index c635ef0..55ad752 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 d1478cf..b38863c 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 1e4a7cb..f228d1a 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 = \

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]