sync

Backup service to store encrypted wallet databases (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit 84d1f091d0ac23ec1ccd5bf8954abc38b166f06c
parent 161f4d073db5b65b607bdf643737ad4b15361ed9
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 10 May 2025 00:37:05 +0200

bump version to 1.0.0

Diffstat:
Mconfigure.ac | 2+-
Mdebian/changelog | 6++++++
Msrc/lib/Makefile.am | 2+-
Msrc/syncdb/Makefile.am | 2+-
Msrc/testing/Makefile.am | 2+-
Msrc/util/Makefile.am | 2+-
6 files changed, 11 insertions(+), 5 deletions(-)

diff --git 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.14.6],[taler-bug@gnu.org]) +AC_INIT([sync],[1.0.0],[taler-bug@gnu.org]) AC_CONFIG_SRCDIR([src/sync/sync-httpd.c]) AC_CONFIG_HEADERS([sync_config.h]) # support for non-recursive builds diff --git a/debian/changelog b/debian/changelog @@ -1,3 +1,9 @@ +sync (1.0.0) unstable; urgency=low + + * Release version 1.0.0 + + -- Christian Grothoff <grothoff@gnu.org> Sat, 10 May 2025 00:00:00 +0200 + sync (0.14.6) unstable; urgency=low * log to journald diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am @@ -10,7 +10,7 @@ lib_LTLIBRARIES = \ libsync.la libsync_la_LDFLAGS = \ - -version-info 0:0:0 \ + -version-info 0:1:0 \ -no-undefined libsync_la_SOURCES = \ sync_api_curl_defaults.c sync_api_curl_defaults.h \ diff --git a/src/syncdb/Makefile.am b/src/syncdb/Makefile.am @@ -53,7 +53,7 @@ libsyncdb_la_LIBADD = \ $(XLIB) libsyncdb_la_LDFLAGS = \ $(POSTGRESQL_LDFLAGS) \ - -version-info 0:0:0 \ + -version-info 0:1:0 \ -no-undefined libsync_plugin_db_postgres_la_SOURCES = \ diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am @@ -10,7 +10,7 @@ lib_LTLIBRARIES = \ libsynctesting.la libsynctesting_la_LDFLAGS = \ - -version-info 0:0:0 \ + -version-info 0:1:0 \ -no-undefined libsynctesting_la_SOURCES = \ testing_api_cmd_backup_download.c \ diff --git a/src/util/Makefile.am b/src/util/Makefile.am @@ -35,5 +35,5 @@ libsyncutil_la_LIBADD = \ -lgnunetutil \ $(XLIB) libsyncutil_la_LDFLAGS = \ - -version-info 0:0:0 \ + -version-info 0:1:0 \ -export-dynamic -no-undefined