Skip to content

Commit ec676fa

Browse files
committed
Version bump: 0.7.6
1 parent 122e3a9 commit ec676fa

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

app/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const (
2020
Name = "Caddy"
2121

2222
// Version is the program version
23-
Version = "0.7.5"
23+
Version = "0.7.6"
2424
)
2525

2626
var (

dist/CHANGES.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
CHANGES
22

3-
<master>
3+
0.7.6 (September 28, 2015)
44
- basicauth: Support for legacy htpasswd files
5-
- browse: JSON response with file listing given Accept header
5+
- browse: JSON response with file listing
66
- core: Caddyfile as command line argument
77
- errors: Can write full stack trace to HTTP response for debugging
88
- errors, log: Roll log files after certain size or age
99
- proxy: Fix for 32-bit architectures
10+
- rewrite: Better compatibility with fastcgi and PHP apps
1011
- templates: Added .StripExt and .StripHTML methods
1112
- Internal improvements and minor bug fixes
1213

dist/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CADDY 0.7.5
1+
CADDY 0.7.6
22

33
Website
44
https://caddyserver.com

0 commit comments

Comments
 (0)