Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Warren <bmw@users.noreply.github.com>2017-05-26 20:21:57 +0300
committerGitHub <noreply@github.com>2017-05-26 20:21:57 +0300
commited87b86bcaeb9a5934530f8f0ffe153c26a5e887 (patch)
tree058e687ad7a41604912e43afbeac5901d0fb9411 /CHANGELOG.md
parent346659c47fddb96f85182a64c46c4c8e4b73e18e (diff)
Update CHANGELOG.md in response to 0.14.2 release (#4744)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md15
1 files changed, 15 insertions, 0 deletions
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