From d5fdcdae2e6751ca4e1bbc1aae1eab767a3340f2 Mon Sep 17 00:00:00 2001 From: Tim Kimber Date: Fri, 7 Jan 2022 17:01:15 +0000 Subject: [PATCH] Update change log and version --- getssl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/getssl b/getssl index dac9279..7be6551 100755 --- a/getssl +++ b/getssl @@ -280,6 +280,9 @@ # 2021-11-10 Detect Solaris and use gnu tools (#701)(miesi) # 2021-11-12 Support acme-dns and fix CNAME issues (#722)(#308) # 2021-12-14 Enhancements for GoDaddy (support more levels of domain names, no longer require GODADDY_BASE, and actual deletion of resource records) +# 2021-12-22 Don't show usage if run with --upgrade (#728) +# 2021-12-23 Don't use +idnout if dig shows a warning (#688) +# 2022-01-06 Support --account-id (#716)(2.46) # ---------------------------------------------------------------------------------------- case :$SHELLOPTS: in @@ -288,7 +291,7 @@ esac PROGNAME=${0##*/} PROGDIR="$(cd "$(dirname "$0")" || exit; pwd -P;)" -VERSION="2.45" +VERSION="2.46" # defaults ACCOUNT_KEY_LENGTH=4096