git:// links no longer work, refer to the https:// one.
[wiki] / news / release-1.0.10.mdwn
1 [[!meta author="guus"]]
2 [[!meta date="October 18th 2009"]]
3
4 Version 1.0.10 released.
5
6 * Fixed potential crashes during shutdown and (in rare conditions) when other
7   nodes disconnected from the VPN.
8 * Improved NAT handling: tinc now copes with mangled port numbers, and will
9   automatically fall back to TCP if direct UDP connection between nodes is not
10   possible. The TCPOnly option should not have to be used anymore.
11 * Allow configuration files with CRLF line endings to be read on UNIX.
12 * Disable old RSA keys when generating new ones, and raise the default size of
13   new RSA keys to 2048 bits.
14 * Many fixes in the path MTU discovery code, especially when Compression is
15   being used.
16 * Tinc can now drop privileges and/or chroot itself.
17 * The TunnelServer code now just ignores information from clients instead of
18   disconnecting them.
19 * Improved performance on Windows by using the new ProcessPriority option and
20   by making the handling of packets received from the TAP-Win32 adapter more
21   efficient.
22 * Code cleanups: tinc now follows the C99 standard, copyright headers have
23   been updated to include patch authors, checkpoint tracing and localisation
24   features have been removed.
25 * Support for (jailbroken) iPhone and iPod Touch has been added.