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.26.
+currently up to date with version 1.0.27.
- [manual (HTML)](/documentation/)
- [manual (PDF)](/documentation/tinc.pdf)
[[!inline pages="news/release-1.0.26" template=newsitemnoheader feeds="no"]]
-<a name="1.0.26"></a><table>
-<tr><td>**Version**<td>1.0.26
+<a name="1.0.27"></a><table>
+<tr><td>**Version**<td>1.0.27
<tr><td>**Source**<td>
-[tinc-1.0.26.tar.gz](/packages/tinc-1.0.26.tar.gz)
-([sig](/packages/tinc-1.0.26.tar.gz.sig))
+[tinc-1.0.27.tar.gz](/packages/tinc-1.0.27.tar.gz)
+([sig](/packages/tinc-1.0.27.tar.gz.sig))
<tr><td>**Packages**<td>
-[Windows XP/Vista/7/8](/packages/windows/tinc-1.0.26-install.exe)
+[Windows XP/Vista/7/8](/packages/windows/tinc-1.0.27-install.exe)
</table>
### Latest pre-release from the 1.1 branch
### Older versions
+<a name="1.0.26"></a><table>
+<tr><td>**Version**<td>1.0.26
+<tr><td>**Source**<td>
+[tinc-1.0.26.tar.gz](/packages/tinc-1.0.26.tar.gz)
+([sig](/packages/tinc-1.0.26.tar.gz.sig))
+<tr><td>**Packages**<td>
+[Windows XP/Vista/7/8](/packages/windows/tinc-1.0.26-install.exe)
+</table>
+
<a name="1.0.25"></a><table>
<tr><td>**Version**<td>1.0.25
<tr><td>**Source**<td>
# Welcome to tinc!
-### Latest stable version: [[1.0.26|download]]
+### Latest stable version: [[1.0.27|download]]
Latest prerelease from the 1.1 branch: [[1.1pre11|download]]
--- /dev/null
+[[!meta author="guus"]]
+[[!meta date="April 10th 2016"]]
+
+Version 1.0.27 released.
+
+* When using Proxy, let the proxy resolve hostnames if tinc can't.
+* Fixes and improvements of the DecrementTTL option.
+* Fixed the $NAME variable in subnet-up/down scripts for the local Subnets.
+* Fixed potentially wrong checksum generation when clamping the MSS.
+* Properly choose between the system's or our own copy of getopt.
+* Fixed compiling tinc for Cygwin with MinGW installed.
+* Added support for OS X utun interfaces.
+* Documentation updates and minor fixes.
+
+Thanks to Vittorio Gambaletta, LunarShaddow, Florian Weik and Nathan Stratton
+Treadway for their contributions to this version of tinc.