diff options
author | Matthew Holt <[email protected]> | 2017-05-02 12:02:28 -0600 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2017-05-02 12:02:28 -0600 |
commit | dfebffb1eeb7ff0eba1e922bb8b452670675535f (patch) | |
tree | eae2e17bbb720e2db20457014243ed81787fd272 | |
parent | 59a5afab292046b67526b6f38582d3a0efbfcc50 (diff) | |
download | caddy-0.10.2.tar.gz caddy-0.10.2.zip |
Update readme and changes for version 0.10.2v0.10.2
-rw-r--r-- | dist/CHANGES.txt | 5 | ||||
-rw-r--r-- | dist/README.txt | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/dist/CHANGES.txt b/dist/CHANGES.txt index eddec84d3..e256ccd37 100644 --- a/dist/CHANGES.txt +++ b/dist/CHANGES.txt @@ -1,5 +1,10 @@ CHANGES
+0.10.2 (May 2, 2017)
+- Hot fix for rule paths of "/" so that they match every request
+- fastcgi: Match request paths that don't start with "/" even if rule does
+
+
0.10.1 (May 1, 2017)
- Reduced memory usage for gzip, templates, and MITM detection
- Fixed automatic HTTP->HTTPS redirects for sites with wildcard labels
diff --git a/dist/README.txt b/dist/README.txt index 55a178e80..681a5efb7 100644 --- a/dist/README.txt +++ b/dist/README.txt @@ -1,4 +1,4 @@ -CADDY 0.10.1
+CADDY 0.10.2
Website
https://caddyserver.com
|