Commit 3c967180 authored by Matthew Holt's avatar Matthew Holt

Version 0.8.1

parent 4b6e0e93
CHANGES
<master>
0.8.1 (January 12, 2016)
- 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
- Better graceful reload when new hosts need certificates from Let's Encrypt
- Current pidfile is now deleted when Caddy exits
- browse: New default template
- gzip: Added min_length setting
- import: Support for glob patterns (*) to import multiple files
......
CADDY 0.8
CADDY 0.8.1
Website
https://caddyserver.com
......
......@@ -27,7 +27,7 @@ var (
const (
appName = "Caddy"
appVersion = "0.8"
appVersion = "0.8.1"
)
func init() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment