]> git.street.me.uk Git - andy/dehydrated.git/blame - CHANGELOG
trying to fix #320 again
[andy/dehydrated.git] / CHANGELOG
CommitLineData
34c23852 1# Change Log
ec49a443 2This file contains a log of major changes in dehydrated
34c23852 3
8968604c 4## [x.x.x] - xxxx-xx-xx
41aae073 5## Changed
992beecb
LS
6- ...
7
64e35463
LS
8## [0.3.1] - 2016-09-13
9## Changed
ec49a443 10- Renamed project to `dehydrated`.
0ae567ac
LS
11- Default WELLKNOWN location is now `/var/www/dehydrated`
12- Config location is renamed to `dehydrated` (e.g. `/etc/dehydrated`)
64e35463 13
992beecb
LS
14## [0.3.0] - 2016-09-07
15## Changed
d5b28586 16- Config is now named `config` instead of `config.sh`!
41aae073 17- Location of domains.txt is now configurable via DOMAINS_TXT config variable
4e8f944b 18- Location of certs directory is now configurable via CERTDIR config variable
d81eb585 19- signcsr command now also outputs chain certificate if --full-chain/-fc is set
034ec30c 20- Location of account-key(s) changed
194464b0 21- Default WELLKNOWN location is now `/var/www/letsencrypt`
afabfff0 22- New version of Let's Encrypt Subscriber Agreement
2b50c72b 23
8e77ba5e
LS
24## Added
25- Added option to add CSR-flag indicating OCSP stapling to be mandatory
ec489069 26- Initial support for configuration on per-certificate base
034ec30c 27- Support for per-CA account keys and custom config for output cert directory, license, etc.
364bcccf 28- Added option to select IP version of name to address resolution
bd9cc5b0 29- Added option to run letsencrypt.sh without locks
034ec30c
LS
30
31## Fixed
32- letsencrypt.sh no longer stores account keys from invalid registrations
8e77ba5e 33
2b50c72b 34## [0.2.0] - 2016-05-22
8968604c
LS
35### Changed
36- PRIVATE_KEY config parameter has been renamed to ACCOUNT_KEY to avoid confusion with certificate keys
37- deploy_cert hook now also has the certificates timestamp as standalone parameter
38- Temporary files are now identifiable (template: letsencrypt.sh-XXXXXX)
42f42556 39- Private keys are now regenerated by default
8968604c
LS
40
41### Added
42- Added documentation to repository
43
44### Fixed
45- Fixed bug with uppercase names in domains.txt (script now converts everything to lowercase)
46- mktemp no longer uses the deprecated `-t` parameter.
561f0626 47- Compatibility with "pretty" json
8968604c 48
34c23852
LS
49## [0.1.0] - 2016-03-25
50### Changed
51- This is the first numbered version of letsencrypt.sh