From ed87b86bcaeb9a5934530f8f0ffe153c26a5e887 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Fri, 26 May 2017 10:21:57 -0700 Subject: [PATCH] Update CHANGELOG.md in response to 0.14.2 release (#4744) --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f66582d9..d52518195 100644 --- a/CHANGELOG.md +++ b/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