X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=NEWS;h=eb355835062774053565bb127bec159283684476;hp=191f645cb8822c534e16d9ec2214cf3818c257e5;hb=c40c99592b9512049e85323c59432a380239151f;hpb=110ca1958af2465e383b4ca20b67fd0e780f3fb5 diff --git a/NEWS b/NEWS index 191f645c..eb355835 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,29 @@ -Version 1.0.24 May 11 2013 +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. + + * Support linking against -lresolv on Mac OS X. + + * Fix scripts on Windows when using the ScriptsInterpreter option. + + * Allow a minimum reconnect timeout to be specified. + + * Support PriorityInheritance on IPv6 sockets. + +Thanks to David Pflug, Baptiste Jonglez, Alexis Hildebrandt, Borg, Jochen Voss, +Tomislav Čohar and VittGam for their contributions to this version of tinc. + +Version 1.0.24 May 11 2014 * Various compiler hardening flags are enabled by default.