gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated (850d84a -> 780b716)


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated (850d84a -> 780b716)
Date: Tue, 06 Jun 2017 14:50:29 +0200

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

grothoff pushed a change to branch master
in repository exchange.

    from 850d84a  assert non-NULL
     add 0c52279  bump versions for release
     new 780b716  add missing files for distcheck

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ChangeLog                    |  3 +++
 README                       | 13 ++++++++-----
 configure.ac                 |  4 ++--
 src/bank-lib/Makefile.am     |  2 +-
 src/exchange-lib/Makefile.am |  2 +-
 src/json/Makefile.am         |  2 +-
 src/util/Makefile.am         |  2 +-
 src/wire/Makefile.am         |  5 ++++-
 8 files changed, 21 insertions(+), 12 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ee0cae8..05b2428 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
        Add support for HTTP body compression (#4982). -CG
 
diff --git a/README b/README
index 78665b5..d5d76eb 100644
--- a/README
+++ b/README
@@ -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
 is free software and a GNU package (http://www.gnu.org/).
 
-This is not even a release yet, but some raw development prototype
-that does not work yet.  This package also only includes the Taler
-exchange, not the other components of the system.
+This is an alpha release with a few known bugs, lacking a few
+important features, documentation, testing, performance tuning and an
+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/.
+Our bug tracker is at https://gnunet.org/bugs/.
 
 
 Dependencies:
@@ -30,8 +33,8 @@ Dependencies:
 These are the direct dependencies for running a Taler exchange:
 
 - GNUnet            >= 0.10.2
-- GNU libmicrohttpd >= 0.9.38
-- Postgres          >= 9.3
+- GNU libmicrohttpd >= 0.9.55
+- Postgres          >= 9.5
 
 
 
diff --git a/configure.ac b/configure.ac
index 715e94e..65efe78 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 #
 #  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
 #  terms of the GNU General Public License as published by the Free Software
@@ -17,7 +17,7 @@
 #
 #
 AC_PREREQ([2.69])
-AC_INIT([taler-exchange], [0.2.0], address@hidden)
+AC_INIT([taler-exchange], [0.3.0], address@hidden)
 AC_CONFIG_SRCDIR([src/util/util.c])
 AC_CONFIG_HEADERS([taler_config.h])
 # support for non-recursive builds
diff --git a/src/bank-lib/Makefile.am b/src/bank-lib/Makefile.am
index 48c7e9c..d499753 100644
--- a/src/bank-lib/Makefile.am
+++ b/src/bank-lib/Makefile.am
@@ -11,7 +11,7 @@ lib_LTLIBRARIES = \
   libtalerfakebank.la
 
 libtalerbank_la_LDFLAGS = \
-  -version-info 0:0:0 \
+  -version-info 1:0:0 \
   -no-undefined
 
 libtalerbank_la_SOURCES = \
diff --git a/src/exchange-lib/Makefile.am b/src/exchange-lib/Makefile.am
index 68cb71e..d891d1d 100644
--- a/src/exchange-lib/Makefile.am
+++ b/src/exchange-lib/Makefile.am
@@ -10,7 +10,7 @@ lib_LTLIBRARIES = \
   libtalerexchange.la
 
 libtalerexchange_la_LDFLAGS = \
-  -version-info 1:0:0 \
+  -version-info 2:0:0 \
   -no-undefined
 
 libtalerexchange_la_SOURCES = \
diff --git a/src/json/Makefile.am b/src/json/Makefile.am
index 6f71b87..d26f731 100644
--- a/src/json/Makefile.am
+++ b/src/json/Makefile.am
@@ -13,7 +13,7 @@ libtalerjson_la_SOURCES = \
   json.c \
   json_helper.c
 libtalerjson_la_LDFLAGS = \
-  -version-info 0:0:0 \
+  -version-info 1:0:1 \
   -export-dynamic -no-undefined
 libtalerjson_la_LIBADD = \
   -lgnunetjson \
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index eb9ffe4..c05f756 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -37,7 +37,7 @@ libtalerutil_wallet_la_LIBADD = \
   $(XLIB)
 
 libtalerutil_wallet_la_LDFLAGS = \
-  -version-info 0:0:0 \
+  -version-info 1:0:1 \
   -export-dynamic -no-undefined
 
 libtalerutil_la_SOURCES = \
diff --git a/src/wire/Makefile.am b/src/wire/Makefile.am
index da1b8b5..f8fb9d0 100644
--- a/src/wire/Makefile.am
+++ b/src/wire/Makefile.am
@@ -17,7 +17,10 @@ EXTRA_DIST = \
   wire-sepa.conf \
   wire-test.conf \
   test_wire_plugin.conf \
-  test_wire_plugin_transactions_test.conf
+  test_wire_plugin_transactions_test.conf \
+  test_wire_plugin_key.priv \
+  test_wire_plugin_test.json \
+  test_wire_plugin_sepa.json 
 
 plugindir = $(libdir)/taler
 

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



reply via email to

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