mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-20 22:52:58 -05:00
Update change log
This commit is contained in:
parent
d05f89294e
commit
ecf913e58d
1 changed files with 15 additions and 0 deletions
15
dist/CHANGES.txt
vendored
15
dist/CHANGES.txt
vendored
|
@ -1,5 +1,19 @@
|
|||
CHANGES
|
||||
|
||||
<master>
|
||||
- On-demand TLS can obtain certificates during handshake
|
||||
- Built with Go 1.6
|
||||
- Process log (-log) is rotated when it gets large
|
||||
- fastcgi: Allow scheme prefix before address
|
||||
- markdown: Support for definition lists
|
||||
- proxy: Allow proxy to insecure HTTPS backends
|
||||
- proxy: Support proxy to unix socket
|
||||
- templates: New .Markdown action to interpret included file as Markdown
|
||||
- tls: max_certs setting to set hard limit on-demand TLS
|
||||
- tls: load certificates from directory
|
||||
- Multiple bug fixes and internal changes
|
||||
|
||||
|
||||
0.8.1 (January 12, 2016)
|
||||
- Improved OCSP stapling
|
||||
- Better graceful reload when new hosts need certificates from Let's Encrypt
|
||||
|
@ -14,6 +28,7 @@ CHANGES
|
|||
- 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…
Add table
Reference in a new issue