From c4dfbb9956095c92d0586a52723748c070c7b459 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Sun, 8 Oct 2017 22:20:05 -0600 Subject: [PATCH] Update readme and changelog for v0.10.10 --- dist/CHANGES.txt | 10 ++++++++++ dist/README.txt | 6 +++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/dist/CHANGES.txt b/dist/CHANGES.txt index e72ecc54..bb805d6f 100644 --- a/dist/CHANGES.txt +++ b/dist/CHANGES.txt @@ -1,5 +1,15 @@ CHANGES +0.10.10 (October 9, 2017) +- Built with Go 1.9.1 +- Removed Caddy-Sponsors header +- New 'on' directive that deprecates 'startup' and 'shutdown' +- Changed CASE_SENSITIVE_PATH default to false +- fastcgi: Support for SRV upstreams +- redir: Rules with if statements are not checked for duplicates +- Several minor bug fixes + + 0.10.9 (September 12, 2017) - EULA bundled with official binaries - Caddy-Sponsors header to indicate personal-use license diff --git a/dist/README.txt b/dist/README.txt index ffe72e5a..bbcef33e 100644 --- a/dist/README.txt +++ b/dist/README.txt @@ -1,4 +1,4 @@ -CADDY 0.10.9 +CADDY 0.10.10 Website https://caddyserver.com @@ -14,8 +14,8 @@ Source Code https://github.com/caddyserver -For instructions on using Caddy, please see the user guide on -the website. For a list of what's new in this version, see +For instructions on using Caddy, please see the docs on the +website. For a list of what's new in this version, see CHANGES.txt. For a good time, follow @mholt6 on Twitter.