Skip to content

Commit 3c96718

Browse files
committed
Version 0.8.1
1 parent 4b6e0e9 commit 3c96718

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: dist/CHANGES.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
CHANGES
22

3-
<master>
3+
0.8.1 (January 12, 2016)
44
- Improved OCSP stapling
5-
- Can reload config with new hosts that need certs from Let's Encrypt
6-
- If pidfile is created, it is deleted when Caddy exits
5+
- Better graceful reload when new hosts need certificates from Let's Encrypt
6+
- Current pidfile is now deleted when Caddy exits
77
- browse: New default template
88
- gzip: Added min_length setting
99
- import: Support for glob patterns (*) to import multiple files

Diff for: dist/README.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CADDY 0.8
1+
CADDY 0.8.1
22

33
Website
44
https://caddyserver.com

Diff for: main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var (
2727

2828
const (
2929
appName = "Caddy"
30-
appVersion = "0.8"
30+
appVersion = "0.8.1"
3131
)
3232

3333
func init() {

0 commit comments

Comments
 (0)