Releasing 1.0.10.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 18 Oct 2009 15:26:02 +0000 (17:26 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 18 Oct 2009 15:26:02 +0000 (17:26 +0200)
docs.mdwn
download.mdwn
index.mdwn
news/release-1.0.10.mdwn [new file with mode: 0644]

index 4d1fc2c..e7633a5 100644 (file)
--- a/docs.mdwn
+++ b/docs.mdwn
@@ -17,12 +17,12 @@ The main source of information is the
 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.9.
+1.0.10.
 
 ### Manpages
 
 You can also view the HTML version of the manpages that come with
-version 1.0.9 of tinc:
+version 1.0.10 of tinc:
 
 - [tincd(8)](/documentation/tincd.8)
 - [tinc.conf(5)](/documentation/tinc.conf.5)
index ccd1703..b71e317 100644 (file)
@@ -12,13 +12,13 @@ packages you should contact its maintainer.
 
 ### Latest release
 
-<a name="1.0.9"></a><table>
-<tr><td>**Version**<td>1.0.9
+<a name="1.0.10"></a><table>
+<tr><td>**Version**<td>1.0.10
 <tr><td>**Source**<td>
-[tinc-1.0.9.tar.gz](/packages/tinc-1.0.9.tar.gz)
-([sig](/packages/tinc-1.0.9.tar.gz.sig))
+[tinc-1.0.10.tar.gz](/packages/tinc-1.0.10.tar.gz)
+([sig](/packages/tinc-1.0.10.tar.gz.sig))
 <tr><td>**Packages**<td>
-[Windows 2000/XP](/packages/windows/tinc-1.0.9-install.exe)
+[Windows XP/Vista/7](/packages/windows/tinc-1.0.10-install.exe)
 </table>
 
 ### Mirror sites
@@ -61,6 +61,15 @@ using one of these packages.
 
 ### Older versions
 
+<a name="1.0.9"></a><table>
+<tr><td>**Version**<td>1.0.9
+<tr><td>**Source**<td>
+[tinc-1.0.9.tar.gz](/packages/tinc-1.0.9.tar.gz)
+([sig](/packages/tinc-1.0.9.tar.gz.sig))
+<tr><td>**Packages**<td>
+[Windows 2000/XP](/packages/windows/tinc-1.0.9-install.exe)
+</table>
+
 <a name="1.0.8"></a><table>
 <tr><td>**Version**<td>1.0.8
 <tr><td>**Source**<td>
index 56165d2..d9ab4a7 100644 (file)
@@ -1,6 +1,6 @@
 # Welcome to tinc!
 
-### Latest version: [1.0.9](news#1.0.9)
+### Latest version: [1.0.10](news#1.0.10)
 
 ### What is tinc?
 
diff --git a/news/release-1.0.10.mdwn b/news/release-1.0.10.mdwn
new file mode 100644 (file)
index 0000000..2aaf145
--- /dev/null
@@ -0,0 +1,25 @@
+[[!meta author="guus"]]
+[[!meta date="October 18th 2009"]]
+
+Version 1.0.10 released.
+
+* Fixed potential crashes during shutdown and (in rare conditions) when other
+  nodes disconnected from the VPN.
+* Improved NAT handling: tinc now copes with mangled port numbers, and will
+  automatically fall back to TCP if direct UDP connection between nodes is not
+  possible. The TCPOnly option should not have to be used anymore.
+* Allow configuration files with CRLF line endings to be read on UNIX.
+* Disable old RSA keys when generating new ones, and raise the default size of
+  new RSA keys to 2048 bits.
+* Many fixes in the path MTU discovery code, especially when Compression is
+  being used.
+* Tinc can now drop privileges and/or chroot itself.
+* The TunnelServer code now just ignores information from clients instead of
+  disconnecting them.
+* Improved performance on Windows by using the new ProcessPriority option and
+  by making the handling of packets received from the TAP-Win32 adapter more
+  efficient.
+* Code cleanups: tinc now follows the C99 standard, copyright headers have
+  been updated to include patch authors, checkpoint tracing and localisation
+  features have been removed.
+* Support for (jailbroken) iPhone and iPod Touch has been added.