Releasing 1.1pre11.
authorGuus Sliepen <guus@tinc-vpn.org>
Sat, 27 Dec 2014 08:36:18 +0000 (09:36 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Sat, 27 Dec 2014 08:36:18 +0000 (09:36 +0100)
download.mdwn
index.mdwn
news/release-1.1pre11.mdwn [new file with mode: 0644]

index e6de32a..ba88b7b 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.1pre10" template=newsitemnoheader feeds="no"]]
+[[!inline  pages="news/release-1.1pre11" template=newsitemnoheader feeds="no"]]
 
-<a name="1.1pre10"></a><table>
-<tr><td>**Version**<td>1.1pre10
+<a name="1.1pre11"></a><table>
+<tr><td>**Version**<td>1.1pre11
 <tr><td>**Source**<td>
-[tinc-1.1pre10.tar.gz](/packages/tinc-1.1pre10.tar.gz)
-([sig](/packages/tinc-1.1pre10.tar.gz.sig))
+[tinc-1.1pre11.tar.gz](/packages/tinc-1.1pre11.tar.gz)
+([sig](/packages/tinc-1.1pre11.tar.gz.sig))
 <tr><td>**Packages**<td>
-[Windows XP/Vista/7/8](/packages/windows/tinc-1.1pre10-install.exe)
+[Windows XP/Vista/7/8](/packages/windows/tinc-1.1pre11-install.exe)
 </table>
 
 ### Distributions providing tinc
@@ -64,6 +64,15 @@ using one of these packages.
 
 ### Older versions
 
+<a name="1.1pre10"></a><table>
+<tr><td>**Version**<td>1.1pre10
+<tr><td>**Source**<td>
+[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.1pre10-install.exe)
+</table>
+
 <a name="1.0.24"></a><table>
 <tr><td>**Version**<td>1.0.24
 <tr><td>**Source**<td>
index 993beb9..8acf4d1 100644 (file)
@@ -2,7 +2,7 @@
 
 ### Latest stable version: [[1.0.25|download]]
 
-Latest prerelease from the 1.1 branch: [[1.1pre10|download]]
+Latest prerelease from the 1.1 branch: [[1.1pre11|download]]
 
 ### Latest news:
 
diff --git a/news/release-1.1pre11.mdwn b/news/release-1.1pre11.mdwn
new file mode 100644 (file)
index 0000000..7ac5593
--- /dev/null
@@ -0,0 +1,25 @@
+[[!meta author="guus"]]
+[[!meta date="December 27th 2014"]]
+
+Version 1.1pre11 released.
+
+* Added a "network" command to list or switch networks.
+* Switched to Ed25519 keys and the ChaCha-Poly1305 cipher for the new protocol.
+* AutoConnect is now a boolean option, when enabled tinc always tries to keep at least three meta-connections open.
+* The new protocol now uses UDP much more often.
+* Tinc "del" and "get" commands now return a non-zero exit code when they don't find the requested variable.
+* Updated documentation.
+* Added a "DeviceStandby" option to defer running tinc-up until a working connection is made, and which on Windows will also change the network interface link status accordingly.
+* Tinc now tells the resolver to reload /etc/resolv.conf when it receives SIGALRM.
+* Improved error messages and event loop handling on Windows.
+* LocalDiscovery now uses local address learned from other nodes, and is enabled by default.
+* Added a "BroadcastSubnet" option to change the behavior of broadcast packets in router mode.
+* Added support for dotted quad notation in IPv6 (e.g. ::1.2.3.4).
+* Improved format of printed Subnets, MAC and IPv6 addresses.
+* Added a "--batch" option to force the tinc CLI to run in non-interactive mode.
+* Improve default Device selection on *BSD and Mac OS X.
+* Allow running tinc without RSA keys.
+
+Thanks to Etienne Dechamps, Sven-Haegar Koch, William A. Kennington III,
+Baptiste Jonglez, Alexis Hildebrandt, Armin Fisslthaler, Franz Pletz, Alexander
+Ried and Saverio Proto for their contributions to this version of tinc.