summaryrefslogtreecommitdiff
path: root/dist/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dist/CHANGES.txt')
-rw-r--r--dist/CHANGES.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/dist/CHANGES.txt b/dist/CHANGES.txt
index 79e9187d..3113af4e 100644
--- a/dist/CHANGES.txt
+++ b/dist/CHANGES.txt
@@ -1,5 +1,22 @@
CHANGES
+0.10.12 (March 27, 2018)
+- Switch to Let's Encrypt ACMEv2 production endpoint
+- Support for automated wildcard certificates
+- Support distributed solving of HTTP-01 challenge
+- New {labelN}, {tls_cipher}, and {tls_version} placeholders
+- Curly braces can now be escaped when not used as placeholders
+- New third-party plugin: geoip
+- Updated QUIC
+- fastcgi: Add SSL_CIPHER and SSL_PROTOCOL environment variables
+- log: New 'except' subdirective to exempt paths from logging
+- startup/shutdown: Removed in favor of 'on'
+- tls: Default minimum version is TLS 1.2
+- tls: Revert to fallback cert if no cert matches SNI
+- tls: New 'wildcard' subdirective to force automated wildcard cert
+- Several significant bug fixes and improvements!
+
+
0.10.11 (February 20, 2018)
- Built with Go 1.10
- Reusable snippets for the Caddyfile