X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=NEWS;h=bedca1c2d140802ea98684301536bf1e5946d358;hp=63295813ea6d2a4d17b33231732f2d26ed123a5d;hb=390d25f0b80dd7418e147de3561c70461628574d;hpb=5a7c6546a46bdcc97cf73a9aef206d2a83bb1eb4 diff --git a/NEWS b/NEWS index 63295813..bedca1c2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,31 @@ +# Version 1.1pre12 April 24 2016 + +* Added a "--syslog" option to force logging to syslog even if running in the + foreground. +* Fixes and improvements to the DecrementTTL function. +* Improved PMTU discovery and UDP keepalive probes. +* More efficient relaying of UDP packets through intermediate nodes. +* Improved compatibility with newer TAP-Win32 drivers. +* Added support for UPnP. +* Allow tinc to be compiled without LibreSSL or OpenSSL (this drops + compatibility with nodes running 1.0.x). +* Added a "fsck" command to check the configuration files for problems. +* Tinc "start" now checks whether the daemon really started succesfully, and + displays error messages otherwise. +* Added systemd service files. +* Use the recvmmsg() function if available. +* Support ToS/Diffserv on IPv6 connections. +* Updated support for BSD tun/tap devices. +* Added support for OS X utun interfaces. +* Dropped support for Windows 2000. +* Initial support for generating a tinc-up script from an invitation. +* Many small fixes, documentation updates. + +Thanks to Etienne Dechamps, thorkill, Vittorio Gambaletta, Martin Weinelt, +Sven-Haegar Koch, Florian Klink, LunnarShadow, Dato Simó, Jo-Philipp Wich, +Jochen Voss, Nathan Stratton Treadway, Pierre Emeriaud, xentec, Samuel +Thibault and Michael Tokarev for their contributions to this version of tinc. + # Version 1.1pre11 December 27 2014 * Added a "network" command to list or switch networks.