]> git.street.me.uk Git - andy/dehydrated.git/commitdiff
updated changelog
authorLukas Schauer <lukas@schauer.so>
Sun, 24 Apr 2016 17:54:33 +0000 (19:54 +0200)
committerLukas Schauer <lukas@schauer.so>
Sun, 24 Apr 2016 17:54:33 +0000 (19:54 +0200)
CHANGELOG

index 956036611b2815bc81f8b1b64cbf4885d2e43b6d..694bbeb3101d9463272629f46e4e8cd2e455a363 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,19 @@
 # Change Log
 This file contains a log of major changes in letsencrypt.sh
 
+## [x.x.x] - xxxx-xx-xx
+### Changed
+- PRIVATE_KEY config parameter has been renamed to ACCOUNT_KEY to avoid confusion with certificate keys
+- deploy_cert hook now also has the certificates timestamp as standalone parameter
+- Temporary files are now identifiable (template: letsencrypt.sh-XXXXXX)
+
+### Added
+- Added documentation to repository
+
+### Fixed
+- Fixed bug with uppercase names in domains.txt (script now converts everything to lowercase)
+- mktemp no longer uses the deprecated `-t` parameter.
+
 ## [0.1.0] - 2016-03-25
 ### Changed
 - This is the first numbered version of letsencrypt.sh