Releasing 1.1pre10.
authorGuus Sliepen <guus@tinc-vpn.org>
Fri, 7 Feb 2014 21:52:43 +0000 (22:52 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Fri, 7 Feb 2014 21:52:43 +0000 (22:52 +0100)
download.mdwn
index.mdwn
news/release-1.1pre10.mdwn [new file with mode: 0644]

index 03e0a48..83c0049 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.1pre9" template=newsitemnoheader feeds="no"]]
+[[!inline  pages="news/release-1.1pre10" template=newsitemnoheader feeds="no"]]
 
-<a name="1.1pre9"></a><table>
-<tr><td>**Version**<td>1.1pre9
+<a name="1.1pre10"></a><table>
+<tr><td>**Version**<td>1.1pre10
 <tr><td>**Source**<td>
-[tinc-1.1pre9.tar.gz](/packages/tinc-1.1pre9.tar.gz)
-([sig](/packages/tinc-1.1pre9.tar.gz.sig))
+[tinc-1.1pre10.tar.gz](/packages/tinc-1.1pre10.tar.gz)
+([sig](/packages/tinc-1.1pre10.tar.gz.sig))
 <tr><td>**Packages**<td>
-[Windows XP/Vista/7/8](/packages/windows/tinc-1.1pre9-install.exe)
+[Windows XP/Vista/7/8](/packages/windows/tinc-1.1pre10-install.exe)
 </table>
 
 ### Distributions providing tinc
@@ -64,6 +64,15 @@ using one of these packages.
 
 ### Older versions
 
+<a name="1.1pre9"></a><table>
+<tr><td>**Version**<td>1.1pre9
+<tr><td>**Source**<td>
+[tinc-1.1pre9.tar.gz](/packages/tinc-1.1pre9.tar.gz)
+([sig](/packages/tinc-1.1pre9.tar.gz.sig))
+<tr><td>**Packages**<td>
+[Windows XP/Vista/7/8](/packages/windows/tinc-1.1pre9-install.exe)
+</table>
+
 <a name="1.0.22"></a><table>
 <tr><td>**Version**<td>1.0.22
 <tr><td>**Source**<td>
index 6540214..0cb64fc 100644 (file)
@@ -2,7 +2,7 @@
 
 ### Latest stable version: [[1.0.23|download]]
 
-Latest prerelease from the 1.1 branch: [[1.1pre9|download]]
+Latest prerelease from the 1.1 branch: [[1.1pre10|download]]
 
 ### Latest news:
 
diff --git a/news/release-1.1pre10.mdwn b/news/release-1.1pre10.mdwn
new file mode 100644 (file)
index 0000000..437312b
--- /dev/null
@@ -0,0 +1,18 @@
+[[!meta author="guus"]]
+[[!meta date="February 7th 2014"]]
+
+Version 1.1pre10 released.
+
+ * Added a benchmark tool (sptps_speed) for the new protocol.
+ * Fixed a crash when using Name = $HOST while $HOST is not set.
+ * Use AES-256-GCM for the new protocol.
+ * Updated support for Solaris.
+ * Allow running tincd without a private ECDSA key present when ExperimentalProtocol is not explicitly set.
+ * Enable various compiler hardening flags by default.
+ * Added support for a "conf.d" configuration directory.
+ * Fix tinc-gui on Windows, also allowing it to connect to a 32-bits tincd when tinc-gui is run in a 64-bits Python environment.
+ * Added a "ListenAddress" option, which like BindToAddress adds more listening address/ports, but doesn't bind to them for outgoing sockets.  
+ * Make invitations work better when the "invite" and "join" commands are not run interactively.
+ * When creating meta-connections to a node for which no Address statement is specified, try to use addresses learned from other nodes.
+
+Thanks to Dennis Joachimsthaler and Florent Clairambault for their contribution to this version of tinc.