mirror of
https://github.com/caddyserver/caddy.git
synced 2025-02-24 23:57:05 -05:00
Version 0.10.12
This commit is contained in:
parent
1896b420d8
commit
f379bf3421
2 changed files with 18 additions and 1 deletions
17
dist/CHANGES.txt
vendored
17
dist/CHANGES.txt
vendored
|
@ -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
|
||||
|
|
2
dist/README.txt
vendored
2
dist/README.txt
vendored
|
@ -1,4 +1,4 @@
|
|||
CADDY 0.10.11
|
||||
CADDY 0.10.12
|
||||
|
||||
Website
|
||||
https://caddyserver.com
|
||||
|
|
Loading…
Add table
Reference in a new issue