mirror of
https://github.com/caddyserver/caddy.git
synced 2025-02-01 13:25:30 +08:00
Version bump: 0.7.6
This commit is contained in:
parent
122e3a9430
commit
ec676fa15e
|
@ -20,7 +20,7 @@ const (
|
|||
Name = "Caddy"
|
||||
|
||||
// Version is the program version
|
||||
Version = "0.7.5"
|
||||
Version = "0.7.6"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
5
dist/CHANGES.txt
vendored
5
dist/CHANGES.txt
vendored
|
@ -1,12 +1,13 @@
|
|||
CHANGES
|
||||
|
||||
<master>
|
||||
0.7.6 (September 28, 2015)
|
||||
- basicauth: Support for legacy htpasswd files
|
||||
- browse: JSON response with file listing given Accept header
|
||||
- browse: JSON response with file listing
|
||||
- core: Caddyfile as command line argument
|
||||
- errors: Can write full stack trace to HTTP response for debugging
|
||||
- errors, log: Roll log files after certain size or age
|
||||
- proxy: Fix for 32-bit architectures
|
||||
- rewrite: Better compatibility with fastcgi and PHP apps
|
||||
- templates: Added .StripExt and .StripHTML methods
|
||||
- Internal improvements and minor bug fixes
|
||||
|
||||
|
|
2
dist/README.txt
vendored
2
dist/README.txt
vendored
|
@ -1,4 +1,4 @@
|
|||
CADDY 0.7.5
|
||||
CADDY 0.7.6
|
||||
|
||||
Website
|
||||
https://caddyserver.com
|
||||
|
|
Loading…
Reference in New Issue
Block a user