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:
authorWill Greenberg <willg@eff.org>2022-10-31 23:22:07 +0300
committerGitHub <noreply@github.com>2022-10-31 23:22:07 +0300
commitf73e062c7a3b4856bffe2a7c54ece64c2f1af265 (patch)
treef1cde11f5b1ae1310df6320badb919022d89c40a
parent7865bbd39a54863ca3b48af77a3da8da7b7d0226 (diff)
Fix changelog entry (#9444)
* Fix changelog entry * move to 1.32.0 Co-authored-by: Brad Warren <bmw@eff.org>
-rw-r--r--certbot/CHANGELOG.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/certbot/CHANGELOG.md b/certbot/CHANGELOG.md
index a6b6705a1..836ecc048 100644
--- a/certbot/CHANGELOG.md
+++ b/certbot/CHANGELOG.md
@@ -14,7 +14,8 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
### Fixed
-*
+* CentOS 9 and other RHEL-derived OSes now correctly use httpd instead of apachectl for
+ various Apache-related commands
More details about these changes can be found on our GitHub repo.
@@ -176,8 +177,6 @@ More details about these changes can be found on our GitHub repo.
* Updated dependencies to use new version of cryptography that uses OpenSSL 1.1.1n, in
response to https://www.openssl.org/news/secadv/20220315.txt.
-* CentOS 9 and other RHEL-derived OSes now correctly use httpd instead of apachectl for
- various Apache-related commands
More details about these changes can be found on our GitHub repo.