set up a VPN using tinc. It also contains a chapter with more
technical details, which you may want to read, as well as the ideas
behind tinc. This manual is currently up to date with version
-1.0.9.
+1.0.10.
### Manpages
You can also view the HTML version of the manpages that come with
-version 1.0.9 of tinc:
+version 1.0.10 of tinc:
- [tincd(8)](/documentation/tincd.8)
- [tinc.conf(5)](/documentation/tinc.conf.5)
### Latest release
-<a name="1.0.9"></a><table>
-<tr><td>**Version**<td>1.0.9
+<a name="1.0.10"></a><table>
+<tr><td>**Version**<td>1.0.10
<tr><td>**Source**<td>
-[tinc-1.0.9.tar.gz](/packages/tinc-1.0.9.tar.gz)
-([sig](/packages/tinc-1.0.9.tar.gz.sig))
+[tinc-1.0.10.tar.gz](/packages/tinc-1.0.10.tar.gz)
+([sig](/packages/tinc-1.0.10.tar.gz.sig))
<tr><td>**Packages**<td>
-[Windows 2000/XP](/packages/windows/tinc-1.0.9-install.exe)
+[Windows XP/Vista/7](/packages/windows/tinc-1.0.10-install.exe)
</table>
### Mirror sites
### Older versions
+<a name="1.0.9"></a><table>
+<tr><td>**Version**<td>1.0.9
+<tr><td>**Source**<td>
+[tinc-1.0.9.tar.gz](/packages/tinc-1.0.9.tar.gz)
+([sig](/packages/tinc-1.0.9.tar.gz.sig))
+<tr><td>**Packages**<td>
+[Windows 2000/XP](/packages/windows/tinc-1.0.9-install.exe)
+</table>
+
<a name="1.0.8"></a><table>
<tr><td>**Version**<td>1.0.8
<tr><td>**Source**<td>
# Welcome to tinc!
-### Latest version: [1.0.9](news#1.0.9)
+### Latest version: [1.0.10](news#1.0.10)
### What is tinc?
--- /dev/null
+[[!meta author="guus"]]
+[[!meta date="October 18th 2009"]]
+
+Version 1.0.10 released.
+
+* Fixed potential crashes during shutdown and (in rare conditions) when other
+ nodes disconnected from the VPN.
+* Improved NAT handling: tinc now copes with mangled port numbers, and will
+ automatically fall back to TCP if direct UDP connection between nodes is not
+ possible. The TCPOnly option should not have to be used anymore.
+* Allow configuration files with CRLF line endings to be read on UNIX.
+* Disable old RSA keys when generating new ones, and raise the default size of
+ new RSA keys to 2048 bits.
+* Many fixes in the path MTU discovery code, especially when Compression is
+ being used.
+* Tinc can now drop privileges and/or chroot itself.
+* The TunnelServer code now just ignores information from clients instead of
+ disconnecting them.
+* Improved performance on Windows by using the new ProcessPriority option and
+ by making the handling of packets received from the TAP-Win32 adapter more
+ efficient.
+* Code cleanups: tinc now follows the C99 standard, copyright headers have
+ been updated to include patch authors, checkpoint tracing and localisation
+ features have been removed.
+* Support for (jailbroken) iPhone and iPod Touch has been added.