|
1 | | -## v0.7.8-beta - in progress |
| 1 | +## v0.7.8-beta |
2 | 2 |
|
3 | | -* fix --extra-domain parsing and additional domain detection (#87) |
4 | | -* fix ss check (#91) |
5 | 3 | * Close fd used for locking on exit, workaround for issue #89 |
6 | | -* Remove lock file too (fixes issue #89) |
| 4 | +* Remove lock file too (#89) |
| 5 | +* Tell user he can remove the lockfile |
| 6 | +* Custom ss check, as it doesn't contain the user. Fix #91 |
| 7 | +* Add troubleshooting section to readme |
| 8 | +* Add issue template |
| 9 | +* Fix formatting of issue template |
| 10 | +* Add "how it works" explanation |
| 11 | +* Add certbot version check |
| 12 | +* Remove lock file only if we successfully obtained a lock (#89) |
| 13 | +* On quiet redirect to /dev/stdout instead of /dev/tty, also redirect stderr |
| 14 | +* Rewrite find_additional_public_hostnames to be much faster (#95) |
| 15 | +* README: update section describing additional hostname detection |
| 16 | +* Some extra quoting where possible |
| 17 | +* Close locking fd when running zmproxyctl/zmcontrol restart (fix #89) |
| 18 | +* Remove unneeded commented proxy service check |
| 19 | +* Add nonstandard zimbraMailProxyPort warning with prompt (issue #90) |
| 20 | +* Wrap very long lines |
| 21 | +* Update TESTING: moved -e to tested |
| 22 | +* certbot: use --cert-name instead of --expand (issue #97) |
| 23 | +* Change exit status for prompts, fix typos |
| 24 | +* Changed prompt to allow not including detected SANs |
| 25 | +* Add prompt before running certbot |
| 26 | +* Remove redundant QUIET check before prompts |
| 27 | +* Fix prompts exit status in deploy stage |
| 28 | +* Create webroot even without prompt confirm enabled |
7 | 29 |
|
8 | 30 | ## v0.7.7-beta |
9 | 31 |
|
|
0 commit comments