gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: misc release preparations: mostl


From: gnunet
Subject: [taler-exchange] branch master updated: misc release preparations: mostly fixing 'make dist' target
Date: Fri, 20 Dec 2019 20:10:50 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 8af89ff1 misc release preparations: mostly fixing 'make dist' target
8af89ff1 is described below

commit 8af89ff197715427763c1c80d62d96e517760434
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Dec 20 20:10:46 2019 +0100

    misc release preparations: mostly fixing 'make dist' target
---
 ChangeLog                    |  3 +++
 Makefile.am                  |  5 ++---
 configure.ac                 |  2 +-
 contrib/Makefile.am          |  5 ++++-
 doc/Makefile.am              | 13 +++++++++++--
 doc/prebuilt                 |  2 +-
 src/auditor/Makefile.am      |  1 +
 src/bank-lib/Makefile.am     |  2 +-
 src/benchmark/Makefile.am    |  8 ++------
 src/include/Makefile.am      |  1 +
 src/lib/Makefile.am          |  1 +
 src/lib/backoff.h            |  2 +-
 src/wire-plugins/Makefile.am |  5 +----
 13 files changed, 30 insertions(+), 20 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d218f4ec..1efe01ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+Fri 20 Dec 2019 07:39:14 PM CET
+    Releasing GNU Taler 0.6.0. -CG
+
 Sat 17 Aug 2019 10:03:38 PM CEST
     Remove "currency" field from exchange database, as we only
     support one currency per exchange anyway. -CG
diff --git a/Makefile.am b/Makefile.am
index 98318ccc..3a422a9e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,6 +18,5 @@ endif
 @DX_RULES@
 
 ACLOCAL_AMFLAGS = -I m4
-EXTRA_DIST = \
-  AUTHORS \
-  Doxyfile
+EXTRA_DIST =  \
+  AUTHORS 
diff --git a/configure.ac b/configure.ac
index 2a2ab640..95e590bf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
 #
 #
 AC_PREREQ([2.69])
-AC_INIT([taler-exchange], [0.5.0], [address@hidden])
+AC_INIT([taler-exchange], [0.6.0], [address@hidden])
 AC_CONFIG_SRCDIR([src/util/util.c])
 AC_CONFIG_HEADERS([taler_config.h])
 # support for non-recursive builds
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index f11fbe92..dfe37429 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -1,6 +1,9 @@
 SUBDIRS = . tos pp
 
 EXTRA_DIST = \
+  auditor-report.tex.j2 \
   coverage.sh \
   gnunet.tag \
-  microhttpd.tag
+  microhttpd.tag \
+  render.py
+ 
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 3c844e5c..d1d10c52 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -19,7 +19,16 @@ man_MANS = \
   prebuilt/man/taler.conf.5
 
 info_TEXINFOS = \
-  prebuilt/texinfo/taler-exchange.texi
+  prebuilt/texinfo/taler-exchange.texi \
+  prebuilt/texinfo/taler-bank.texi \
+  prebuilt/texinfo/onboarding.texi
 
 EXTRA_DIST = \
-  $(man_MANS)
+  $(man_MANS) \
+  doxygen/taler.doxy \
+  $(info_TEXINFOS) \
+  prebuilt/texinfo/onboarding-figures/exchange-db.png \
+  prebuilt/texinfo/onboarding-figures/arch-api.png \
+  prebuilt/texinfo/taler-exchange-figures/exchange-db.png \
+  prebuilt/texinfo/taler-bank-figures/exchange-db.png \
+  prebuilt/texinfo/taler-bank-figures/arch-api.png
diff --git a/doc/prebuilt b/doc/prebuilt
index ca53235c..934a6a18 160000
--- a/doc/prebuilt
+++ b/doc/prebuilt
@@ -1 +1 @@
-Subproject commit ca53235ccfa0458ebf11c204888ca370e20ec3f5
+Subproject commit 934a6a18301e81c4fd1b3a8cda2dc13dca4741cc
diff --git a/src/auditor/Makefile.am b/src/auditor/Makefile.am
index a1bb4d24..b942076f 100644
--- a/src/auditor/Makefile.am
+++ b/src/auditor/Makefile.am
@@ -104,6 +104,7 @@ TESTS = $(check_SCRIPTS)
 
 EXTRA_DIST = \
   auditor.conf \
