From a86666cfe55bf194a13b953fd70e4b1325a465eb Mon Sep 17 00:00:00 2001 From: Andy Green Date: Fri, 26 Aug 2016 07:37:25 +0800 Subject: [PATCH] update changelog for v2.0.2 release that went out without it --- changelog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/changelog b/changelog index 92271e66..3e54fa05 100644 --- a/changelog +++ b/changelog @@ -1,6 +1,27 @@ Changelog --------- +v2.0.2 +====== + +Fixes +----- + +1) Fix possible pthread mutex leak + +2) Make sure ACCESS_LOG can't touch freed area + +3) extra options in lwsws conf for cipher list and ecdh curve + +4) extra options in lwsws conf for extra mimetypes + +5) fix default rxbuf trimming for output + +6) lwsl_timestamp month number was off-by-one + +7) fix daemonize.c + + v2.0.1 ======