Releasing 1.0.33.
authorGuus Sliepen <guus@tinc-vpn.org>
Sat, 4 Nov 2017 15:16:31 +0000 (16:16 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Sat, 4 Nov 2017 15:16:31 +0000 (16:16 +0100)
docs.mdwn
download.mdwn
index.mdwn
news/release-1.0.33.mdwn [new file with mode: 0644]

index f8b4bf7..4ace587 100644 (file)
--- a/docs.mdwn
+++ b/docs.mdwn
@@ -15,7 +15,7 @@ something else than the documentation says, please tell us!
 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
 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.32.
+currently up to date with version 1.0.33.
 
 - [manual (HTML)](/documentation/)
 - [manual (PDF)](/documentation/tinc.pdf)
 
 - [manual (HTML)](/documentation/)
 - [manual (PDF)](/documentation/tinc.pdf)
index fbddc74..ec43f7c 100644 (file)
@@ -12,15 +12,15 @@ packages you should contact its maintainer.
 
 ### Latest stable release
 
 
 ### Latest stable release
 
-[[!inline  pages="news/release-1.0.32" template=newsitemnoheader feeds="no"]]
+[[!inline  pages="news/release-1.0.33" template=newsitemnoheader feeds="no"]]
 
 
-<a name="1.0.32"></a><table>
-<tr><td>**Version**<td>1.0.32
+<a name="1.0.33"></a><table>
+<tr><td>**Version**<td>1.0.33
 <tr><td>**Source**<td>
 <tr><td>**Source**<td>
-[tinc-1.0.32.tar.gz](/packages/tinc-1.0.32.tar.gz)
-([sig](/packages/tinc-1.0.32.tar.gz.sig))
+[tinc-1.0.33.tar.gz](/packages/tinc-1.0.33.tar.gz)
+([sig](/packages/tinc-1.0.33.tar.gz.sig))
 <tr><td>**Packages**<td>
 <tr><td>**Packages**<td>
-[Windows XP/Vista/7/8/10](/packages/windows/tinc-1.0.32-install.exe)
+[Windows XP/Vista/7/8/10](/packages/windows/tinc-1.0.33-install.exe)
 </table>
 
 ### Latest pre-release from the 1.1 branch
 </table>
 
 ### Latest pre-release from the 1.1 branch
@@ -65,6 +65,15 @@ using one of these packages.
 
 ### Older versions
 
 
 ### Older versions
 
+<a name="1.0.32"></a><table>
+<tr><td>**Version**<td>1.0.32
+<tr><td>**Source**<td>
+[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.32-install.exe)
+</table>
+
 <a name="1.0.31"></a><table>
 <tr><td>**Version**<td>1.0.31
 <tr><td>**Source**<td>
 <a name="1.0.31"></a><table>
 <tr><td>**Version**<td>1.0.31
 <tr><td>**Source**<td>
index 56b31ae..7d34341 100644 (file)
@@ -1,6 +1,6 @@
 # Welcome to tinc!
 
 # Welcome to tinc!
 
-### Latest stable version: [[1.0.32|download]]
+### Latest stable version: [[1.0.33|download]]
 
 Latest prerelease from the 1.1 branch: [[1.1pre15|download]]
 
 
 Latest prerelease from the 1.1 branch: [[1.1pre15|download]]
 
diff --git a/news/release-1.0.33.mdwn b/news/release-1.0.33.mdwn
new file mode 100644 (file)
index 0000000..6a65eca
--- /dev/null
@@ -0,0 +1,13 @@
+[[!meta author="guus"]]
+[[!meta date="November 4th 2017"]]
+
+Version 1.0.33 released.
+
+* Allow compilation from a build directory.
+* Source code cleanups.
+* Fix some options specified on the command line not surviving a HUP signal.
+* Handle tun/tap device returning EPERM or EBUSY.
+* Disable PMTUDiscovery when TCPOnly is used.
+* Support the --runstatedir option of the autoconf 2.70.
+
+Thanks to Rafael Sadowski and Pierre-Olivier Mercier for their contributions to this version of tinc.