Releasing 1.0.27. release-1.0.27
authorGuus Sliepen <guus@tinc-vpn.org>
Sat, 9 Apr 2016 22:50:15 +0000 (00:50 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sat, 9 Apr 2016 22:50:15 +0000 (00:50 +0200)
NEWS
README
configure.ac

diff --git a/NEWS b/NEWS
index eb355835062774053565bb127bec159283684476..cc5cafa102bae99d2883184b9f47c578c56a1e11 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+Version 1.0.27               April 10 2016
+
+ * When using Proxy, let the proxy resolve hostnames if tinc can't.
+
+ * Fixes and improvements of the DecrementTTL option.
+
+ * Fixed the $NAME variable in subnet-up/down scripts for the local Subnets.
+
+ * Fixed potentially wrong checksum generation when clamping the MSS.
+
+ * Properly choose between the system's or our own copy of getopt.
+
+ * Fixed compiling tinc for Cygwin with MinGW installed.
+
+ * Added support for OS X utun interfaces.
+
+ * Documentation updates and minor fixes.
+
+Thanks to Vittorio Gambaletta, LunarShaddow, Florian Weik and Nathan Stratton
+Treadway for their contributions to this version of tinc.
+
 Version 1.0.26               July 5 2015
 
  * Tinc now forces glibc to reload /etc/resolv.conf for every hostname lookup.
 Version 1.0.26               July 5 2015
 
  * Tinc now forces glibc to reload /etc/resolv.conf for every hostname lookup.
diff --git a/README b/README
index 82cc4678fccea27fd612f08e24e4baf6649cdeed..bf4c6c4fa1ebbc8df8fc33092aea887cd73e7a40 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is the README file for tinc version 1.0.26. Installation
+This is the README file for tinc version 1.0.27. Installation
 instructions may be found in the INSTALL file.
 
 tinc is Copyright (C) 1998-2016 by:
 instructions may be found in the INSTALL file.
 
 tinc is Copyright (C) 1998-2016 by:
@@ -55,7 +55,7 @@ should be changed into "Device", and "Device" should be changed into
 Compatibility
 -------------
 
 Compatibility
 -------------
 
-Version 1.0.26 is compatible with 1.0pre8, 1.0 and later, but not with older
+Version 1.0.27 is compatible with 1.0pre8, 1.0 and later, but not with older
 versions of tinc.
 
 
 versions of tinc.
 
 
index dd663052b3b89dd6b0cc7de6c814d84f0813fdc1..332b863cdbdbcfc0809185202041ad14ce6c5475 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.26])
+AC_INIT([tinc], [1.0.27])
 AC_CONFIG_SRCDIR([src/tincd.c])
 AM_INIT_AUTOMAKE([1.11 check-news std-options subdir-objects nostdinc silent-rules -Wall])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_SRCDIR([src/tincd.c])
 AM_INIT_AUTOMAKE([1.11 check-news std-options subdir-objects nostdinc silent-rules -Wall])
 AC_CONFIG_HEADERS([config.h])