]> git.street.me.uk Git - andy/dehydrated.git/blobdiff - CHANGELOG
added temporary wrapper script for compatibility with old config locations and symlin...
[andy/dehydrated.git] / CHANGELOG
index c752901dca587f4c8ff141d00019cc0dee3c2a3f..1273cf71d0c373cddc77477a77292e6bcecbcf6f 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,15 +1,35 @@
 # Change Log
-This file contains a log of major changes in letsencrypt.sh
+This file contains a log of major changes in dehydrated
 
 ## [x.x.x] - xxxx-xx-xx
 ## Changed
+- ...
+
+## [0.3.1] - 2016-09-13
+## Changed
+- Renamed project to `dehydrated`.
+- Default WELLKNOWN location is now `/var/www/dehydrated`
+- Config location is renamed to `dehydrated` (e.g. `/etc/dehydrated`)
+
+## [0.3.0] - 2016-09-07
+## Changed
 - Config is now named `config` instead of `config.sh`!
 - Location of domains.txt is now configurable via DOMAINS_TXT config variable
 - Location of certs directory is now configurable via CERTDIR config variable
-- signcsr command now also outputs chain certificate
+- signcsr command now also outputs chain certificate if --full-chain/-fc is set
+- Location of account-key(s) changed
+- Default WELLKNOWN location is now `/var/www/letsencrypt`
+- New version of Let's Encrypt Subscriber Agreement
 
 ## Added
 - Added option to add CSR-flag indicating OCSP stapling to be mandatory
+- Initial support for configuration on per-certificate base
+- Support for per-CA account keys and custom config for output cert directory, license, etc.
+- Added option to select IP version of name to address resolution
+- Added option to run letsencrypt.sh without locks
+
+## Fixed
+- letsencrypt.sh no longer stores account keys from invalid registrations
 
 ## [0.2.0] - 2016-05-22
 ### Changed