mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-20 22:52:58 -05:00
Version 0.8.1
This commit is contained in:
parent
4b6e0e9369
commit
3c96718027
3 changed files with 5 additions and 5 deletions
6
dist/CHANGES.txt
vendored
6
dist/CHANGES.txt
vendored
|
@ -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
2
dist/README.txt
vendored
|
@ -1,4 +1,4 @@
|
|||
CADDY 0.8
|
||||
CADDY 0.8.1
|
||||
|
||||
Website
|
||||
https://caddyserver.com
|
||||
|
|
2
main.go
2
main.go
|
@ -27,7 +27,7 @@ var (
|
|||
|
||||
const (
|
||||
appName = "Caddy"
|
||||
appVersion = "0.8"
|
||||
appVersion = "0.8.1"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
|
Loading…
Add table
Reference in a new issue