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>2018-11-08 00:02:25 +0300
committerBrad Warren <bmw@eff.org>2018-11-08 00:02:25 +0300
commitf3ff548a413a699760ab2239b6e11d65e083d540 (patch)
tree35180bce244aaae3a189c794d0d29726fbe2b679
parente6e323e3ffd8d74251fa9ad46a6eed1bcffbfe38 (diff)
Update changelog for 0.28.0 release.
-rw-r--r--CHANGELOG.md27
1 files changed, 26 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 728c938fb..2f0fd40dc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
Certbot adheres to [Semantic Versioning](http://semver.org/).
-## 0.28.0 - master
+## 0.28.0 - 2018-11-7
### Added
@@ -18,6 +18,7 @@ Certbot adheres to [Semantic Versioning](http://semver.org/).
* Log warning about TLS-SNI deprecation in Certbot
* Stop preferring TLS-SNI in the Apache, Nginx, and standalone plugins
* OVH DNS plugin now relies on Lexicon>=2.7.14 to support HTTP proxies
+* Default time the Linode plugin waits for DNS changes to propogate is now 1200 seconds.
### Fixed
@@ -27,6 +28,30 @@ Certbot adheres to [Semantic Versioning](http://semver.org/).
* Stop caching the results of ipv6_info in http01.py
* Test fix for Route53 plugin to prevent boto3 making outgoing connections.
* The grammar used by Augeas parser in Apache plugin was updated to fix various parsing errors.
+* The CloudXNS, DNSimple, DNS Made Easy, Gehirn, Linode, LuaDNS, NS1, OVH, and
+ Sakura Cloud DNS plugins are now compatible with Lexicon 3.0+.
+
+Despite us having broken lockstep, we are continuing to release new versions of
+all Certbot components during releases for the time being, however, the only
+package with changes other than its version number was:
+
+* acme
+* certbot
+* certbot-apache
+* certbot-dns-cloudxns
+* certbot-dns-dnsimple
+* certbot-dns-dnsmadeeasy
+* certbot-dns-gehirn
+* certbot-dns-linode
+* certbot-dns-luadns
+* certbot-dns-nsone
+* certbot-dns-ovh
+* certbot-dns-route53
+* certbot-dns-sakuracloud
+* certbot-nginx
+
+More details about these changes can be found on our GitHub repo:
+https://github.com/certbot/certbot/milestone/59?closed=1
## 0.27.1 - 2018-09-06