From 5c5ae8c48e0414cb4831ccfd2b147ab65bb5fd5c Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Sat, 2 Sep 2017 16:31:04 +0200 Subject: [PATCH] Releasing 1.0.32. --- NEWS | 7 ++++++- README | 2 +- THANKS | 2 ++ configure.ac | 2 +- doc/tinc.texi | 4 ++-- src/meta.c | 2 +- src/route.c | 4 ++-- src/solaris/device.c | 2 +- 8 files changed, 16 insertions(+), 9 deletions(-) diff --git a/NEWS b/NEWS index 8ae59e7e..ff5c3beb 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,12 @@ -Version 1.0.32 not released yet +Version 1.0.32 September 2 2017 * Fix segmentation fault when using Cipher = none. * Fix Proxy = exec. + * Support PriorityInheritance for IPv6 packets. + * Fixes for Solaris tun/tap support. + * Bind outgoing TCP sockets when ListenAddress is used. + +Thanks to Vittorio Gambaletta for his contribution to this version of tinc. Version 1.0.31 January 15 2017 diff --git a/README b/README index 3fb92fcc..46f21c73 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is the README file for tinc version 1.0.31. Installation +This is the README file for tinc version 1.0.32. Installation instructions may be found in the INSTALL file. tinc is Copyright (C) 1998-2017 by: diff --git a/THANKS b/THANKS index 3446041b..742d6b53 100644 --- a/THANKS +++ b/THANKS @@ -22,9 +22,11 @@ We would like to thank the following people for their contributions to tinc: * Flynn Marquardt * Gary Kessler and Claudia Gonzalez * Grzegorz Dymarek +* Gusariev Oleksandr * Hans Bayle * Harvest * Ivo van Dong +* Ivo Smits * James Cook * James MacLean * Jamie Briggs diff --git a/configure.ac b/configure.ac index 4853da7f..55002913 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.31]) +AC_INIT([tinc], [1.0.32]) 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]) diff --git a/doc/tinc.texi b/doc/tinc.texi index 132a1c42..cdccea5d 100644 --- a/doc/tinc.texi +++ b/doc/tinc.texi @@ -15,7 +15,7 @@ This is the info manual for @value{PACKAGE} version @value{VERSION}, a Virtual Private Network daemon. -Copyright @copyright{} 1998-2016 Ivo Timmermans, +Copyright @copyright{} 1998-2017 Ivo Timmermans, Guus Sliepen and Wessel Dankers . @@ -39,7 +39,7 @@ permission notice identical to this one. @vskip 0pt plus 1filll This is the info manual for @value{PACKAGE} version @value{VERSION}, a Virtual Private Network daemon. -Copyright @copyright{} 1998-2016 Ivo Timmermans, +Copyright @copyright{} 1998-2017 Ivo Timmermans, Guus Sliepen and Wessel Dankers . diff --git a/src/meta.c b/src/meta.c index 45f27622..ccc3b2e6 100644 --- a/src/meta.c +++ b/src/meta.c @@ -1,6 +1,6 @@ /* meta.c -- handle the meta communication - Copyright (C) 2000-2016 Guus Sliepen , + Copyright (C) 2000-2017 Guus Sliepen , 2000-2005 Ivo Timmermans 2006 Scott Lamb diff --git a/src/route.c b/src/route.c index 50449897..107ad749 100644 --- a/src/route.c +++ b/src/route.c @@ -1,8 +1,8 @@ /* route.c -- routing Copyright (C) 2000-2005 Ivo Timmermans, - 2000-2014 Guus Sliepen - 2015 Vittorio Gambaletta + 2000-2017 Guus Sliepen + 2015-2016 Vittorio Gambaletta This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/solaris/device.c b/src/solaris/device.c index deb96c45..0074615d 100644 --- a/src/solaris/device.c +++ b/src/solaris/device.c @@ -2,7 +2,7 @@ device.c -- Interaction with Solaris tun device Copyright (C) 2001-2005 Ivo Timmermans, 2002-2010 OpenVPN Technologies, Inc. - 2001-2014 Guus Sliepen + 2001-2017 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -- 2.20.1