diff options
author | Matthew Holt <[email protected]> | 2019-08-13 14:37:58 -0600 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2019-08-13 14:37:58 -0600 |
commit | 28e1f7c5623764e4dfb956bcbcf93a10ab43dd9e (patch) | |
tree | 99d4f1a8e5a8f8405faf12ab690bbdd0bfd2090f | |
parent | 914f39d78461c410730920fed749d8ad09cdb6ea (diff) | |
download | caddy-1.0.2.tar.gz caddy-1.0.2.zip |
Version 1.0.2v1.0.2
-rw-r--r-- | dist/CHANGES.txt | 6 | ||||
-rw-r--r-- | dist/README.txt | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/dist/CHANGES.txt b/dist/CHANGES.txt index 7d4b0c93e..468aee007 100644 --- a/dist/CHANGES.txt +++ b/dist/CHANGES.txt @@ -1,5 +1,11 @@ CHANGES +1.0.2 (August 13, 2019) +- Built with Go 1.12.8 to patch HTTP/2 vulnerabilities +- Static file server now serves pre-compressed Zstd files +- websocket: Improvements for custom message types + + 1.0.1 (July 2, 2019) - Move repo and module paths to github.com/caddyserver/caddy - New third-party plugin: pubsub diff --git a/dist/README.txt b/dist/README.txt index dc1750d8b..70828c10a 100644 --- a/dist/README.txt +++ b/dist/README.txt @@ -1,4 +1,4 @@ -CADDY 1.0.1 +CADDY 1.0.2 Website https://caddyserver.com |