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>2018-06-14 00:20:43 +0300
committerohemorange <ebportnoy@gmail.com>2018-06-14 00:20:43 +0300
commitfccfbd14b1433db64277325de56c312c3e47b014 (patch)
treeecf422911c9fa9fb8c84e82e549b30e610140cc1
parentc9ae365f6678ae64134a9408185601e124cdf296 (diff)
add 0.25.1 changelog (#6111)
-rw-r--r--CHANGELOG.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5facc5380..88251e48a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,28 @@
Certbot adheres to [Semantic Versioning](http://semver.org/).
+## 0.25.1 - 2018-06-13
+
+### Fixed
+
+* TLS-ALPN-01 support has been removed from our acme library. Using our current
+ dependencies, we are unable to provide a correct implementation of this
+ challenge so we decided to remove it from the library until we can provide
+ proper support.
+* Issues causing test failures when running the tests in the acme package with
+ pytest<3.0 has been resolved.
+* certbot-nginx now correctly depends on acme>=0.25.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
+packages with changes other than their version number were:
+
+* acme
+* certbot-nginx
+
+More details about these changes can be found on our GitHub repo:
+https://github.com/certbot/certbot/milestone/56?closed=1
+
## 0.25.0 - 2018-06-06
### Added