### Latest pre-release from the 1.1 branch
-[[!inline pages="news/release-1.0.35-and-1.1pre17" template=newsitemnoheader feeds="no"]]
+[[!inline pages="news/release-1.1pre18" template=newsitemnoheader feeds="no"]]
-<a name="1.1pre17"></a><table>
-<tr><td>**Version**<td>1.1pre17
+<a name="1.1pre18"></a><table>
+<tr><td>**Version**<td>1.1pre18
<tr><td>**Source**<td>
-[tinc-1.1pre17.tar.gz](/packages/tinc-1.1pre17.tar.gz)
-([sig](/packages/tinc-1.1pre17.tar.gz.sig))
+[tinc-1.1pre18.tar.gz](/packages/tinc-1.1pre18.tar.gz)
+([sig](/packages/tinc-1.1pre18.tar.gz.sig))
<tr><td>**Packages**<td>
-[Windows XP/Vista/7/8/10](/packages/windows/tinc-1.1pre17-install.exe)
+[Windows XP/Vista/7/8/10](/packages/windows/tinc-1.1pre18-install.exe)
</table>
### Distributions providing tinc
### Older versions
+<a name="1.1pre17"></a><table>
+<tr><td>**Version**<td>1.1pre17
+<tr><td>**Source**<td>
+[tinc-1.1pre17.tar.gz](/packages/tinc-1.1pre17.tar.gz)
+([sig](/packages/tinc-1.1pre17.tar.gz.sig))
+<tr><td>**Packages**<td>
+[Windows XP/Vista/7/8/10](/packages/windows/tinc-1.1pre17-install.exe)
+</table>
+
<a name="1.0.35"></a><table>
<tr><td>**Version**<td>1.0.35
<tr><td>**Source**<td>
### Latest stable version: [[1.0.36|download]]
-Latest prerelease from the 1.1 branch: [[1.1pre17|download]]
+Latest prerelease from the 1.1 branch: [[1.1pre18|download]]
### Latest news:
--- /dev/null
+[[!meta author="guus"]]
+[[!meta date="June 27th 2021"]]
+
+Version 1.1pre18 released.
+
+* Check all Address statements when making outgoing connections.
+* Make more variables safe for use in invitations.
+* Allow `tinc --force join` to accept all variables sent in an invitation.
+* Make sure the stop command works on Windows if tincd is running in the foreground.
+* Handle DOS line endings in invitation files.
+* Double-quote node names in dump graph output.
+* Prevent large amounts of UDP probes being sent consecutively.
+* Try harder to reconnect with unreachable nodes.
+* Generate tinc-up.bat on Windows.
+* Fix a possible infinite loop when adding Subnets to a running tincd.
+* Allow a tun/tap filedescriptor to be passed through a UNIX socket.
+* Use auto-clone tun/tap devices as default on FreeBSD and DragonFlyBSD.
+
+Thanks to Fabian Maurer, Ilia Pavlikhin, Maciej S. Szmigiero, Pacien
+Tran-Girard, Aaron Li, Andreas Rammhold, Rosen Penev, Shengjing Zhu, Werner
+Schreiber, iczero and leptonyu for their contributions to this version of tinc.