From 7323b14580280a2b64c0dfffd264620351b3f1a6 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Fri, 19 May 2017 15:25:16 -0600 Subject: [PATCH] Minor change to readme/changes --- README.md | 2 ++ dist/CHANGES.txt | 7 ++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de8f836af..617c36167 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,8 @@ The Caddy project does not officially maintain any system-specific integrations How you choose to run Caddy is up to you. Many users are satisfied with `nohup caddy &`. Others use `screen`. Users who need Caddy to come back up after reboots either do so in the script that caused the reboot, add a command to an init script, or configure a service with their OS. +If you have questions or concerns about Caddy' underlying crypto implementations, consult Go's [crypto packages](https://golang.org/pkg/crypto), starting with their documentation, then issues, then the code itself; as Caddy uses mainly those libraries. + ## Contributing diff --git a/dist/CHANGES.txt b/dist/CHANGES.txt index 0cea8eb98..3e25ed48e 100644 --- a/dist/CHANGES.txt +++ b/dist/CHANGES.txt @@ -1,8 +1,13 @@ CHANGES 0.10.3 (May 19, 2017) -- Several minor changes and bug fixes; see commit log for details +- Replace 'maxrequestbody' directive with 'limits' directive +- proxy: Configurable port for health check +- proxy: New load balance policy: uri_hash +- templates: Renamed .Push context action to .AddLink - tls: Allow narrower certificate renewal window at startup (#1680) +- tls: Prefer ChaCha20 if hardware does not have AES-NI + 0.10.2 (May 2, 2017) - Hot fix for rule paths of "/" so that they match every request