Skip to content

Commit 0d6c2df

Browse files
authored
Merge pull request #562 from srvrco/release-2.27
Update revision history and version
2 parents b718ef0 + 9f19977 commit 0d6c2df

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

getssl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,12 @@
228228
# 2020-04-22 Fix domain case conversion for different locales - glynge (2.26)
229229
# 2020-04-26 Fixed ipv4 confirmation with nslookup - Cyber1000
230230
# 2020-04-29 Fix ftp/sftp problems if challenge starts with a dash
231+
# 2020-05-06 Fix missing fullchain.ec.crt when creating dual certificates (2.27)
231232
# ----------------------------------------------------------------------------------------
232233

233234
PROGNAME=${0##*/}
234235
PROGDIR="$(cd "$(dirname "$0")" || exit; pwd -P;)"
235-
VERSION="2.26"
236+
VERSION="2.27"
236237

237238
# defaults
238239
ACCOUNT_KEY_LENGTH=4096

0 commit comments

Comments
 (0)