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>2017-09-08 02:06:07 +0300
committerPeter Eckersley <pde@users.noreply.github.com>2017-09-08 02:06:07 +0300
commitd4fe812508f343cd2542f4d5841b3318623a1db1 (patch)
tree4d0f83a36d991932751c0d5f0ab127907af6c3b2
parent6988491b6703f6f6f2979d430d9cb73f0cc94159 (diff)
Update changelog to reflect 0.18.0 (#5081)
-rw-r--r--CHANGELOG.md34
1 files changed, 34 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 377c472f8..e2580e442 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,40 @@
Certbot adheres to [Semantic Versioning](http://semver.org/).
+## 0.18.0 - 2017-09-06
+
+### Added
+
+* The Nginx plugin now configures Nginx to use 2048-bit Diffie-Hellman
+ parameters. Java 6 clients do not support Diffie-Hellman parameters larger
+ than 1024 bits, so if you need to support these clients you will need to
+ manually modify your Nginx configuration after using the Nginx installer.
+
+### Changed
+
+* certbot-auto now installs Certbot in directories under `/opt/eff.org`. If you
+ had an existing installation from certbot-auto, a symlink is created to the
+ new directory. You can configure certbot-auto to use a different path by
+ setting the environment variable VENV_PATH.
+* The Nginx plugin can now be selected in Certbot's interactive output.
+* Output verbosity of renewal failures when running with `--quiet` has been
+ reduced.
+* The default revocation reason shown in Certbot help output now is a human
+ readable string instead of a numerical code.
+* Plugin selection is now included in normal terminal output.
+
+### Fixed
+
+* A newer version of ConfigArgParse is now installed when using certbot-auto
+ causing values set to false in a Certbot INI configuration file to be handled
+ intuitively. Setting a boolean command line flag to false is equivalent to
+ not including it in the configuration file at all.
+* New naming conventions preventing certbot-auto from installing OS
+ dependencies on Fedora 26 have been resolved.
+
+More details about these changes can be found on our GitHub repo:
+https://github.com/certbot/certbot/milestone/42?closed=1
+
## 0.17.0 - 2017-08-02
### Added