mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
Update CHANGELOG.md in response to 0.14.2 release (#4744)
This commit is contained in:
parent
346659c47f
commit
ed87b86bca
1 changed files with 15 additions and 0 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
|
@ -2,6 +2,21 @@
|
|||
|
||||
Certbot adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## 0.14.2 - 2017-05-25
|
||||
|
||||
### Fixed
|
||||
|
||||
* Certbot 0.14.0 included a bug where Certbot would create a temporary log file
|
||||
(usually in /tmp) if the program exited during argument parsing. If a user
|
||||
provided -h/--help/help, --version, or an invalid command line argument,
|
||||
Certbot would create this temporary log file. This was especially bothersome to
|
||||
certbot-auto users as certbot-auto runs `certbot --version` internally to see
|
||||
if the script needs to upgrade causing it to create at least one of these files
|
||||
on every run. This problem has been resolved.
|
||||
|
||||
More details about this change can be found on our GitHub repo:
|
||||
https://github.com/certbot/certbot/issues?q=is%3Aissue+milestone%3A0.14.2+is%3Aclosed
|
||||
|
||||
## 0.14.1 - 2017-05-16
|
||||
|
||||
### Fixed
|
||||
|
|
|
|||
Loading…
Reference in a new issue