File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ const (
20
20
Name = "Caddy"
21
21
22
22
// Version is the program version
23
- Version = "0.7.5 "
23
+ Version = "0.7.6 "
24
24
)
25
25
26
26
var (
Original file line number Diff line number Diff line change 1
1
CHANGES
2
2
3
- <master>
3
+ 0.7.6 (September 28, 2015)
4
4
- basicauth: Support for legacy htpasswd files
5
- - browse: JSON response with file listing given Accept header
5
+ - browse: JSON response with file listing
6
6
- core: Caddyfile as command line argument
7
7
- errors: Can write full stack trace to HTTP response for debugging
8
8
- errors, log: Roll log files after certain size or age
9
9
- proxy: Fix for 32-bit architectures
10
+ - rewrite: Better compatibility with fastcgi and PHP apps
10
11
- templates: Added .StripExt and .StripHTML methods
11
12
- Internal improvements and minor bug fixes
12
13
Original file line number Diff line number Diff line change 1
- CADDY 0.7.5
1
+ CADDY 0.7.6
2
2
3
3
Website
4
4
https://caddyserver.com
You can’t perform that action at this time.
0 commit comments