X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=NEWS;h=57b5614cf25ef7aedf9a7593c59e3f1e926452ff;hb=e5b9bd324cc24355956e9e59e5ec2df72cf9d469;hp=209822c813e357a5370eb6d57c383c8317e32702;hpb=ca989c0c8b19901cbd7664a9d2b42aa85c9c176e;p=tinc diff --git a/NEWS b/NEWS index 209822c8..57b5614c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +# Version 1.1pre16 June 12 2018 + +* Fixed building with support for UML sockets. +* Documentation updates and spelling fixes. +* Support for MSS clamping of IP-in-IP packets. +* Fixed parsing of the -b flag. +* Added the ability to set a firemall mark on sockets on Linux. +* Minor improvements to the build system. +* Added a cache of recently seen addresses of peers. +* Add support for --runstatedir to the configure script. +* Fixed linking with libncurses on some distributions. +* Automatically disable PMTUDiscovery when TCPOnly is enabled. +* Fixed removing the tinc service on Windows in some situations. +* Fixed the TAP-Win32 device locking up after waking up from suspend. + +Thanks to Todd C. Miller, Etienne Dechamps, Daniel Lublin, +Gjergji Ramku, Mike Sullivan and Oliver Freyermuth for their +contributions to this version of tinc. + # Version 1.1pre15 September 2 2017 * Detect when the machine is resuming from suspension or hibernation.