Release Notes: This release fixes a bug that caused slow network speeds on Windows and a bug that caused tinc to be unable to write packets to the tun device on OpenBSD.


Release Notes: This release fixes a performance issue with TCP communication under Windows, and fixes code that, during network outages, could cause tinc to exit when it thought two nodes with identical names were on the same VPN.


Release Notes: This release improves logging to files, reduces the amount of process wakeups on platforms that support pselect(), and fixes the ProcessPriority option on Windows, which was broken in 1.0.14.


Release Notes: This release fixes reading configuration files that do not end with a newline, allows arbitrary configuration options to be specified on the command line, allows all options in both tinc.conf and the local host config file, and has configurable replay window, UDP send and receive buffers for performance tuning. It tries harder to get UDP communication back after falling back to TCP. There is now support for running tinc on DragonFly BSD and for attaching tinc to a VDE switch.


Release Notes: tinc may now be built without LZO or Zlib. MSS of TCP packets can be clamped in both directions. Experimental StrictSubnets, Forwarding, and DirectOnly options were added, giving you more control over information and packets received from or sent to other nodes. tinc never sends symbolic names for ports over the wire anymore.


Release Notes: This release really allows fast roaming of hosts to other nodes in a switched VPN, fixes potentially missing or incorrect environment variables when calling host-up/down and subnet-up/down scripts, allows the port to be specified in Address statements, clamps MSS of TCP packets to the discovered path MTU, and lets two nodes behind NAT learn each other's current UDP address and port via a third node, potentially allowing direct communications in a similar way to STUN.