+  test-auditor.conf \
   generate-auditor-basedb.sh \
   generate-auditor-basedb.conf \
   generate-auditor-basedb-template.conf \
diff --git a/src/bank-lib/Makefile.am b/src/bank-lib/Makefile.am
index 35173e48..1d833fca 100644
--- a/src/bank-lib/Makefile.am
+++ b/src/bank-lib/Makefile.am
@@ -56,7 +56,7 @@ libtalerfakebank_la_LDFLAGS = \
   -no-undefined
 libtalerfakebank_la_SOURCES = \
   fakebank_history.c \
-  fakebank.c
+  fakebank.c fakebank.h
 libtalerfakebank_la_LIBADD = \
   $(top_builddir)/src/json/libtalerjson.la \
   -lgnunetjson \
diff --git a/src/benchmark/Makefile.am b/src/benchmark/Makefile.am
index 4444d3d1..c90f1f0d 100644
--- a/src/benchmark/Makefile.am
+++ b/src/benchmark/Makefile.am
@@ -31,10 +31,6 @@ taler_exchange_benchmark_LDADD = \
   -ljansson
 
 EXTRA_DIST = \
-  taler-exchange-benchmark.conf \
-  bank_details.json \
-  merchant_details.json \
-  test_benchmark_home/.local/share/taler/exchange/offline-keys/master.priv \
-  test_benchmark_home/.config/taler/test.json \
-  test_benchmark_home/.config/taler/sepa.json 
+  benchmark.conf \
+  exchange_benchmark_home/.local/share/taler/exchange/offline-keys/master.priv 
 
diff --git a/src/include/Makefile.am b/src/include/Makefile.am
index 645bdc9f..af91f117 100644
--- a/src/include/Makefile.am
+++ b/src/include/Makefile.am
@@ -25,6 +25,7 @@ talerinclude_HEADERS = \
   taler_exchangedb_plugin.h \
   taler_fakebank_lib.h \
   taler_json_lib.h \
+  taler_testing_auditor_lib.h \
   taler_testing_lib.h \
   taler_util.h \
   taler_mhd_lib.h \
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index f5251524..272cc3d6 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -16,6 +16,7 @@ libtalerexchange_la_LDFLAGS = \
   -version-info 4:0:0 \
   -no-undefined
 libtalerexchange_la_SOURCES = \
+  backoff.h \
   exchange_api_curl_defaults.c exchange_api_curl_defaults.h \
   exchange_api_common.c \
   exchange_api_handle.c exchange_api_handle.h \
diff --git a/src/lib/backoff.h b/src/lib/backoff.h
index 2af41e7c..e62e1d90 100644
--- a/src/lib/backoff.h
+++ b/src/lib/backoff.h
@@ -16,7 +16,7 @@
 */
 
 /**
- * @file exchange-lib/backoff.h
+ * @file lib/backoff.h
  * @brief backoff computation for the exchange lib
  * @author Florian Dold
  */
diff --git a/src/wire-plugins/Makefile.am b/src/wire-plugins/Makefile.am
index 468e95a0..0ee4c8f9 100644
--- a/src/wire-plugins/Makefile.am
+++ b/src/wire-plugins/Makefile.am
@@ -10,10 +10,7 @@ pkgcfgdir = $(prefix)/share/taler/config.d/
 
 EXTRA_DIST = \
   test_wire_plugin.conf \
-  test_wire_plugin_transactions_taler-bank.conf \
-  test_wire_plugin_key.priv \
-  test_wire_plugin_test.json \
-  test_wire_plugin_sepa.json
+  test_wire_plugin_transactions_taler-bank.conf 
 
 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]