X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=NEWS;h=a458dd9806c2a8a53057cf82071e423c67b34e59;hp=1ccf4ce207932d39aa57536dfbb24bad737a347b;hb=refs%2Fheads%2F1.1;hpb=b0ffeb7eeb21920842382c302ca15ec0d758e9b6 diff --git a/NEWS b/NEWS index 1ccf4ce2..ffd6be29 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,36 @@ +# Version 1.1pre18 June 27 2021 + +* Check all Address statements when making outgoing connections. +* Make more variables safe for use in invitations. +* Allow "tinc --force join" to accept all variables sent in an invitation. +* Make sure the stop command works on Windows if tincd is running in the + foreground. +* Handle DOS line endings in invitation files. +* Double-quote node names in dump graph output. +* Prevent large amounts of UDP probes being sent consecutively. +* Try harder to reconnect with unreachable nodes. +* Generate tinc-up.bat on Windows. +* Fix a possible infinite loop when adding Subnets to a running tincd. +* Allow a tun/tap filedescriptor to be passed through a UNIX socket. +* Use auto-clone tun/tap devices as default on FreeBSD and DragonFlyBSD. + +Thanks to Fabian Maurer, Ilia Pavlikhin, Maciej S. Szmigiero, Pacien +Tran-Girard, Aaron Li, Andreas Rammhold, Rosen Penev, Shengjing Zhu, Werner +Schreiber, iczero and leptonyu for their contributions to this version of tinc. + +# Version 1.1pre17 October 8 2018 + +* Prevent oracle attacks in the legacy protocol (CVE-2018-16737, + CVE-2018-16738). +* Prevent a MITM from forcing a NULL cipher for UDP in the legacy protocol + (CVE-2018-16758). +* AutoConnect is now enabled by default. +* Per-node network traffic statistics are now shown in the output of "info" and + "dump nodes" commands. + +Thanks to volth and Rafael Sadowski for their contributions to this version of +tinc. + # Version 1.1pre16 June 12 2018 * Fixed building with support for UML sockets.