sync

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

commit eb40511ddab5303df08a1508e551e29f127f3e97
parent f331bd100dad37da93f92ed3054a0ec51dd0d2d4
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Thu,  1 May 2025 15:40:25 +0200

bump version

Diffstat:
Mconfigure.ac | 2+-
Mdebian/changelog | 7+++++++
2 files changed, 8 insertions(+), 1 deletion(-)

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.5],[taler-bug@gnu.org]) +AC_INIT([sync],[0.14.6],[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.6) unstable; urgency=low + + * log to journald + * Release version 0.14.6 + + -- Christian Grothoff <grothoff@gnu.org> Thu, 01 May 2025 15:51:25 +0200 + sync (0.14.5) unstable; urgency=low * fix build system problem