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.23.
+currently up to date with version 1.0.24.
- [manual (HTML)](/documentation/)
- [manual (PDF)](/documentation/tinc.pdf)
### Latest stable release
-[[!inline pages="news/release-1.0.23" template=newsitemnoheader feeds="no"]]
+[[!inline pages="news/release-1.0.24" template=newsitemnoheader feeds="no"]]
-<a name="1.0.23"></a><table>
-<tr><td>**Version**<td>1.0.23
+<a name="1.0.24"></a><table>
+<tr><td>**Version**<td>1.0.24
<tr><td>**Source**<td>
-[tinc-1.0.23.tar.gz](/packages/tinc-1.0.23.tar.gz)
-([sig](/packages/tinc-1.0.23.tar.gz.sig))
+[tinc-1.0.24.tar.gz](/packages/tinc-1.0.24.tar.gz)
+([sig](/packages/tinc-1.0.24.tar.gz.sig))
<tr><td>**Packages**<td>
-[Windows XP/Vista/7/8](/packages/windows/tinc-1.0.23-install.exe)
+[Windows XP/Vista/7/8](/packages/windows/tinc-1.0.24-install.exe)
</table>
### Latest pre-release from the 1.1 branch
### Older versions
+<a name="1.0.23"></a><table>
+<tr><td>**Version**<td>1.0.23
+<tr><td>**Source**<td>
+[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.23-install.exe)
+</table>
+
<a name="1.1pre9"></a><table>
<tr><td>**Version**<td>1.1pre9
<tr><td>**Source**<td>
--- /dev/null
+[[!meta author="guus"]]
+[[!meta date="May 11th 2014"]]
+
+Version 1.0.24 released.
+
+ * Various compiler hardening flags are enabled by default.
+ * Updated support for Solaris, allowing switch mode on Solaris 11.
+ * Configuration will now also be read from a conf.d directory.
+ * Various updates to the documentation.
+ * Tinc now forces glibc to reload /etc/resolv.conf after it receives SIGALRM.
+ * Fixed a potential routing loop when IndirectData or TCPOnly is used and broadcast packets are being sent.
+ * Improved security with constant time memcmp and stricter use of OpenSSL's RNG functions.
+ * Fixed all issues found by Coverity.
+
+Thanks to Florent Clairambault, Vilbrekin, luckyhacky, Armin Fisslthaler, Loïc
+Dachary and Steffan Karger for their contributions to this version of tinc.