Releasing 1.0.26.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 5 Jul 2015 14:37:58 +0000 (16:37 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 5 Jul 2015 14:37:58 +0000 (16:37 +0200)
docs.mdwn
download.mdwn
index.mdwn
news/release-1.0.26.mdwn [new file with mode: 0644]

index c9754c9..fe0418f 100644 (file)
--- 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
 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.25.
+currently up to date with version 1.0.26.
 
 - [manual (HTML)](/documentation/)
 - [manual (PDF)](/documentation/tinc.pdf)
 
 - [manual (HTML)](/documentation/)
 - [manual (PDF)](/documentation/tinc.pdf)
index ed1ca0d..95091bf 100644 (file)
@@ -12,15 +12,15 @@ packages you should contact its maintainer.
 
 ### Latest stable release
 
 
 ### Latest stable release
 
-[[!inline  pages="news/release-1.0.25" template=newsitemnoheader feeds="no"]]
+[[!inline  pages="news/release-1.0.26" template=newsitemnoheader feeds="no"]]
 
 
-<a name="1.0.25"></a><table>
-<tr><td>**Version**<td>1.0.25
+<a name="1.0.26"></a><table>
+<tr><td>**Version**<td>1.0.26
 <tr><td>**Source**<td>
 <tr><td>**Source**<td>
-[tinc-1.0.25.tar.gz](/packages/tinc-1.0.25.tar.gz)
-([sig](/packages/tinc-1.0.25.tar.gz.sig))
+[tinc-1.0.26.tar.gz](/packages/tinc-1.0.26.tar.gz)
+([sig](/packages/tinc-1.0.26.tar.gz.sig))
 <tr><td>**Packages**<td>
 <tr><td>**Packages**<td>
-[Windows XP/Vista/7/8](/packages/windows/tinc-1.0.25-install.exe)
+[Windows XP/Vista/7/8](/packages/windows/tinc-1.0.26-install.exe)
 </table>
 
 ### Latest pre-release from the 1.1 branch
 </table>
 
 ### Latest pre-release from the 1.1 branch
@@ -65,6 +65,15 @@ using one of these packages.
 
 ### Older versions
 
 
 ### Older versions
 
+<a name="1.0.25"></a><table>
+<tr><td>**Version**<td>1.0.25
+<tr><td>**Source**<td>
+[tinc-1.0.25.tar.gz](/packages/tinc-1.0.25.tar.gz)
+([sig](/packages/tinc-1.0.25.tar.gz.sig))
+<tr><td>**Packages**<td>
+[Windows XP/Vista/7/8](/packages/windows/tinc-1.0.25-install.exe)
+</table>
+
 <a name="1.1pre10"></a><table>
 <tr><td>**Version**<td>1.1pre10
 <tr><td>**Source**<td>
 <a name="1.1pre10"></a><table>
 <tr><td>**Version**<td>1.1pre10
 <tr><td>**Source**<td>
index 8acf4d1..e8a9060 100644 (file)
@@ -1,6 +1,6 @@
 # Welcome to tinc!
 
 # Welcome to tinc!
 
-### Latest stable version: [[1.0.25|download]]
+### Latest stable version: [[1.0.26|download]]
 
 Latest prerelease from the 1.1 branch: [[1.1pre11|download]]
 
 
 Latest prerelease from the 1.1 branch: [[1.1pre11|download]]
 
diff --git a/news/release-1.0.26.mdwn b/news/release-1.0.26.mdwn
new file mode 100644 (file)
index 0000000..ecc2a93
--- /dev/null
@@ -0,0 +1,10 @@
+[[!meta author="guus"]]
+[[!meta date="July 5th 2015"]]
+
+Version 1.0.26 released.
+
+* Tinc now forces glibc to reload /etc/resolv.conf for every hostname lookup.
+* Fixed --logfile without a filename on Windows.
+* Ensure tinc can be compiled when using musl libc.
+
+Thanks to Jo-Philipp Wich for his contribution to this version of tinc.