From 2f518618d34f8d844d26b060ef9e553cf16dd6e2 Mon Sep 17 00:00:00 2001 From: Tim Kimber Date: Fri, 23 Jul 2021 15:10:06 +0100 Subject: [PATCH] Update version and change log --- getssl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/getssl b/getssl index bf1fb15..fecbc7c 100755 --- a/getssl +++ b/getssl @@ -263,6 +263,7 @@ # 2021-07-07 Request new certificate if SANs have changed (#669)(#673) # 2021-07-12 Do not redirect outputs on remote commands when the debug option is used (atisne) # 2021-07-20 Use +noidnout to enable certificates for IDN domains (#679)(2.37) +# 2021-07-22 Only pass +noidnout param to dig/drill(#682)(2.38) # ---------------------------------------------------------------------------------------- case :$SHELLOPTS: in @@ -271,7 +272,7 @@ esac PROGNAME=${0##*/} PROGDIR="$(cd "$(dirname "$0")" || exit; pwd -P;)" -VERSION="2.37" +VERSION="2.38" # defaults ACCOUNT_KEY_LENGTH=4096