diff options
author | Matthew Holt <[email protected]> | 2015-11-02 20:56:13 -0700 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2015-11-02 20:56:13 -0700 |
commit | 9905f48c8e71b450d9b0df0a1149a912de277ce9 (patch) | |
tree | 51ff155d18e9d1e264a3afd086ce7d56546fe008 | |
parent | 0970c058f7a7aedb476120a288214a35c396d1a5 (diff) | |
download | caddy-9905f48c8e71b450d9b0df0a1149a912de277ce9.tar.gz caddy-9905f48c8e71b450d9b0df0a1149a912de277ce9.zip |
Update changelog and readme
-rw-r--r-- | dist/CHANGES.txt | 18 | ||||
-rw-r--r-- | dist/README.txt | 2 |
2 files changed, 18 insertions, 2 deletions
diff --git a/dist/CHANGES.txt b/dist/CHANGES.txt index 6a2c201c4..9cc16ab86 100644 --- a/dist/CHANGES.txt +++ b/dist/CHANGES.txt @@ -1,7 +1,23 @@ CHANGES -<master> +0.8 beta +- Let's Encrypt (free, automatic, fully-managed HTTPS for your sites) +- Graceful restarts (for POSIX-compatible systems) +- Major internal refactoring to allow use of Caddy as library - New directive 'mime' to customize Content-Type based on file extension +- New -accept flag to accept Let's Encrypt SA without prompt +- New -ca flag to customize ACME CA server URL +- New -revoke flag to revoke a certificate +- browse: Render filenames with multiple whitespace properly +- markdown: Include Last-Modified header in response +- startup, shutdown: Better Windows support +- templates: Bug fix for .Host when port is absent +- templates: Include Last-Modified header in response +- templates: Support for custom delimiters +- tls: For non-local hosts, default port is now 443 unless specified +- tls: Force-disable HTTPS +- tls: Specify Let's Encrypt email address +- Many, many more tests and numerous bug fixes and improvements 0.7.6 (September 28, 2015) diff --git a/dist/README.txt b/dist/README.txt index de3fde6a4..047e1955c 100644 --- a/dist/README.txt +++ b/dist/README.txt @@ -1,4 +1,4 @@ -CADDY 0.7.6 +CADDY 0.8 beta Website https://caddyserver.com |