diff options
-rw-r--r-- | dist/CHANGES.txt | 11 | ||||
-rw-r--r-- | dist/README.txt | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/dist/CHANGES.txt b/dist/CHANGES.txt index 38055ed15..25791e897 100644 --- a/dist/CHANGES.txt +++ b/dist/CHANGES.txt @@ -1,5 +1,16 @@ CHANGES
+0.10.7 (August 25, 2017)
+- Built with Go 1.9
+- New 3rd-party plugin directives: jekyll, ases, forwardproxy
+- Different exit codes
+- Plan9 support
+- Graceful binary upgrades with SIGUSR2
+- internal: Support X-Accel-Redir without paths to protect
+- templates: Can execute templates loaded by other middleware
+- A few really good bug fixes
+
+
0.10.6 (July 28, 2017)
- fastcgi: Fix runtime error for 32-bit and ARM architectures
diff --git a/dist/README.txt b/dist/README.txt index 694975d01..01cc02de7 100644 --- a/dist/README.txt +++ b/dist/README.txt @@ -1,4 +1,4 @@ -CADDY 0.10.6
+CADDY 0.10.7
Website
https://caddyserver.com
|