]> git.ipfire.org Git - thirdparty/dehydrated.git/commitdiff
release 0.6.3 v0.6.3
authorLukas Schauer <lukas@schauer.so>
Tue, 25 Jun 2019 10:50:45 +0000 (12:50 +0200)
committerLukas Schauer <lukas@schauer.so>
Tue, 25 Jun 2019 10:50:45 +0000 (12:50 +0200)
CHANGELOG
dehydrated

index c89cbd1da4fa91d457325cd5f474529bf557135f..24017e3494bd9241fd1d9a54a5d02be0173b1f07 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,7 +1,7 @@
 # Change Log
 This file contains a log of major changes in dehydrated
 
-## [x.x.x] - xxxx-xx-xx
+## [0.6.3] - 2019-06-25
 ## Changed
 - OCSP refresh interval is now configurable
 - Implemented POST-as-GET
@@ -11,6 +11,9 @@ This file contains a log of major changes in dehydrated
 - Initial support for tls-alpn-01 validation
 - New hook: sync_cert (for syncing certificate files to disk, see example hook description)
 
+## Fixes
+- Fetch account information after registration to avoid missing account id
+
 ## [0.6.2] - 2018-04-25
 ## Added
 - New deploy_ocsp hook
index 5aed00c1cc898789a87fe3b6cb4875a37011d228..d4a74f1b00e1caadf30df109531aa5a58d09abad 100755 (executable)
@@ -17,7 +17,7 @@ umask 077 # paranoid umask, we're creating private keys
 exec 3>&-
 exec 4>&-
 
-VERSION="git-master-after-0.6.2"
+VERSION="0.6.3"
 
 # Find directory in which this script is stored by traversing all symbolic links
 SOURCE="${0}"