From 86ccafbe584fa089d2ba58e37718a438367c5d43 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Tue, 5 Apr 2016 19:04:08 -0600 Subject: [PATCH] Update changes Also testing commit signing again, different email this time. --- dist/CHANGES.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/dist/CHANGES.txt b/dist/CHANGES.txt index 5aa81fb3..ada02c2c 100644 --- a/dist/CHANGES.txt +++ b/dist/CHANGES.txt @@ -1,13 +1,18 @@ CHANGES +- Built with Go 1.6.1 - New pprof directive for exposing process performance profile -- New expvar directive for reading memory/GC performance +- New expvar directive 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 +- 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 -- Internal improvements, restructuring, and bug fixes +- tls: Customize certificate key with key_type (+ECC) +- Internal improvements and bug fixes 0.8.2 (February 25, 2016) - On-demand TLS can obtain certificates during handshakes