challenger

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

commit 94418bab99a0fc7a0aeec8710d79dbfb88058abe
parent 629c9e84814d99a3dcc7b7631f96a6611258233e
Author: Florian Dold <florian@dold.me>
Date:   Mon, 29 Jul 2024 12:12:19 +0200

bump version to 0.12.0

Diffstat:
Mconfigure.ac | 2+-
Mdebian/changelog | 6++++++
2 files changed, 7 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.11.0],[taler-bug@gnu.org]) +AC_INIT([challenger],[0.12.0],[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.12.0) unstable; urgency=low + + * Release v0.12.0 + + -- Florian Dold <dold@taler.net> Mon, 29 Jul 2024 12:11:53 +0200 + challenger (0.11.0) unstable; urgency=low * v0.11.0 bugfix release (minor build system improvements).