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>2019-10-31 03:07:36 +0300
committerGitHub <noreply@github.com>2019-10-31 03:07:36 +0300
commit9796128feeed8aebdbd3702335850840a69ae0bf (patch)
treee126151fe0bfd2c9f889cf2643e1c2002b04ed40 /CHANGELOG.md
parentde6b56bec02881d5a63173aedb670b24d847f72d (diff)
Polish changelog (#7476)
I wanted to polish the changelog a bit. Changes made are: * We don't ship our test farm tests so including info about them in our changelog seems unnecessary. * I combined and expanded the info about the deprecation of Python 3.4.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f6c5ce34a..f2fe68e11 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,12 +12,14 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
* We deprecated support for Python 3.4 in Certbot and its ACME library. Support
for Python 3.4 will be removed in the next major release of Certbot.
-* Removed `--fast` flag from the test farm tests
+ certbot-auto users on RHEL 6 based systems will be asked to enable Software
+ Collections (SCL) repository so Python 3.6 can be installed. certbot-auto can
+ enable the SCL repo for you on CentOS 6 while users on other RHEL 6 based
+ systems will be asked to do this manually.
* `--server` may now be combined with `--dry-run`. Certbot will, as before, use the
staging server instead of the live server when `--dry-run` is used.
* Updated certbot-dns-google to depend on newer versions of
google-api-python-client and oauth2client.
-* Migrated CentOS 6 certbot-auto users from Python 3.4 to Python 3.6.
* certbot.plugins.common.TLSSNI01 has been deprecated and will be removed in a
future release.