The main source of information is the manual. This text describes how to 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.21.
+currently up to date with version 1.0.22.
- [manual (HTML)](/documentation/tinc_toc)
- [manual (PDF)](/documentation/tinc.pdf)
### Latest stable release
-[[!inline pages="news/release-1.0.21" template=newsitemnoheader feeds="no"]]
+[[!inline pages="news/release-1.0.22" template=newsitemnoheader feeds="no"]]
-<a name="1.0.21"></a><table>
-<tr><td>**Version**<td>1.0.21
+<a name="1.0.22"></a><table>
+<tr><td>**Version**<td>1.0.22
<tr><td>**Source**<td>
-[tinc-1.0.21.tar.gz](/packages/tinc-1.0.21.tar.gz)
-([sig](/packages/tinc-1.0.21.tar.gz.sig))
+[tinc-1.0.22.tar.gz](/packages/tinc-1.0.22.tar.gz)
+([sig](/packages/tinc-1.0.22.tar.gz.sig))
<tr><td>**Packages**<td>
-[Windows XP/Vista/7/8](/packages/windows/tinc-1.0.21-install.exe),
-[Cydia](/packages/cydia/tinc-1.0.21-1-iphoneos-arm.deb)
+[Windows XP/Vista/7/8](/packages/windows/tinc-1.0.22-install.exe)
</table>
### Latest pre-release from the 1.1 branch
-[[!inline pages="news/release-1.1pre7" template=newsitemnoheader feeds="no"]]
+[[!inline pages="news/release-1.1pre8" template=newsitemnoheader feeds="no"]]
-<a name="1.1pre7"></a><table>
-<tr><td>**Version**<td>1.1pre7
+<a name="1.1pre8"></a><table>
+<tr><td>**Version**<td>1.1pre8
<tr><td>**Source**<td>
-[tinc-1.1pre7.tar.gz](/packages/tinc-1.1pre7.tar.gz)
-([sig](/packages/tinc-1.1pre7.tar.gz.sig))
+[tinc-1.1pre8.tar.gz](/packages/tinc-1.1pre8.tar.gz)
+([sig](/packages/tinc-1.1pre8.tar.gz.sig))
<tr><td>**Packages**<td>
-[Windows XP/Vista/7/8](/packages/windows/tinc-1.1pre7-install.exe),
-[Cydia](/packages/cydia/tinc-1.1pre7-1-iphoneos-arm.deb)
+[Windows XP/Vista/7/8](/packages/windows/tinc-1.1pre8-install.exe)
</table>
### Distributions providing tinc
### Older versions
+<a name="1.0.21"></a><table>
+<tr><td>**Version**<td>1.0.21
+<tr><td>**Source**<td>
+[tinc-1.0.21.tar.gz](/packages/tinc-1.0.21.tar.gz)
+([sig](/packages/tinc-1.0.21.tar.gz.sig))
+<tr><td>**Packages**<td>
+[Windows XP/Vista/7/8](/packages/windows/tinc-1.0.21-install.exe),
+[Cydia](/packages/cydia/tinc-1.0.21-1-iphoneos-arm.deb)
+</table>
+
+<a name="1.1pre7"></a><table>
+<tr><td>**Version**<td>1.1pre7
+<tr><td>**Source**<td>
+[tinc-1.1pre7.tar.gz](/packages/tinc-1.1pre7.tar.gz)
+([sig](/packages/tinc-1.1pre7.tar.gz.sig))
+<tr><td>**Packages**<td>
+[Windows XP/Vista/7/8](/packages/windows/tinc-1.1pre7-install.exe),
+[Cydia](/packages/cydia/tinc-1.1pre7-1-iphoneos-arm.deb)
+</table>
+
<a name="1.0.20"></a><table>
<tr><td>**Version**<td>1.0.20
<tr><td>**Source**<td>
--- /dev/null
+[[!meta author="guus"]]
+[[!meta date="August 13th 2013"]]
+
+Version 1.1pre8 released.
+
+ * ExperimentalProtocol is now enabled by default.
+ * Added an invitation protocol that makes it easy to invite new nodes.
+ * Added the LocalDiscoveryAddress option to change the broadcast address used to find local nodes.
+ * Limit the rate of incoming meta-connections.
+ * Many small bug fixes and code cleanups.
+
+Thanks to Etienne Dechamps and Sven-Haegar Koch for their contributions to this version of tinc.