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.22.
+currently up to date with version 1.0.23.
- [manual (HTML)](/documentation/tinc_toc)
- [manual (PDF)](/documentation/tinc.pdf)
### Latest stable release
-[[!inline pages="news/release-1.0.22" template=newsitemnoheader feeds="no"]]
+[[!inline pages="news/release-1.0.23" template=newsitemnoheader feeds="no"]]
-<a name="1.0.22"></a><table>
-<tr><td>**Version**<td>1.0.22
+<a name="1.0.23"></a><table>
+<tr><td>**Version**<td>1.0.23
<tr><td>**Source**<td>
-[tinc-1.0.22.tar.gz](/packages/tinc-1.0.22.tar.gz)
-([sig](/packages/tinc-1.0.22.tar.gz.sig))
+[tinc-1.0.23.tar.gz](/packages/tinc-1.0.23.tar.gz)
+([sig](/packages/tinc-1.0.23.tar.gz.sig))
<tr><td>**Packages**<td>
-[Windows XP/Vista/7/8](/packages/windows/tinc-1.0.22-install.exe)
+[Windows XP/Vista/7/8](/packages/windows/tinc-1.0.23-install.exe)
</table>
### Latest pre-release from the 1.1 branch
### Older versions
+<a name="1.0.22"></a><table>
+<tr><td>**Version**<td>1.0.22
+<tr><td>**Source**<td>
+[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.22-install.exe)
+</table>
+
<a name="1.1pre8"></a><table>
<tr><td>**Version**<td>1.1pre8
<tr><td>**Source**<td>
--- /dev/null
+[[!meta author="guus"]]
+[[!meta date="October 19th 2013"]]
+
+Version 1.0.22 released.
+
+ * Start authentication immediately on outgoing connections (useful for sslh).
+ * Fixed segfault when Name = $HOST but $HOST is not set.
+ * Updated the build system and the documentation.
+ * Clean up child processes left over from Proxy = exec.