]> git.street.me.uk Git - andy/dehydrated.git/blob - CHANGELOG
updated changelog
[andy/dehydrated.git] / CHANGELOG
1 # Change Log
2 This file contains a log of major changes in dehydrated
3
4 ## [x.x.x] - xxxx-xx-xx
5 ## Changed
6 - Skip challenges for already validated domains
7 - Removed need for some special commands (BusyBox compatibility)
8
9 ## Added
10 - Added private-key rollover functionality
11 - Added `--lock-suffix` option for allowing parallel execution
12 - Added `invalid_challenge` hook
13 - Added `request_failure` hook
14
15 ## [0.3.1] - 2016-09-13
16 ## Changed
17 - Renamed project to `dehydrated`.
18 - Default WELLKNOWN location is now `/var/www/dehydrated`
19 - Config location is renamed to `dehydrated` (e.g. `/etc/dehydrated`)
20
21 ## [0.3.0] - 2016-09-07
22 ## Changed
23 - Config is now named `config` instead of `config.sh`!
24 - Location of domains.txt is now configurable via DOMAINS_TXT config variable
25 - Location of certs directory is now configurable via CERTDIR config variable
26 - signcsr command now also outputs chain certificate if --full-chain/-fc is set
27 - Location of account-key(s) changed
28 - Default WELLKNOWN location is now `/var/www/letsencrypt`
29 - New version of Let's Encrypt Subscriber Agreement
30
31 ## Added
32 - Added option to add CSR-flag indicating OCSP stapling to be mandatory
33 - Initial support for configuration on per-certificate base
34 - Support for per-CA account keys and custom config for output cert directory, license, etc.
35 - Added option to select IP version of name to address resolution
36 - Added option to run letsencrypt.sh without locks
37
38 ## Fixed
39 - letsencrypt.sh no longer stores account keys from invalid registrations
40
41 ## [0.2.0] - 2016-05-22
42 ### Changed
43 - PRIVATE_KEY config parameter has been renamed to ACCOUNT_KEY to avoid confusion with certificate keys
44 - deploy_cert hook now also has the certificates timestamp as standalone parameter
45 - Temporary files are now identifiable (template: letsencrypt.sh-XXXXXX)
46 - Private keys are now regenerated by default
47
48 ### Added
49 - Added documentation to repository
50
51 ### Fixed
52 - Fixed bug with uppercase names in domains.txt (script now converts everything to lowercase)
53 - mktemp no longer uses the deprecated `-t` parameter.
54 - Compatibility with "pretty" json
55
56 ## [0.1.0] - 2016-03-25
57 ### Changed
58 - This is the first numbered version of letsencrypt.sh