diff --git a/app/app.go b/app/app.go index ed44da48b..c35bded3a 100644 --- a/app/app.go +++ b/app/app.go @@ -20,7 +20,7 @@ const ( Name = "Caddy" // Version is the program version - Version = "0.7.1" + Version = "0.7.2" ) var ( diff --git a/dist/CHANGES.txt b/dist/CHANGES.txt index 08211dcb3..7a6ec70fb 100644 --- a/dist/CHANGES.txt +++ b/dist/CHANGES.txt @@ -1,20 +1,22 @@ CHANGES - -- 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) diff --git a/dist/README.txt b/dist/README.txt index 4f75e8bd0..e490dc851 100644 --- a/dist/README.txt +++ b/dist/README.txt @@ -1,4 +1,4 @@ -CADDY 0.7.1 +CADDY 0.7.2 Website https://caddyserver.com