From: Guus Sliepen Date: Sat, 4 Nov 2017 14:44:04 +0000 (+0100) Subject: Releasing 1.0.33. X-Git-Tag: release-1.0.33^0 X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=652453d0938fa6150b262daaa5099218e01e4f50;ds=sidebyside Releasing 1.0.33. --- diff --git a/NEWS b/NEWS index ff5c3beb..11c61e96 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Version 1.0.33 November 4 2017 + + * Allow compilation from a build directory. + * Source code cleanups. + * Fix some options specified on the command line not surviving a HUP signal. + * Handle tun/tap device returning EPERM or EBUSY. + * Disable PMTUDiscovery when TCPOnly is used. + * Support the --runstatedir option of the autoconf 2.70. + Version 1.0.32 September 2 2017 * Fix segmentation fault when using Cipher = none. diff --git a/README b/README index 46f21c73..3fc0ee95 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is the README file for tinc version 1.0.32. Installation +This is the README file for tinc version 1.0.33. Installation instructions may be found in the INSTALL file. tinc is Copyright (C) 1998-2017 by: diff --git a/configure.ac b/configure.ac index 72877268..85e51e98 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([tinc], [1.0.32]) +AC_INIT([tinc], [1.0.33]) AC_CONFIG_SRCDIR([src/tincd.c]) AM_INIT_AUTOMAKE([1.11 check-news std-options subdir-objects nostdinc silent-rules -Wall info-in-builddir]) AC_CONFIG_HEADERS([config.h])