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.