gnunet-svn
[Top][All Lists]
Advanced

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

[taler-sync] branch master updated (d2f8d92 -> 2da6822)


From: gnunet
Subject: [taler-sync] branch master updated (d2f8d92 -> 2da6822)
Date: Tue, 24 Dec 2019 23:46:05 +0100

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

grothoff pushed a change to branch master
in repository sync.

    from d2f8d92  fix account sig
     new 09e6efb  version bump for release
     new 2da6822  missing files for dist

The 2 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 +++
 configure.ac            | 2 +-
 src/include/Makefile.am | 4 ++--
 src/lib/Makefile.am     | 5 +++++
 src/util/Makefile.am    | 3 +++
 5 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index cde2354..e5666c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,2 +1,5 @@
+Tue 24 Dec 2019 11:01:21 PM CET
+       Releasing sync 0.6.0. -CG
+
 Wed Nov 13 15:01:09 2019 +0100
        Initial project setup. -CG
diff --git a/configure.ac b/configure.ac
index cf38528..049bcd5 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([sync], [0.5.0], [address@hidden])
+AC_INIT([sync], [0.6.0], [address@hidden])
 AC_CONFIG_SRCDIR([src/sync/sync-httpd.c])
 AC_CONFIG_HEADERS([sync_config.h])
 # support for non-recursive builds
diff --git a/src/include/Makefile.am b/src/include/Makefile.am
index 21c4d5d..620d83e 100644
--- a/src/include/Makefile.am
+++ b/src/include/Makefile.am
@@ -8,5 +8,5 @@ talerinclude_HEADERS = \
   sync_database_lib.h \
   sync_database_plugin.h \
   sync_service.h \
-  sync_util.h 
-
+  sync_testing_lib.h \
+  sync_util.h
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index 4a4ea4f..86bb4cd 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -54,6 +54,11 @@ check_PROGRAMS = \
 TESTS = \
   $(check_PROGRAMS)
 
+EXTRA_DIST = \
+  test_sync_api.conf \
+  test_sync_api_home/.config/taler/exchange/account-2.json \
+  test_sync_api_home/.local/share/taler/exchange/offline-keys/master.priv
+
 test_sync_api_SOURCES = \
   test_sync_api.c
 test_sync_api_LDADD = \
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index a8bb4d4..00e70d9 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -12,6 +12,9 @@ pkgcfgdir = $(prefix)/share/sync/config.d/
 bin_SCRIPTS = \
   sync-config
 
+EXTRA_DIST = \
+  $(bin_SCRIPTS)
+
 lib_LTLIBRARIES = \
   libsyncutil.la
 

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



reply via email to

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