]> git.ipfire.org Git - thirdparty/dehydrated.git/commitdiff
release 0.7.1 (it finally happened!) v0.7.1
authorLukas Schauer <lukas@schauer.dev>
Mon, 31 Oct 2022 14:12:38 +0000 (15:12 +0100)
committerLukas Schauer <lukas@schauer.dev>
Mon, 31 Oct 2022 14:12:38 +0000 (15:12 +0100)
CHANGELOG

index 9596b084624bd4ea77fa0ae5b2361aeccf406c73..42d57617b2b2a854790d178969bc6278691b9ef8 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,12 +1,16 @@
 # Change Log
 This file contains a log of major changes in dehydrated
 
-## [x.x.x] - xxxx-xx-xx
+## [0.7.1] - 2022-10-31
 ## Changed
 - `--force` no longer forces domain name revalidation by default, a new argument `--force-validation` has been added for that
 - Added support for EC secp521r1 algorithm (works with e.g. zerossl)
 - `EC PARAMETERS` are no longer written to privkey.pem (didn't seem necessary and was causing issues with various software)
 
+## Fixed
+- Requests resulting in `badNonce` errors are now automatically retried (fixes operation with LE staging servers)
+- Deprecated `egrep` usage has been removed
+
 ## Added
 - Implemented EC for account keys
 - Domain list now also read from domains.txt.d subdirectory (behaviour might change, see docs)