diff options
author | Matthew Holt <[email protected]> | 2017-10-08 22:20:05 -0600 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2017-10-08 22:20:05 -0600 |
commit | c4dfbb9956095c92d0586a52723748c070c7b459 (patch) | |
tree | de4e671c53ef7f4ab768e2aa1326445dce7dc6c0 | |
parent | b0d9c058cc72183d5204f648459f6f77953a5a77 (diff) | |
download | caddy-c4dfbb9956095c92d0586a52723748c070c7b459.tar.gz caddy-c4dfbb9956095c92d0586a52723748c070c7b459.zip |
Update readme and changelog for v0.10.10v0.10.10
-rw-r--r-- | dist/CHANGES.txt | 10 | ||||
-rw-r--r-- | dist/README.txt | 6 |
2 files changed, 13 insertions, 3 deletions
diff --git a/dist/CHANGES.txt b/dist/CHANGES.txt index e72ecc547..bb805d6f9 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 ffe72e5af..bbcef33e1 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.
|