mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-23 17:16:40 +01:00
Updated changelog
This commit is contained in:
parent
ed0c0db6a3
commit
97c8c9582a
1 changed files with 14 additions and 0 deletions
14
dist/CHANGES.txt
vendored
14
dist/CHANGES.txt
vendored
|
@ -1,5 +1,19 @@
|
|||
CHANGES
|
||||
|
||||
<master>
|
||||
- Improved OCSP stapling
|
||||
- Can reload config with new hosts that need certs from Let's Encrypt
|
||||
- If pidfile is created, it is deleted when Caddy exits
|
||||
- browse: New default template
|
||||
- gzip: Added min_length setting
|
||||
- import: Support for glob patterns (*) to import multiple files
|
||||
- rewrite: New complex rules with conditions, regex captures, and status code
|
||||
- tls: Removed DES ciphers from default cipher suite list
|
||||
- tls: All supported certificates are OCSP-stapled
|
||||
- tls: Allow custom configuration without specifying certificate and key
|
||||
- tls: No longer allow HTTPS over port 80
|
||||
- Dozens of bug fixes, improvements, and more tests across the board
|
||||
|
||||
0.8.0 (December 4, 2015)
|
||||
- HTTPS by default via Let's Encrypt (certs & keys are fully managed)
|
||||
- Graceful restarts (on POSIX-compliant systems)
|
||||
|
|
Loading…
Reference in a new issue