Releasing 1.0.26. release-1.0.26
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 5 Jul 2015 14:12:07 +0000 (16:12 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 5 Jul 2015 14:12:07 +0000 (16:12 +0200)
NEWS
README
configure.ac

diff --git a/NEWS b/NEWS
index 0a7f03edbdc3b32826e4ccf154a412267a71e8ab..eb355835062774053565bb127bec159283684476 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Version 1.0.26               July 5 2015
+
+ * 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.
+
 Version 1.0.25               December 22 2014
 
  * Documentation updates.
 Version 1.0.25               December 22 2014
 
  * Documentation updates.
diff --git a/README b/README
index a3951a07f4a664457da9f1565c6774e82b764ab1..69497d6027d4bd6ca4084fe5f06ad71d8b5e1e38 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is the README file for tinc version 1.0.25. Installation
+This is the README file for tinc version 1.0.26. Installation
 instructions may be found in the INSTALL file.
 
 tinc is Copyright (C) 1998-2015 by:
 instructions may be found in the INSTALL file.
 
 tinc is Copyright (C) 1998-2015 by:
@@ -55,7 +55,7 @@ should be changed into "Device", and "Device" should be changed into
 Compatibility
 -------------
 
 Compatibility
 -------------
 
-Version 1.0.25 is compatible with 1.0pre8, 1.0 and later, but not with older
+Version 1.0.26 is compatible with 1.0pre8, 1.0 and later, but not with older
 versions of tinc.
 
 
 versions of tinc.
 
 
index b47a6a32ad1758d47fc295cbd37e90295bcd3ab2..41ddc6c1b4f055a086c6a3551c69237de2f76443 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.61)
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.61)
-AC_INIT([tinc], [1.0.25])
+AC_INIT([tinc], [1.0.26])
 AC_CONFIG_SRCDIR([src/tincd.c])
 AM_INIT_AUTOMAKE([1.11 check-news std-options subdir-objects nostdinc -Wall])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_SRCDIR([src/tincd.c])
 AM_INIT_AUTOMAKE([1.11 check-news std-options subdir-objects nostdinc -Wall])
 AC_CONFIG_HEADERS([config.h])