commit fcc74ac2d2c6adbaa5d94a824c4b579ad7e20cf8
parent 797670095433949d0b242d12c3479e883b36eb7e
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 7 Apr 2025 20:44:28 +0200
bump to v0.14.5
Diffstat:
3 files changed, 8 insertions(+), 2 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.14.4],[taler-bug@gnu.org])
+AC_INIT([challenger],[0.14.5],[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,10 @@
+challenger (0.14.5) unstable; urgency=low
+
+ * Fix double-free crash and minor logging issues.
+ * Release 0.14.5
+
+ -- Christian Grothoff <grothoff@gnu.org> Mon, 7 Apr 2025 06:51:13 +0200
+
challenger (0.14.4) unstable; urgency=low
* Release 0.14.4
diff --git a/src/challenger/challenger-send-sms.sh b/src/challenger/challenger-send-sms.sh
@@ -1,7 +1,6 @@
#!/bin/sh
# This file is in the public domain.
set -eu
-# . telesign-secrets
# Set AUTH_TOKEN=...
NUMBER=$(echo "$1" | jq -r .phone)
MESSAGE=$(cat -)