From df749176a2268bca4cc26fea8622a98077054004 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Sat, 2 Sep 2017 22:47:11 +0200 Subject: [PATCH] Releasing 1.0.32 and 1.1pre15. --- docs.mdwn | 2 +- download.mdwn | 42 +++++++++++++++++++++++++++----------- index.mdwn | 4 ++-- news/release-1.0.32.mdwn | 12 +++++++++++ news/release-1.1pre15.mdwn | 25 +++++++++++++++++++++++ 5 files changed, 70 insertions(+), 15 deletions(-) create mode 100644 news/release-1.0.32.mdwn create mode 100644 news/release-1.1pre15.mdwn diff --git a/docs.mdwn b/docs.mdwn index 39029f8..f8b4bf7 100644 --- 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.31. +currently up to date with version 1.0.32. - [manual (HTML)](/documentation/) - [manual (PDF)](/documentation/tinc.pdf) diff --git a/download.mdwn b/download.mdwn index 2f8e8c0..fbddc74 100644 --- a/download.mdwn +++ b/download.mdwn @@ -12,28 +12,28 @@ packages you should contact its maintainer. ### Latest stable release -[[!inline pages="news/release-1.0.31" template=newsitemnoheader feeds="no"]] +[[!inline pages="news/release-1.0.32" template=newsitemnoheader feeds="no"]] - -
**Version**1.0.31 + +
**Version**1.0.32
**Source** -[tinc-1.0.31.tar.gz](/packages/tinc-1.0.31.tar.gz) -([sig](/packages/tinc-1.0.31.tar.gz.sig)) +[tinc-1.0.32.tar.gz](/packages/tinc-1.0.32.tar.gz) +([sig](/packages/tinc-1.0.32.tar.gz.sig))
**Packages** -[Windows XP/Vista/7/8/10](/packages/windows/tinc-1.0.31-install.exe) +[Windows XP/Vista/7/8/10](/packages/windows/tinc-1.0.32-install.exe)
### Latest pre-release from the 1.1 branch -[[!inline pages="news/release-1.1pre14" template=newsitemnoheader feeds="no"]] +[[!inline pages="news/release-1.1pre15" template=newsitemnoheader feeds="no"]] - -
**Version**1.1pre14 + +
**Version**1.1pre15
**Source** -[tinc-1.1pre14.tar.gz](/packages/tinc-1.1pre14.tar.gz) -([sig](/packages/tinc-1.1pre14.tar.gz.sig)) +[tinc-1.1pre15.tar.gz](/packages/tinc-1.1pre15.tar.gz) +([sig](/packages/tinc-1.1pre15.tar.gz.sig))
**Packages** -[Windows XP/Vista/7/8/10](/packages/windows/tinc-1.1pre14-install.exe) +[Windows XP/Vista/7/8/10](/packages/windows/tinc-1.1pre15-install.exe)
### Distributions providing tinc @@ -65,6 +65,24 @@ using one of these packages. ### Older versions + +
**Version**1.0.31 +
**Source** +[tinc-1.0.31.tar.gz](/packages/tinc-1.0.31.tar.gz) +([sig](/packages/tinc-1.0.31.tar.gz.sig)) +
**Packages** +[Windows XP/Vista/7/8/10](/packages/windows/tinc-1.0.31-install.exe) +
+ + +
**Version**1.1pre14 +
**Source** +[tinc-1.1pre14.tar.gz](/packages/tinc-1.1pre14.tar.gz) +([sig](/packages/tinc-1.1pre14.tar.gz.sig)) +
**Packages** +[Windows XP/Vista/7/8/10](/packages/windows/tinc-1.1pre14-install.exe) +
+
**Version**1.0.30
**Source** diff --git a/index.mdwn b/index.mdwn index 5cad9c2..4e025c6 100644 --- a/index.mdwn +++ b/index.mdwn @@ -1,8 +1,8 @@ # Welcome to tinc! -### Latest stable version: [[1.0.31|download]] +### Latest stable version: [[1.0.32|download]] -Latest prerelease from the 1.1 branch: [[1.1pre14|download]] +Latest prerelease from the 1.1 branch: [[1.1pre15|download]] ### Latest news: diff --git a/news/release-1.0.32.mdwn b/news/release-1.0.32.mdwn new file mode 100644 index 0000000..2853444 --- /dev/null +++ b/news/release-1.0.32.mdwn @@ -0,0 +1,12 @@ +[[!meta author="guus"]] +[[!meta date="September 2nd 2017"]] + +Version 1.0.32 released. + +* Fix segmentation fault when using Cipher = none. +* Fix Proxy = exec. +* Support PriorityInheritance for IPv6 packets. +* Fixes for Solaris tun/tap support. +* Bind outgoing TCP sockets when ListenAddress is used. + +Thanks to Vittorio Gambaletta for his contribution to this version of tinc. diff --git a/news/release-1.1pre15.mdwn b/news/release-1.1pre15.mdwn new file mode 100644 index 0000000..48fd0db --- /dev/null +++ b/news/release-1.1pre15.mdwn @@ -0,0 +1,25 @@ +[[!meta author="guus"]] +[[!meta date="September 2nd 2017"]] + +Version 1.1pre15 released. + +* Detect when the machine is resuming from suspension or hibernation. +* When an old PID file is found, check whether the old daemon is still alive. +* Remember scope_id for IPv6 addresses when sending UDP packets to link-local + addresses. +* Ensure compatibility with OpenSSL 1.1. +* Only log about dropped packets with debug level 5. +* Warn when trying to generate RSA keys less than 2048 bits. +* Use AES256 and SHA256 as the default encryption and digest algorithms. +* Add DeviceType = fd to support tinc on Android without requiring root. +* Support PriorityInheritance for IPv6 packets. +* Fixes for Solaris tun/tap support. +* Add a configurable expiration time for invitations. +* Store invitation data after a succesful join. +* Exit gracefully when the tun/tap device is in a bad state. +* Add the LogLevel option. +* AutoConnect now actively tries to heal split networks. + +Thanks to Etienne Dechamps, Rafał Leśniak, Sean McVeigh, Vittorio Gambaletta, +Dennis Lan, Pacien Tran-Girard, Roman Savelyev, lemoer and volth for their +contributions to this version of tinc. -- 2.20.1