Releasing 1.1pre11.
[wiki] / news / release-1.1pre11.mdwn
1 [[!meta author="guus"]]
2 [[!meta date="December 27th 2014"]]
3
4 Version 1.1pre11 released.
5
6 * Added a "network" command to list or switch networks.
7 * Switched to Ed25519 keys and the ChaCha-Poly1305 cipher for the new protocol.
8 * AutoConnect is now a boolean option, when enabled tinc always tries to keep at least three meta-connections open.
9 * The new protocol now uses UDP much more often.
10 * Tinc "del" and "get" commands now return a non-zero exit code when they don't find the requested variable.
11 * Updated documentation.
12 * Added a "DeviceStandby" option to defer running tinc-up until a working connection is made, and which on Windows will also change the network interface link status accordingly.
13 * Tinc now tells the resolver to reload /etc/resolv.conf when it receives SIGALRM.
14 * Improved error messages and event loop handling on Windows.
15 * LocalDiscovery now uses local address learned from other nodes, and is enabled by default.
16 * Added a "BroadcastSubnet" option to change the behavior of broadcast packets in router mode.
17 * Added support for dotted quad notation in IPv6 (e.g. ::1.2.3.4).
18 * Improved format of printed Subnets, MAC and IPv6 addresses.
19 * Added a "--batch" option to force the tinc CLI to run in non-interactive mode.
20 * Improve default Device selection on *BSD and Mac OS X.
21 * Allow running tinc without RSA keys.
22
23 Thanks to Etienne Dechamps, Sven-Haegar Koch, William A. Kennington III,
24 Baptiste Jonglez, Alexis Hildebrandt, Armin Fisslthaler, Franz Pletz, Alexander
25 Ried and Saverio Proto for their contributions to this version of tinc.