releasing v0.4.0

This commit is contained in:
Christian Grothoff 2017-10-18 15:21:06 +02:00
parent 4da09561f4
commit 9807e5c50c
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
5 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,6 @@
Wed Oct 18 15:20:29 CEST 2017
Releasing Taler v0.4.0. -CG
Tue Oct 17 14:32:46 CEST 2017 Tue Oct 17 14:32:46 CEST 2017
Fix building of /keys response to include full auditor Fix building of /keys response to include full auditor
signature set instead of partial map. -CG signature set instead of partial map. -CG

View File

@ -17,7 +17,7 @@
# #
# #
AC_PREREQ([2.69]) AC_PREREQ([2.69])
AC_INIT([taler-exchange], [0.3.0], [taler-bug@gnunet.org]) AC_INIT([taler-exchange], [0.4.0], [taler-bug@gnunet.org])
AC_CONFIG_SRCDIR([src/util/util.c]) AC_CONFIG_SRCDIR([src/util/util.c])
AC_CONFIG_HEADERS([taler_config.h]) AC_CONFIG_HEADERS([taler_config.h])
# support for non-recursive builds # support for non-recursive builds

View File

@ -10,7 +10,7 @@ lib_LTLIBRARIES = \
libtalerexchange.la libtalerexchange.la
libtalerexchange_la_LDFLAGS = \ libtalerexchange_la_LDFLAGS = \
-version-info 2:0:0 \ -version-info 3:0:0 \
-no-undefined -no-undefined
libtalerexchange_la_SOURCES = \ libtalerexchange_la_SOURCES = \

View File

@ -54,7 +54,7 @@ libtalerexchangedb_la_LIBADD = \
libtalerexchangedb_la_LDFLAGS = \ libtalerexchangedb_la_LDFLAGS = \
$(POSTGRESQL_LDFLAGS) \ $(POSTGRESQL_LDFLAGS) \
-version-info 0:0:0 \ -version-info 1:0:0 \
-no-undefined -no-undefined

View File

@ -75,7 +75,7 @@ libtalerwire_la_LIBADD = \
-lgnunetutil \ -lgnunetutil \
$(XLIB) $(XLIB)
libtalerwire_la_LDFLAGS = \ libtalerwire_la_LDFLAGS = \
-version-info 0:0:0 \ -version-info 1:0:0 \
-export-dynamic -no-undefined -export-dynamic -no-undefined