commit 22b772dfe788f047352232823684221147ef6728
parent ce4a10b2cf4aab41adb8fd4a76c0a428cdfba540
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Sat, 10 Feb 2024 19:23:40 +0100
bump
Diffstat:
3 files changed, 13 insertions(+), 7 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([challenger],[0.9.3],[taler-bug@gnu.org])
+AC_INIT([challenger],[0.9.4],[taler-bug@gnu.org])
AC_CONFIG_SRCDIR([src/challenger/challenger-httpd.c])
AC_CONFIG_HEADERS([challenger_config.h])
# support for non-recursive builds
diff --git a/debian/changelog b/debian/changelog
@@ -1,3 +1,9 @@
+challenger (0.9.4) unstable; urgency=low
+
+ * Actual v0.9.4 release.
+
+ -- Christian Grothoff <grothoff@gnu.org> Sat, 10 Feb 2024 03:50:12 +0200
+
challenger (0.9.3) unstable; urgency=medium
* First actual release.
diff --git a/debian/control b/debian/control
@@ -8,9 +8,9 @@ Build-Depends:
autopoint,
debhelper-compat (= 12),
gettext,
- libgnunet-dev (>=0.20),
- libtalerexchange-dev (>= 0.9.3),
- libpq-dev (>=13.0),
+ libgnunet-dev (>=0.21),
+ libtalerexchange-dev (>= 0.9.4),
+ libpq-dev (>=14),
pkg-config,
po-debconf,
zlib1g-dev,
@@ -26,7 +26,7 @@ Architecture: any
Pre-Depends:
${misc:Pre-Depends}
Depends:
- libtalerexchange (>= 0.9.3),
+ libtalerexchange (>= 0.9.4),
libgnutls30 (>= 3.7.1),
adduser,
lsb-base,
@@ -35,7 +35,7 @@ Depends:
${shlibs:Depends}
Recommends:
apache2 | nginx | httpd,
- postgresql (>=13.0)
+ postgresql (>=14.0)
Description: OAuth 2.0 address validation authenticator.
.
A Challenger service validates that user is able to
@@ -48,7 +48,7 @@ Package: challenger-httpd-dev
Section: libdevel
Architecture: any
Depends:
- libtalerexchange-dev (>= 0.9.3),
+ libtalerexchange-dev (>= 0.9.4),
${misc:Depends}
Description: Development headers.
.