From: Guus Sliepen Date: Fri, 24 Jun 2011 14:31:21 +0000 (+0200) Subject: Releasing 1.0.15. X-Git-Url: https://www.tinc-vpn.org/git/browse?p=wiki;a=commitdiff_plain;h=6a82785faf7490c0812345d13c33f8a3d9afe43a Releasing 1.0.15. --- diff --git a/docs.mdwn b/docs.mdwn index 64cf3b3..3a6fa59 100644 --- a/docs.mdwn +++ b/docs.mdwn @@ -18,12 +18,12 @@ 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.14. +1.0.15. ### Manpages You can also view the HTML version of the manpages that come with -version 1.0.14 of tinc: +version 1.0.15 of tinc: - [tincd(8)](/documentation/tincd.8) - [tinc.conf(5)](/documentation/tinc.conf.5) diff --git a/download.mdwn b/download.mdwn index 6886fd8..da75d53 100644 --- a/download.mdwn +++ b/download.mdwn @@ -12,15 +12,15 @@ packages you should contact its maintainer. ### Latest release -[[!inline pages="news/release-1.0.14" template=newsitemnoheader feeds="no"]] +[[!inline pages="news/release-1.0.15" template=newsitemnoheader feeds="no"]] - -
**Version**1.0.14 + +
**Version**1.0.15
**Source** -[tinc-1.0.14.tar.gz](/packages/tinc-1.0.14.tar.gz) -([sig](/packages/tinc-1.0.14.tar.gz.sig)) +[tinc-1.0.15.tar.gz](/packages/tinc-1.0.15.tar.gz) +([sig](/packages/tinc-1.0.15.tar.gz.sig))
**Packages** -[Windows XP/Vista/7](/packages/windows/tinc-1.0.14-install.exe) +[Windows XP/Vista/7](/packages/windows/tinc-1.0.15-install.exe)
### Mirror sites @@ -62,6 +62,15 @@ using one of these packages. ### Older versions + +
**Version**1.0.14 +
**Source** +[tinc-1.0.14.tar.gz](/packages/tinc-1.0.14.tar.gz) +([sig](/packages/tinc-1.0.14.tar.gz.sig)) +
**Packages** +[Windows XP/Vista/7](/packages/windows/tinc-1.0.14-install.exe) +
+
**Version**1.0.13
**Source** diff --git a/index.mdwn b/index.mdwn index 5fc93c7..81207da 100644 --- a/index.mdwn +++ b/index.mdwn @@ -1,6 +1,6 @@ # Welcome to tinc! -### Latest version: [[1.0.14|download]] +### Latest version: [[1.0.15|download]] ### Latest news: diff --git a/news/release-1.0.15.mdwn b/news/release-1.0.15.mdwn new file mode 100644 index 0000000..289c21d --- /dev/null +++ b/news/release-1.0.15.mdwn @@ -0,0 +1,10 @@ +[[!meta author="guus"]] +[[!meta date="June 24th 2011"]] + +Version 1.0.15 released. + +* Improved logging to file. +* Reduced amount of process wakeups on platforms which support pselect(). +* Fixed ProcessPriority option under Windows. + +Thanks to Loïc Grenié for his contribution to this version of tinc.