diff options
author | Matthew Holt <[email protected]> | 2016-04-26 08:36:59 -0600 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2016-04-26 08:36:59 -0600 |
commit | e97649493bc8707a365b30a17412102c184f456d (patch) | |
tree | 8a7955f81ef15fbda38d2494a0b92c2c7386db62 | |
parent | 19d6f666aa9e459cb3203f5afdd49fd4e98e3f50 (diff) | |
download | caddy-e97649493bc8707a365b30a17412102c184f456d.tar.gz caddy-e97649493bc8707a365b30a17412102c184f456d.zip |
Update change log; version 0.8.3
-rw-r--r-- | dist/CHANGES.txt | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/dist/CHANGES.txt b/dist/CHANGES.txt index c30b08c5e..2a89d096a 100644 --- a/dist/CHANGES.txt +++ b/dist/CHANGES.txt @@ -1,18 +1,21 @@ CHANGES
-<master>
+0.8.3 (April 26, 2016)
- Built with Go 1.6.2
-- New pprof directive for exposing process profiling endpoints
-- New expvar directive for exposing memory/GC performance
+- New pprof middleware for exposing process profiling endpoints
+- New expvar middleware for exposing memory/GC performance
- New -restart option to force in-process restarts on Unix systems
- Only fail to start if managed certificate is expired (issue #642)
- Toggle case-sensitive path matching with environment variable
- File server now adds ETag header for static files
+- browse: Replace .LinkedPath action with .BreadcrumbMap
- fastcgi: New except clause to exclude paths
- proxy: New max_conns setting to limit max connections per upstream
-- proxy: Enables replaceable value for name of upstream host
+- proxy: New replaceable value for name of upstream host
+- templates: New utility actions for dealing with strings
- tls: Customize certificate key with key_type (+ECC)
-- Internal improvements and bug fixes
+- tls: Session ticket keys are now rotated
+- Many other minor internal improvements and bug fixes
0.8.2 (February 25, 2016)
- On-demand TLS can obtain certificates during handshakes
|