diff --git a/NEWS b/NEWS index c5131ac5..b9fe8352 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,7 @@ * Version 0.12.1 (released 2018-05-12) -- Fixed crash on initialization when server was running on background. -- Reject compilation on systems which have gnutls with a broken - gnutls_certificate_set_key(). Provide a configure option (--with-broken-gnutls) - which work-arounds the issues at the cost of a memory leak. +- Fixed crash on initialization when server was running on background (#154) +- Work around issues with GnuTLS 3.4.x on ubuntu 16.04, at the cost + of a memory leak on key reload (#152) * Version 0.12.0 (released 2018-04-22)