From 7fa69df6b9ce82224b7a41cf0e1369804c7a8ba3 Mon Sep 17 00:00:00 2001 From: Fabian Mauchle Date: Wed, 21 Jul 2021 08:08:48 +0200 Subject: [PATCH] update changelog --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index c9b36ec..80ffb42 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ unreleased changes Bug Fixes: - Fix refused startup with openssl <1.1 (#82) + - Fix compiler issue for Fedora 33 on s390x (#84) + - Fix small memory leak in config parser + - Fix lazy certificate check when connecting to TLS servers + - Fix connect is aborted if first host in list has invalid certificate 2021-05-28 1.9.0 New features: