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:
authorNoah Swartz <swartzcr@gmail.com>2017-09-18 23:45:01 +0300
committerGitHub <noreply@github.com>2017-09-18 23:45:01 +0300
commit3acde31ed363bc32bbfbf069d4270d021b500374 (patch)
tree4c568c906a2f44fec0fc62ff025de3da36ebd47d
parentf0caf5b04fc33d7b08d480d5ee2bd67603081834 (diff)
parent134d499b073f68557db5bbdd480de54f9e0a7040 (diff)
Merge pull request #5096 from certbot/0.18.1-release-notes
Add 0.18.1 release notes
-rw-r--r--CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e2580e442..2410d7b43 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,22 @@
Certbot adheres to [Semantic Versioning](http://semver.org/).
+## 0.18.1 - 2017-09-08
+
+### Fixed
+
+* If certbot-auto was running as an unprivileged user and it upgraded from
+ 0.17.0 to 0.18.0, it would crash with a permissions error and would need to
+ be run again to successfully complete the upgrade. This has been fixed and
+ certbot-auto should upgrade cleanly to 0.18.1.
+* Certbot usually uses "certbot-auto" or "letsencrypt-auto" in error messages
+ and the User-Agent string instead of "certbot" when you are using one of
+ these wrapper scripts. Proper detection of this was broken with Certbot's new
+ installation path in /opt in 0.18.0 but this problem has been resolved.
+
+More details about these changes can be found on our GitHub repo:
+https://github.com/certbot/certbot/milestone/45?closed=1
+
## 0.18.0 - 2017-09-06
### Added