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 CHANGES
<master> 0.8.1 (January 12, 2016)
- Improved OCSP stapling - Improved OCSP stapling
- Can reload config with new hosts that need certs from Let's Encrypt - Better graceful reload when new hosts need certificates from Let's Encrypt
- If pidfile is created, it is deleted when Caddy exits - Current pidfile is now deleted when Caddy exits
- browse: New default template - browse: New default template
- gzip: Added min_length setting - gzip: Added min_length setting
- import: Support for glob patterns (*) to import multiple files - 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 Website
https://caddyserver.com https://caddyserver.com

View File

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