challenger

OAuth 2.0-based authentication service that validates user can receive messages at a certain address
Log | Files | Refs | Submodules | README | LICENSE

commit 9ee7523913bb07935c8421388acf8bd024f158aa
parent e8ac60873f7861f7bedd4f6dfafe1be38f600ffa
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 15 Apr 2025 15:25:20 +0200

version bump

Diffstat:
Mconfigure.ac | 2+-
Mdebian/changelog | 8++++++++
2 files changed, 9 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([challenger],[0.14.11],[taler-bug@gnu.org]) +AC_INIT([challenger],[0.14.12],[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,11 @@ +challenger (0.14.12) unstable; urgency=low + + * removed GET /challenge feature (problematic) + * fixed another issue in upload handling logic in /setup endpoint + * Release version 0.14.12 + + -- Christian Grothoff <grothoff@gnu.org> Tue, 14 Apr 2025 15:50:23 +0200 + challenger (0.14.11) unstable; urgency=low * fixed SQL bug, this time hopefully finally correct