Releasing 1.0.17.
authorGuus Sliepen <guus@tinc-vpn.org>
Sat, 10 Mar 2012 13:20:12 +0000 (14:20 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Sat, 10 Mar 2012 13:20:12 +0000 (14:20 +0100)
docs.mdwn
download.mdwn
index.mdwn
news/release-1.0.17.mdwn [new file with mode: 0644]

index 21b79ae..4911798 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
-currently up to date with version 1.0.16.
+currently up to date with version 1.0.17.
 
 - [manual (HTML)](/documentation/tinc_toc)
 - [manual (PDF)](/documentation/tinc.pdf)
index 270789c..0858e54 100644 (file)
@@ -12,15 +12,15 @@ packages you should contact its maintainer.
 
 ### Latest stable release
 
-[[!inline  pages="news/release-1.0.16" template=newsitemnoheader feeds="no"]]
+[[!inline  pages="news/release-1.0.17" template=newsitemnoheader feeds="no"]]
 
-<a name="1.0.16"></a><table>
-<tr><td>**Version**<td>1.0.16
+<a name="1.0.17"></a><table>
+<tr><td>**Version**<td>1.0.17
 <tr><td>**Source**<td>
-[tinc-1.0.16.tar.gz](/packages/tinc-1.0.16.tar.gz)
-([sig](/packages/tinc-1.0.16.tar.gz.sig))
+[tinc-1.0.17.tar.gz](/packages/tinc-1.0.17.tar.gz)
+([sig](/packages/tinc-1.0.17.tar.gz.sig))
 <tr><td>**Packages**<td>
-[Windows XP/Vista/7](/packages/windows/tinc-1.0.16-install.exe)
+[Windows XP/Vista/7](/packages/windows/tinc-1.0.17-install.exe)
 </table>
 
 ### Latest pre-release from the 1.1 branch
@@ -59,6 +59,15 @@ using one of these packages.
 
 ### Older versions
 
+<a name="1.0.16"></a><table>
+<tr><td>**Version**<td>1.0.16
+<tr><td>**Source**<td>
+[tinc-1.0.16.tar.gz](/packages/tinc-1.0.16.tar.gz)
+([sig](/packages/tinc-1.0.16.tar.gz.sig))
+<tr><td>**Packages**<td>
+[Windows XP/Vista/7](/packages/windows/tinc-1.0.16-install.exe)
+</table>
+
 <a name="1.0.15"></a><table>
 <tr><td>**Version**<td>1.0.15
 <tr><td>**Source**<td>
index 2950d35..762c03c 100644 (file)
@@ -1,6 +1,6 @@
 # Welcome to tinc!
 
-### Latest stable version: [[1.0.16|download]]
+### Latest stable version: [[1.0.17|download]]
 
 Latest prerelease from the 1.1 branch: [[1.1pre2|download]]
 
diff --git a/news/release-1.0.17.mdwn b/news/release-1.0.17.mdwn
new file mode 100644 (file)
index 0000000..8770292
--- /dev/null
@@ -0,0 +1,11 @@
+[[!meta author="guus"]]
+[[!meta date="March 10th 2012"]]
+
+Version 1.0.17 released.
+
+* The DeviceType option can now be used to select dummy, raw socket, UML and VDE devices without needing to recompile tinc.
+* Allow multiple BindToAddress statements.
+* Decrement TTL value of IPv4 and IPv6 packets.
+* Add LocalDiscovery option allowing tinc to detect peers that are behind the same NAT.
+* Accept Subnets passed with the -o option when StrictSubnets = yes.
+* Disabling old RSA keys when generating new ones now also works properly on Windows.