diff options
author | Matthew Holt <[email protected]> | 2018-03-26 22:09:10 -0600 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2018-03-26 22:09:10 -0600 |
commit | f379bf3421bb65becde8bbeb3f940fc4c4215d1f (patch) | |
tree | d0081360613299236d5bb20c992945c0012909c3 | |
parent | 1896b420d818e3ba702b9a55aad9a694502e4007 (diff) | |
download | caddy-f379bf3421bb65becde8bbeb3f940fc4c4215d1f.tar.gz caddy-f379bf3421bb65becde8bbeb3f940fc4c4215d1f.zip |
Version 0.10.12v0.10.12
-rw-r--r-- | dist/CHANGES.txt | 17 | ||||
-rw-r--r-- | dist/README.txt | 2 |
2 files changed, 18 insertions, 1 deletions
diff --git a/dist/CHANGES.txt b/dist/CHANGES.txt index 79e9187db..3113af4ea 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
diff --git a/dist/README.txt b/dist/README.txt index aadeab5b9..b603773c3 100644 --- a/dist/README.txt +++ b/dist/README.txt @@ -1,4 +1,4 @@ -CADDY 0.10.11
+CADDY 0.10.12
Website
https://caddyserver.com
|