Commit a86e16dd authored by Matthew Holt's avatar Matthew Holt

That's a wrap; version 0.7.2

parent 263fa064
......@@ -20,7 +20,7 @@ const (
Name = "Caddy"
// Version is the program version
Version = "0.7.1"
Version = "0.7.2"
)
var (
......
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)
......
CADDY 0.7.1
CADDY 0.7.2
Website
https://caddyserver.com
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment