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:
authorohemorange <ebportnoy@gmail.com>2019-11-25 20:18:12 +0300
committerBrad Warren <bmw@users.noreply.github.com>2019-11-25 20:18:12 +0300
commita27b1137a55db1fdf09116e7849e464a2f9e0c28 (patch)
tree05278c2c652bad814cf04e25170d193d40e682a0 /CHANGELOG.md
parent5809aa6a2caaaa228f5cbcb0967078b023d62fef (diff)
Remove unused nginx docs (#7576)
Part of #5775. We don't use these docs anywhere, so delete them. Removes: - `certbot-nginx/readthedocs.org.requirements.txt` - `certbot-nginx/docs/` folder - docs include in `MANIFEST.in` - docs dependencies in `setup.py` * Remove unused nginx docs * Add changelog entry about the removal
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a6b1685b9..dfb6acde8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,11 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
*
+### Removed
+
+* The `docs` extras for the `certbot-apache` and `certbot-nginx` packages
+ have been removed.
+
### Changed
* certbot-auto has deprecated support for systems using OpenSSL 1.0.1 that are
@@ -87,7 +92,7 @@ More details about these changes can be found on our GitHub repo.
### Changed
* Don't send OCSP requests for expired certificates
-* Return to using platform.linux_distribution instead of distro.linux_distribution in OS fingerprinting for Python < 3.8
+* Return to using platform.linux_distribution instead of distro.linux_distribution in OS fingerprinting for Python < 3.8
* Updated the Nginx plugin's TLS configuration to keep support for some versions of IE11.
### Fixed