Skip to content

Commit

Permalink
That's a wrap; version 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mholt committed Jul 1, 2015
1 parent 263fa06 commit a86e16d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const (
Name = "Caddy"

// Version is the program version
Version = "0.7.1"
Version = "0.7.2"
)

var (
Expand Down
6 changes: 4 additions & 2 deletions dist/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
CHANGES


<master>
- Removed git directive from core; now available as an addon
0.7.2 (July 1, 2015)
- Custom builds through caddyserver.com - extend Caddy by writing addons
- browse: Sort by clicking column heading or using query string
- core: Serving hostname that doesn't resolve issues warning then listens on 0.0.0.0
- errors: Missing error page during parse time is warning, not error
- ext: Extension only appended if request path does not end in /
- fastcgi: Fix for backend responding without status text
- fastcgi: Fix PATH_TRANSLATED when PATH_INFO is empty (RFC 3875)
- git: Removed from core (available as add-on)
- gzip: Enable by file path and/or extension
- gzip: Customize compression level
- log: Fix for missing status in log entry when error unhandled
- proxy: Strip prefix from path for proxy to path
- redir: Meta tag redirects
- templates: Support for nested includes
- Internal improvements and more tests


0.7.1 (June 2, 2015)
Expand Down
2 changes: 1 addition & 1 deletion dist/README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CADDY 0.7.1
CADDY 0.7.2

Website
https://caddyserver.com
Expand Down

0 comments on commit a86e16d

Please sign in to comment.