mirror of
https://github.com/caddyserver/caddy.git
synced 2025-02-02 14:17:01 +01:00
Version 0.10.13
This commit is contained in:
parent
a674c0051a
commit
694d2c9b2e
2 changed files with 16 additions and 1 deletions
15
dist/CHANGES.txt
vendored
15
dist/CHANGES.txt
vendored
|
@ -1,5 +1,20 @@
|
|||
CHANGES
|
||||
|
||||
0.10.13 (April 18, 2018)
|
||||
- New third-party plugin: supervisor
|
||||
- Updated QUIC
|
||||
- proxy: Fix transparent pass-thru of X-Forwarded-For
|
||||
- proxy: Configurable timeout to upstream
|
||||
- rewrite: Now supports regular expressions on single-line
|
||||
- tls: StrictHostMatching mode to prevent client auth bypass
|
||||
- tls: Disable client auth when using QUIC
|
||||
- tls: Require same client auth cert pools per hostname
|
||||
- tls: Prevent On-Demand TLS directory traversal
|
||||
- tls: Fix empty files when using ACME fails to obtain cert
|
||||
- Fixed test broken by 1.1.1.1 resolving
|
||||
- Improved Caddyfile parser robustness by fuzzing
|
||||
|
||||
|
||||
0.10.12 (March 27, 2018)
|
||||
- Switch to Let's Encrypt ACMEv2 production endpoint
|
||||
- Support for automated wildcard certificates
|
||||
|
|
2
dist/README.txt
vendored
2
dist/README.txt
vendored
|
@ -1,4 +1,4 @@
|
|||
CADDY 0.10.12
|
||||
CADDY 0.10.13
|
||||
|
||||
Website
|
||||
https://caddyserver.com
|
||||
|
|
Loading…
Reference in a new issue