summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Holt <Matthew.Holt+git@gmail.com>2015-07-01 12:09:31 -0600
committerMatthew Holt <Matthew.Holt+git@gmail.com>2015-07-01 12:09:31 -0600
commita86e16dddea0b3516082046a66f0a0b580db51f2 (patch)
treed7ce564994304299bb8015f0a4318fca9019fe63
parent263fa064cd65a02cd339e5d474a86f0ad9cfce07 (diff)
That's a wrap; version 0.7.2v0.7.2
-rw-r--r--app/app.go2
-rw-r--r--dist/CHANGES.txt6
-rw-r--r--dist/README.txt2
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
-<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)
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