diff options
author | Matthew Holt <[email protected]> | 2017-01-24 08:29:01 -0700 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2017-01-24 08:29:01 -0700 |
commit | 94e382ef0a88f610a3962eefdde355b591f3eac9 (patch) | |
tree | 3bd3141a61541ab5f3b36d5fb17a998e06b765e2 | |
parent | d8d339740b5d818edfe944ef006fba9c974aa5cf (diff) | |
download | caddy-94e382ef0a88f610a3962eefdde355b591f3eac9.tar.gz caddy-94e382ef0a88f610a3962eefdde355b591f3eac9.zip |
Version 0.9.5v0.9.5
-rw-r--r-- | dist/CHANGES.txt | 20 | ||||
-rw-r--r-- | dist/README.txt | 2 |
2 files changed, 21 insertions, 1 deletions
diff --git a/dist/CHANGES.txt b/dist/CHANGES.txt index 7429f08ef..e3e1f65b1 100644 --- a/dist/CHANGES.txt +++ b/dist/CHANGES.txt @@ -1,5 +1,25 @@ CHANGES
+0.9.5 (January 24, 2017)
+- New -validate flag to only check a Caddyfile, then exit
+- New {when_iso} placeholder for timestamp ISO 8601 in UTC
+- New {rewrite_path} and {rewrite_path_escaped} placeholders
+- New 'timeouts' directive to configure or disable HTTP timeouts
+- HTTP-level timeouts enabled by default
+- basicauth: Authorization header stripped upon successful login
+- browse: Added textbox to filter listing in default template
+- browse: Sanitize file names and links in default template
+- browse: Ensure active Caddyfile is hidden regardless of cwd
+- fastcgi: New 'root' property, mainly for use with containers
+- markdown: Apply some front matter fields as <meta> tags
+- proxy: Fixed HTTP/2 upstream to backend; honors -http CLI flag
+- proxy: Fixed websockets over HTTPS
+- proxy: Reduced memory usage and improved performance
+- proxy: Added support for HTTP trailers
+- tls: Fixed deadlock that affected some background renewals
+- Several other smaller bugs squashed and improvements made
+
+
0.9.4 (December 21, 2016)
- Updated QUIC
- New maxrequestbody directive to limit size of request body
diff --git a/dist/README.txt b/dist/README.txt index 5d26ac1ff..837a812ac 100644 --- a/dist/README.txt +++ b/dist/README.txt @@ -1,4 +1,4 @@ -CADDY 0.9.4
+CADDY 0.9.5
Website
https://caddyserver.com
|