summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2017-04-20 11:36:40 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2017-04-20 11:36:40 -0600
commit27785f7993319b615acae4ff2a33cdb36fb68376 (patch)
tree1fa62c33d0dba51cfb39b08f404af50a37abd2ea
parentad4191a07ece32915aa60b3f40221c94a43251a0 (diff)
Update readme and changelog for v0.10v0.10.0
-rw-r--r--dist/CHANGES.txt35
-rw-r--r--dist/README.txt26
2 files changed, 48 insertions, 13 deletions
diff --git a/dist/CHANGES.txt b/dist/CHANGES.txt
index e3e1f65b..625f7ab6 100644
--- a/dist/CHANGES.txt
+++ b/dist/CHANGES.txt
@@ -1,5 +1,40 @@
CHANGES
+0.10 (April 20, 2017)
+- Built on Go 1.8.1
+- HTTPS interception detection
+- Updated QUIC
+- SIGUSR1 (reload) now works with QUIC servers
+- New 'push' directive for HTTP/2 server push
+- New 'index' directive to change the names of index files
+- New -http-port and -https-port flags to change protocol ports
+- New -disable-http-challenge and -disable-tls-sni-challenge flags
+- New event hook plugin type
+- New listener middleware plugin type
+- New placeholders for cookie, query, and rewritten URI values
+- basicauth: Ability to customize realm
+- browse: Default template now sorts by name with directories first
+- errors, log: Roll all logs by default
+- errors, log: Ability to write to remote syslog
+- errors, log: Standardized, simplified directive syntax
+- log: Patched common log format by adding missing "-"
+- proxy: New 'max_conns' setting to limit connections to upstreams
+- proxy: New 'first' load balancing policy for first available host
+- proxy: Health checks respect Host and insecure_skip_verify settings
+- templates: New .RandomString action to add random padding to page
+- timeouts: Disabled default HTTP timeouts
+- tls: Settings now apply per-site rather than for entire listener
+- tls: New 'alpn' setting to disable either HTTP/2 or HTTP/1.1 on per-site basis
+- tls: Added curve X25519
+- tls: Added ChaCha20-Poly1305 cipher suites
+- tls: Renamed muststaple to must_staple
+- tls: Setting max_certs obtains certs during handshakes for all hostnames
+- Dozens of miscellaneous bug fixes and improvements
+- New website
+- New build infrastructure
+- New deployment system
+
+
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
diff --git a/dist/README.txt b/dist/README.txt
index 837a812a..b2656c80 100644
--- a/dist/README.txt
+++ b/dist/README.txt
@@ -1,4 +1,4 @@
-CADDY 0.9.5
+CADDY 0.10
Website
https://caddyserver.com
@@ -18,22 +18,22 @@ For instructions on using Caddy, please see the user guide on
the website. For a list of what's new in this version, see
CHANGES.txt.
-The Caddy project accepts pull requests. That means you can make
-changes to the code and submit it for review, and if it's good,
-we'll use it! You can help thousands of Caddy users and level
-up your Go programming game by contributing to Caddy's source.
-
-To report bugs or request features, open an issue on GitHub.
+For a good time, follow @mholt6 on Twitter.
-Want to support the project financially? Consider donating,
-especially if your company is using Caddy. Believe me, your
-contributions do not go unnoticed! We also have sponsorship
-opportunities available.
+Want to get involved with Caddy's development? We love to have
+contributions! Please file an issue on GitHub to discuss a
+change or fix you'd like to make, then submit a pull request
+and we'll review it! Your contributions will reach millions
+of people who connect to sites served by Caddy.
-For a good time, follow @mholt6 on Twitter.
+Extend Caddy by developing a plugin for it! Instructions on
+the project wiki: https://github.com/mholt/caddy/wiki
And thanks - you're awesome!
+If you think Caddy is awesome too, consider sponsoring it:
+https://caddyserver.com/pricing - and help keep Caddy free.
+
---
-(c) 2015-2017 Matthew Holt
+(c) 2015-2017 Light Code Labs, LLC.