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.31.
+currently up to date with version 1.0.32.
- [manual (HTML)](/documentation/)
- [manual (PDF)](/documentation/tinc.pdf)
### Latest stable release
-[[!inline pages="news/release-1.0.31" template=newsitemnoheader feeds="no"]]
+[[!inline pages="news/release-1.0.32" template=newsitemnoheader feeds="no"]]
-<a name="1.0.31"></a><table>
-<tr><td>**Version**<td>1.0.31
+<a name="1.0.32"></a><table>
+<tr><td>**Version**<td>1.0.32
<tr><td>**Source**<td>
-[tinc-1.0.31.tar.gz](/packages/tinc-1.0.31.tar.gz)
-([sig](/packages/tinc-1.0.31.tar.gz.sig))
+[tinc-1.0.32.tar.gz](/packages/tinc-1.0.32.tar.gz)
+([sig](/packages/tinc-1.0.32.tar.gz.sig))
<tr><td>**Packages**<td>
-[Windows XP/Vista/7/8/10](/packages/windows/tinc-1.0.31-install.exe)
+[Windows XP/Vista/7/8/10](/packages/windows/tinc-1.0.32-install.exe)
</table>
### Latest pre-release from the 1.1 branch
-[[!inline pages="news/release-1.1pre14" template=newsitemnoheader feeds="no"]]
+[[!inline pages="news/release-1.1pre15" template=newsitemnoheader feeds="no"]]
-<a name="1.1pre14"></a><table>
-<tr><td>**Version**<td>1.1pre14
+<a name="1.1pre15"></a><table>
+<tr><td>**Version**<td>1.1pre15
<tr><td>**Source**<td>
-[tinc-1.1pre14.tar.gz](/packages/tinc-1.1pre14.tar.gz)
-([sig](/packages/tinc-1.1pre14.tar.gz.sig))
+[tinc-1.1pre15.tar.gz](/packages/tinc-1.1pre15.tar.gz)
+([sig](/packages/tinc-1.1pre15.tar.gz.sig))
<tr><td>**Packages**<td>
-[Windows XP/Vista/7/8/10](/packages/windows/tinc-1.1pre14-install.exe)
+[Windows XP/Vista/7/8/10](/packages/windows/tinc-1.1pre15-install.exe)
</table>
### Distributions providing tinc
### Older versions
+<a name="1.0.31"></a><table>
+<tr><td>**Version**<td>1.0.31
+<tr><td>**Source**<td>
+[tinc-1.0.31.tar.gz](/packages/tinc-1.0.31.tar.gz)
+([sig](/packages/tinc-1.0.31.tar.gz.sig))
+<tr><td>**Packages**<td>
+[Windows XP/Vista/7/8/10](/packages/windows/tinc-1.0.31-install.exe)
+</table>
+
+<a name="1.1pre14"></a><table>
+<tr><td>**Version**<td>1.1pre14
+<tr><td>**Source**<td>
+[tinc-1.1pre14.tar.gz](/packages/tinc-1.1pre14.tar.gz)
+([sig](/packages/tinc-1.1pre14.tar.gz.sig))
+<tr><td>**Packages**<td>
+[Windows XP/Vista/7/8/10](/packages/windows/tinc-1.1pre14-install.exe)
+</table>
+
<a name="1.0.30"></a><table>
<tr><td>**Version**<td>1.0.30
<tr><td>**Source**<td>
# Welcome to tinc!
-### Latest stable version: [[1.0.31|download]]
+### Latest stable version: [[1.0.32|download]]
-Latest prerelease from the 1.1 branch: [[1.1pre14|download]]
+Latest prerelease from the 1.1 branch: [[1.1pre15|download]]
### Latest news:
--- /dev/null
+[[!meta author="guus"]]
+[[!meta date="September 2nd 2017"]]
+
+Version 1.0.32 released.
+
+* Fix segmentation fault when using Cipher = none.
+* Fix Proxy = exec.
+* Support PriorityInheritance for IPv6 packets.
+* Fixes for Solaris tun/tap support.
+* Bind outgoing TCP sockets when ListenAddress is used.
+
+Thanks to Vittorio Gambaletta for his contribution to this version of tinc.
--- /dev/null
+[[!meta author="guus"]]
+[[!meta date="September 2nd 2017"]]
+
+Version 1.1pre15 released.
+
+* Detect when the machine is resuming from suspension or hibernation.
+* When an old PID file is found, check whether the old daemon is still alive.
+* Remember scope_id for IPv6 addresses when sending UDP packets to link-local
+ addresses.
+* Ensure compatibility with OpenSSL 1.1.
+* Only log about dropped packets with debug level 5.
+* Warn when trying to generate RSA keys less than 2048 bits.
+* Use AES256 and SHA256 as the default encryption and digest algorithms.
+* Add DeviceType = fd to support tinc on Android without requiring root.
+* Support PriorityInheritance for IPv6 packets.
+* Fixes for Solaris tun/tap support.
+* Add a configurable expiration time for invitations.
+* Store invitation data after a succesful join.
+* Exit gracefully when the tun/tap device is in a bad state.
+* Add the LogLevel option.
+* AutoConnect now actively tries to heal split networks.
+
+Thanks to Etienne Dechamps, Rafał Leśniak, Sean McVeigh, Vittorio Gambaletta,
+Dennis Lan, Pacien Tran-Girard, Roman Savelyev, lemoer and volth for their
+contributions to this version of tinc.