bump versions for release

This commit is contained in:
Christian Grothoff 2017-06-06 14:03:53 +02:00
parent 850d84a1b6
commit 0c522791fe
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
7 changed files with 17 additions and 11 deletions

View File

@ -1,3 +1,6 @@
Tue Jun 6 13:53:34 CEST 2017
Releasing taler-exchange 0.3.0. -CG
Mon Apr 17 01:29:07 CEST 2017 Mon Apr 17 01:29:07 CEST 2017
Add support for HTTP body compression (#4982). -CG Add support for HTTP body compression (#4982). -CG

13
README
View File

@ -17,11 +17,14 @@ Taler is currently developed by a worldwide group of independent free
software developers and the DECENTRALISE team at Inria Rennes. Taler software developers and the DECENTRALISE team at Inria Rennes. Taler
is free software and a GNU package (http://www.gnu.org/). is free software and a GNU package (http://www.gnu.org/).
This is not even a release yet, but some raw development prototype This is an alpha release with a few known bugs, lacking a few
that does not work yet. This package also only includes the Taler important features, documentation, testing, performance tuning and an
exchange, not the other components of the system. external security audit. However, you can run the code and it largely
works fine. that does not work yet. This package also only includes
the Taler exchange, not the other components of the system.
Documentation about Taler can be found at http://taler.net/. Documentation about Taler can be found at http://taler.net/.
Our bug tracker is at https://gnunet.org/bugs/.
Dependencies: Dependencies:
@ -30,8 +33,8 @@ Dependencies:
These are the direct dependencies for running a Taler exchange: These are the direct dependencies for running a Taler exchange:
- GNUnet >= 0.10.2 - GNUnet >= 0.10.2
- GNU libmicrohttpd >= 0.9.38 - GNU libmicrohttpd >= 0.9.55
- Postgres >= 9.3 - Postgres >= 9.5

View File

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
# #
# This file is part of TALER # This file is part of TALER
# Copyright (C) 2014, 2015, 2016 GNUnet e.V. and Inria # Copyright (C) 2014, 2015, 2016, 2017 GNUnet e.V. and Inria
# #
# TALER is free software; you can redistribute it and/or modify it under the # TALER is free software; you can redistribute it and/or modify it under the
# terms of the GNU General Public License as published by the Free Software # terms of the GNU General Public License as published by the Free Software
@ -17,7 +17,7 @@
# #
# #
AC_PREREQ([2.69]) AC_PREREQ([2.69])
AC_INIT([taler-exchange], [0.2.0], [taler-bug@gnunet.org]) AC_INIT([taler-exchange], [0.3.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

@ -11,7 +11,7 @@ lib_LTLIBRARIES = \
libtalerfakebank.la libtalerfakebank.la
libtalerbank_la_LDFLAGS = \ libtalerbank_la_LDFLAGS = \
-version-info 0:0:0 \ -version-info 1:0:0 \
-no-undefined -no-undefined
libtalerbank_la_SOURCES = \ libtalerbank_la_SOURCES = \

View File

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

View File

@ -13,7 +13,7 @@ libtalerjson_la_SOURCES = \
json.c \ json.c \
json_helper.c json_helper.c
libtalerjson_la_LDFLAGS = \ libtalerjson_la_LDFLAGS = \
-version-info 0:0:0 \ -version-info 1:0:1 \
-export-dynamic -no-undefined -export-dynamic -no-undefined
libtalerjson_la_LIBADD = \ libtalerjson_la_LIBADD = \
-lgnunetjson \ -lgnunetjson \

View File

@ -37,7 +37,7 @@ libtalerutil_wallet_la_LIBADD = \
$(XLIB) $(XLIB)
libtalerutil_wallet_la_LDFLAGS = \ libtalerutil_wallet_la_LDFLAGS = \
-version-info 0:0:0 \ -version-info 1:0:1 \
-export-dynamic -no-undefined -export-dynamic -no-undefined
libtalerutil_la_SOURCES = \ libtalerutil_la_SOURCES = \