From e09f54ea777ead799f1090860abfefdcb4831e0b Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 22 Mar 2018 08:46:26 +0100 Subject: [PATCH] NEWS: document only entries which are not available in 0.11.x branch Signed-off-by: Nikos Mavrogiannopoulos --- NEWS | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/NEWS b/NEWS index 5e446ddc..07b65b05 100644 --- a/NEWS +++ b/NEWS @@ -1,17 +1,13 @@ * Version 0.12.0 (unreleased) -- Enhanced HTML unescaping to account encodings seen in some - AnyConnect clients. Contributed by Daniel Lenski. -- Addressed issue which could cause the worker process enter an - infinite loop while handling a disconnection. - Allow DTLS stream to come from different IP from TLS stream. There are situations where internet providers send the UDP - stream from different IP from the TCP stream. + stream from different IP (#61). - Increased possibilities of allowed combinations of authentication - (#108) -- Corrected regression since 0.11.8 with OTP authentication (#137) + methods (#108). +- Corrected regression since 0.11.8 with OTP authentication (#137). - Added support for hostname-based virtual hosts, utilizing TLS SNI. With that change it is possible to configure multiple servers - running over the same port. + running over the same port (#133). - Rename the tun device on BSD systems which support SIOCSIFNAME ioctl.