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@eff.org>2017-12-08 00:48:44 +0300
committerBrad Warren <bmw@eff.org>2017-12-08 00:48:44 +0300
commite696766ed102a6999a53bba8cb2881348d870487 (patch)
tree78046d4e04cc703b07e5f2a4f2fa9b40279ed1d8
parent716f25743ca7df91b0d55ee08058f2271983d9d4 (diff)
Expand on changes to the Apache plugin0.20.0-changelog
-rw-r--r--CHANGELOG.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 92d059b53..4acfc0401 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,7 +14,9 @@ Certbot adheres to [Semantic Versioning](http://semver.org/).
* The Apache plugin now parses some distro specific Apache configuration files
on non-Debian systems allowing it to get a clearer picture on the running
- Apache configuration.
+ configuration. Internally, these changes were structured so that external
+ contributors can easily write patches to make the plugin work in new Apache
+ configurations.
* Certbot better reports network failures by removing information about
connection retries from the error output.
* An unnecessary question when using Certbot's webroot plugin interactively has
@@ -25,6 +27,8 @@ Certbot adheres to [Semantic Versioning](http://semver.org/).
* Certbot's NGINX plugin no longer sometimes incorrectly reports that it was
unable to deploy a HTTP->HTTPS redirect when requesting Certbot to enable a
redirect for multiple domains.
+* Problems where the Apache plugin was failing to find directives and
+ duplicating existing directives on openSUSE have been resolved.
* An issue running the test shipped with Certbot and some our DNS plugins with
older versions of mock have been resolved.
* On some systems, users reported strangely interleaved output depending on