summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2019-01-16 16:04:42 -0700
committerMatthew Holt <mholt@users.noreply.github.com>2019-01-16 16:04:42 -0700
commit8ab447e6159ce2c47ccc853cf20ac2b5515c54e9 (patch)
tree511ad65eeaaf6d37cab1eee36f4a44fe4f339be8
parent0d8384a9b4a5e617214d0a404d676fb2f0db21e7 (diff)
Cut release 0.11.2v0.11.2
-rw-r--r--dist/CHANGES.txt16
-rw-r--r--dist/README.txt4
2 files changed, 18 insertions, 2 deletions
diff --git a/dist/CHANGES.txt b/dist/CHANGES.txt
index 16d448cd..d0b527b2 100644
--- a/dist/CHANGES.txt
+++ b/dist/CHANGES.txt
@@ -1,5 +1,21 @@
CHANGES
+
+0.11.2 (January 16, 2019)
+- Extracted automagic TLS code into CertMagic library
+- Add support for new clustering plugins
+- New placeholder: '{when_iso_local}'
+- New third-party plugins: s3browser, filebrowser
+- Removed third-party plugins: jekyll, hugo
+- bind: Support multiple interface values
+- import: Can now be used within directive blocks
+- proxy: Status 499 when clients close connection early
+- templates: No longer emit ETag and Last-Modified headers
+- tls: Support for the ACME TLS-ALPN-01 challenge
+- KNOWN/UNRESOLVED REGRESSIONS: #2356, #2414
+- Several bug fixes and minor improvements
+
+
0.11.1 (November 12, 2018)
- New -env-file flag to load environment from file
- New event type 'instancerestart'
diff --git a/dist/README.txt b/dist/README.txt
index 66ae0254..379d34bf 100644
--- a/dist/README.txt
+++ b/dist/README.txt
@@ -1,4 +1,4 @@
-CADDY 0.11.1
+CADDY 0.11.2
Website
https://caddyserver.com
@@ -37,4 +37,4 @@ for personal use.
---
-(c) 2015-2018 Light Code Labs, LLC
+(c) 2015-2019 Light Code Labs, LLC