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:
authorErica Portnoy <ebportnoy@gmail.com>2017-04-06 22:07:17 +0300
committerGitHub <noreply@github.com>2017-04-06 22:07:17 +0300
commitda1cfa85fc57d2fba0ce81ee1a2d693d57ab5ae5 (patch)
tree59f3d5db26b509ad1ee2c9cd3f0b6725b4a57b16 /CHANGELOG.md
parent82f3f7523e60236d46c057ea9efb7aafb4a6fe47 (diff)
Update changelog for 0.13.0 release (#4476)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md22
1 files changed, 21 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2325019bf..572a9a6b4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,27 @@
Certbot adheres to [Semantic Versioning](http://semver.org/).
-## 0.12.0 - 2017-02-03
+## 0.13.0 - 2017-04-06
+
+### Added
+
+* `--debug-challenges` pauses Certbot after setting up challenges for debugging.
+* The Nginx parser can handle all valid directives in configuration files.
+* Nginx ciphersuites changed to Mozilla Intermediate.
+* `certbot-auto --no-bootstrap` won't install OS dependencies.
+
+### Fixed
+
+* `--register-unsafely-without-email` respects `--quiet`.
+* Hyphenated renewalparams are now saved in renewal config files.
+* `--dry-run` no longer persists keys and csrs.
+* No longer hangs when trying to start Nginx in Arch Linux.
+* Apache rewrite rules no longer double-encode characters.
+
+A full list of changes is available on GitHub:
+https://github.com/certbot/certbot/issues?q=is%3Aissue%20milestone%3A0.13.0%20is%3Aclosed%20
+
+## 0.12.0 - 2017-03-02
### Added