Releasing 1.0.33. release-1.0.33
authorGuus Sliepen <guus@tinc-vpn.org>
Sat, 4 Nov 2017 14:44:04 +0000 (15:44 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Sat, 4 Nov 2017 14:44:04 +0000 (15:44 +0100)
NEWS
README
configure.ac

diff --git a/NEWS b/NEWS
index ff5c3beb061bef39216ec818d806a4b1c62b890e..11c61e968ad9601fda57e18fecf3ec6b6d78fee4 100644 (file)
--- 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 46f21c739661a64cee9a6656ef106f4895ee9851..3fc0ee952a78c84ac64d3550f845b4ef5b901827 100644 (file)
--- 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:
index 7287726827d67fe8d85baf905bb1a8d843bb82d4..85e51e983a67e6a037c5b44fb3f8b41f7d4d8c55 100644 (file)
@@ -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])