NEWS: document only entries which are not available in 0.11.x branch

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
Nikos Mavrogiannopoulos
2018-03-22 08:46:26 +01:00
parent 348a45902e
commit e09f54ea77

12
NEWS
View File

@@ -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.