summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2016-12-21 13:47:30 -0700
committerMatthew Holt <mholt@users.noreply.github.com>2016-12-21 13:47:30 -0700
commit7dc1dc1c78780e90101eaf0f1318004d9e6b1029 (patch)
treed5148b224b78f320f2544cf2a19672f200db854e
parenta3aa414ff35294f539ca3d900f20dc66ead627c5 (diff)
Version 0.9.4v0.9.4
-rw-r--r--dist/CHANGES.txt17
-rw-r--r--dist/README.txt4
2 files changed, 19 insertions, 2 deletions
diff --git a/dist/CHANGES.txt b/dist/CHANGES.txt
index 969ad343..7429f08e 100644
--- a/dist/CHANGES.txt
+++ b/dist/CHANGES.txt
@@ -1,5 +1,22 @@
CHANGES
+0.9.4 (December 21, 2016)
+- Updated QUIC
+- New maxrequestbody directive to limit size of request body
+- New {latency_ms} placeholder for latency always in ms
+- Serve statically compressed .gz and .br files
+- fastcgi: Support for multiple backends with basic load balancing
+- proxy: Fixed handling of encoded 'without' paths
+- proxy: Preserve trailing slash if present in request
+- proxy: Fix HTTP/2 upstreams
+- templates: New .Files action to list files in a directory
+- templates: .Include can now pass arguments to included file
+- tls: Added ability to customize preferred curves
+- tls: Added support for Must-Staple on managed certificates
+- tls: Fixed subtle edge case bug with TLS-SNI challenge
+- Lots of minor fixes and improvements
+
+
0.9.3 (September 28, 2016)
- Updated QUIC to newer version
- import: Glob pattern matching 0 files is no longer an error
diff --git a/dist/README.txt b/dist/README.txt
index 051b9ee0..5d26ac1f 100644
--- a/dist/README.txt
+++ b/dist/README.txt
@@ -1,4 +1,4 @@
-CADDY 0.9.3
+CADDY 0.9.4
Website
https://caddyserver.com
@@ -36,4 +36,4 @@ And thanks - you're awesome!
---
-(c) 2015-2016 Matthew Holt
+(c) 2015-2017 Matthew Holt