From d42f08a97497ca7d1da834bc7949239a0b1f548e Mon Sep 17 00:00:00 2001 From: Tim Kimber Date: Sun, 9 Feb 2020 17:32:40 +0000 Subject: [PATCH] Update release notes and version --- getssl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/getssl b/getssl index b7b9094..de52ba3 100755 --- a/getssl +++ b/getssl @@ -205,10 +205,12 @@ # 2020-01-26 Use urlbase64_decode() instead of base64 -d # 2020-01-26 Fix "already verified" error for ACMEv2 # 2020-01-29 Check awk new enough to support json_awk +# 2020-02-05 Fix epoch_date for busybox +# 2020-02-06 Bugfixes for json_awk and nslookup to support old awk versions (2.17) # ---------------------------------------------------------------------------------------- PROGNAME=${0##*/} -VERSION="2.16" +VERSION="2.17" # defaults ACCOUNT_KEY_LENGTH=4096