diff options
-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
|