sync

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

commit db9feb777a541b4ecdbb8b28985a1d8b30656cf7
parent a045362d951ee55abc8a73c0b31dd284972ebb91
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 13 Apr 2025 13:52:33 +0200

bump to v0.14.4

Diffstat:
Mconfigure.ac | 2+-
Mdebian/changelog | 7+++++++
Mdebian/control | 12++++++------
Mdoc/doxygen/sync.doxy | 2+-
4 files changed, 15 insertions(+), 8 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.2],[taler-bug@gnu.org]) +AC_INIT([sync],[0.14.4],[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,10 @@ +sync (0.14.4) unstable; urgency=low + + * update version dependencies + * Release version 0.14.4 + + -- Christian Grothoff <grothoff@gnu.org> Sun, 13 Apr 2025 13:50:23 +0200 + sync (0.14.3) unstable; urgency=low * Release 0.14.3 diff --git a/debian/control b/debian/control @@ -9,8 +9,8 @@ Build-Depends: debhelper-compat (= 12), gettext, libgnunet-dev (>=0.24.0), - libtalerexchange-dev (>= 0.14.7), - libtalermerchant-dev (>= 0.14.6), + libtalerexchange-dev (>= 0.14.11), + libtalermerchant-dev (>= 0.14.9), libpq-dev (>=15.0), pkg-config, po-debconf, @@ -42,8 +42,8 @@ Architecture: any Pre-Depends: ${misc:Pre-Depends} Depends: - libtalerexchange (>= 0.14.7), - libtalermerchant (>= 0.14.6), + libtalerexchange (>= 0.14.11), + libtalermerchant (>= 0.14.9), libgnutls30 (>= 3.7.1), adduser, lsb-base, @@ -64,8 +64,8 @@ Package: libsync-dev Section: libdevel Architecture: any Depends: - libtalermerchant-dev (>= 0.14.7), - libtalerexchange-dev (>= 0.14.6), + libtalermerchant-dev (>= 0.14.11), + libtalerexchange-dev (>= 0.14.9), libgnunet-dev (>=0.24.0), ${misc:Depends}, ${shlibs:Depends} diff --git a/doc/doxygen/sync.doxy b/doc/doxygen/sync.doxy @@ -38,7 +38,7 @@ PROJECT_NAME = "GNU Taler: Sync" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 0.14.0 +PROJECT_NUMBER = 0.14.4 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a