From a86e16dddea0b3516082046a66f0a0b580db51f2 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Wed, 1 Jul 2015 12:09:31 -0600 Subject: [PATCH] That's a wrap; version 0.7.2 --- app/app.go | 2 +- dist/CHANGES.txt | 6 ++++-- dist/README.txt | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/app/app.go b/app/app.go index ed44da48..c35bded3 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 08211dcb..7a6ec70f 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 4f75e8bd..e490dc85 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