Releasing 1.1pre18.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 27 Jun 2021 17:45:08 +0000 (19:45 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 27 Jun 2021 17:45:08 +0000 (19:45 +0200)
download.mdwn
index.mdwn
news/release-1.1pre18.mdwn [new file with mode: 0644]

index 247bc2c..6fe2cff 100644 (file)
@@ -25,15 +25,15 @@ packages you should contact its maintainer.
 
 ### 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
@@ -67,6 +67,15 @@ using one of these packages.
 
 ### 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>
index eebb162..378350a 100644 (file)
@@ -2,7 +2,7 @@
 
 ### 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:
 
diff --git a/news/release-1.1pre18.mdwn b/news/release-1.1pre18.mdwn
new file mode 100644 (file)
index 0000000..7b9ded6
--- /dev/null
@@ -0,0 +1,21 @@
+[[!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.