Expand on changes to the Apache plugin

This commit is contained in:
Brad Warren
2017-12-07 13:48:44 -08:00
parent 716f25743c
commit e696766ed1
+5 -1
View File
@@ -14,7 +14,9 @@ Certbot adheres to [Semantic Versioning](http://semver.org/).
* The Apache plugin now parses some distro specific Apache configuration files * 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 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 * Certbot better reports network failures by removing information about
connection retries from the error output. connection retries from the error output.
* An unnecessary question when using Certbot's webroot plugin interactively has * 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 * 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 unable to deploy a HTTP->HTTPS redirect when requesting Certbot to enable a
redirect for multiple domains. 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 * An issue running the test shipped with Certbot and some our DNS plugins with
older versions of mock have been resolved. older versions of mock have been resolved.
* On some systems, users reported strangely interleaved output depending on * On some systems, users reported strangely interleaved output depending on