Version 0.8.1

This commit is contained in:
Matthew Holt 2016-01-12 10:01:57 -07:00
parent 4b6e0e9369
commit 3c96718027
3 changed files with 5 additions and 5 deletions

6
dist/CHANGES.txt vendored
View File

@ -1,9 +1,9 @@
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

2
dist/README.txt vendored
View File

@ -1,4 +1,4 @@
CADDY 0.8
CADDY 0.8.1
Website
https://caddyserver.com

View File

@ -27,7 +27,7 @@ var (
const (
appName = "Caddy"
appVersion = "0.8"
appVersion = "0.8.1"
)
func init() {