Skip to content

Commit

Permalink
Version 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mholt committed Jan 12, 2016
1 parent 4b6e0e9 commit 3c96718
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions dist/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion dist/README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CADDY 0.8
CADDY 0.8.1

Website
https://caddyserver.com
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var (

const (
appName = "Caddy"
appVersion = "0.8"
appVersion = "0.8.1"
)

func init() {
Expand Down

0 comments on commit 3c96718

Please sign in to comment.