summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuus Sliepen <guus@tinc-vpn.org>2017-11-04 15:44:04 +0100
committerGuus Sliepen <guus@tinc-vpn.org>2017-11-04 15:44:04 +0100
commit652453d0938fa6150b262daaa5099218e01e4f50 (patch)
tree7c73b3261bafeb2d06b1775354044f6ea3c3d710
parent7b1bd0830cdd8a9e25eb1a26b15300ffdb41f69c (diff)
Releasing 1.0.33.release-1.0.33
-rw-r--r--NEWS9
-rw-r--r--README2
-rw-r--r--configure.ac2
3 files changed, 11 insertions, 2 deletions
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])