mirror of
https://github.com/caddyserver/caddy.git
synced 2025-03-10 15:48:58 +01:00
Update changes/readme for v0.11.1.
This commit is contained in:
parent
f6e50890b3
commit
1d9a094315
2 changed files with 14 additions and 1 deletions
13
dist/CHANGES.txt
vendored
13
dist/CHANGES.txt
vendored
|
@ -1,5 +1,18 @@
|
||||||
CHANGES
|
CHANGES
|
||||||
|
|
||||||
|
0.11.1 (November 12, 2018)
|
||||||
|
- New -env-file flag to load environment from file
|
||||||
|
- New event type 'instancerestart'
|
||||||
|
- fastcgi: Strip PATH_INFO from SCRIPT_FILENAME
|
||||||
|
- fastcgi: Add REQUEST_SCHEME to environment
|
||||||
|
- gzip: Compress .m3u and .m3u8 files by default
|
||||||
|
- telemetry: Honor CADDY_UUID_FILE env variable
|
||||||
|
- templates: New .TLSVersion action
|
||||||
|
- tls: Remove remaining RSA_CBC cipher suites from defaults
|
||||||
|
- tls: Raise alert if no certificate matches exactly
|
||||||
|
- Numerous other bug fixes and improvements
|
||||||
|
|
||||||
|
|
||||||
0.11 (May 10, 2018)
|
0.11 (May 10, 2018)
|
||||||
- Built with Go 1.10.2
|
- Built with Go 1.10.2
|
||||||
- Integrated optional telemetry client
|
- Integrated optional telemetry client
|
||||||
|
|
2
dist/README.txt
vendored
2
dist/README.txt
vendored
|
@ -1,4 +1,4 @@
|
||||||
CADDY 0.11
|
CADDY 0.11.1
|
||||||
|
|
||||||
Website
|
Website
|
||||||
https://caddyserver.com
|
https://caddyserver.com
|
||||||
|
|
Loading…
Reference in a new issue