From 5c5ae8c48e0414cb4831ccfd2b147ab65bb5fd5c Mon Sep 17 00:00:00 2001
From: Guus Sliepen <guus@tinc-vpn.org>
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 8ae59e7..ff5c3be 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 3fb92fc..46f21c7 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 3446041..742d6b5 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 4853da7..5500291 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 132a1c4..cdccea5 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 <guus@@tinc-vpn.org> and
 Wessel Dankers <wsl@@tinc-vpn.org>.
 
@@ -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 <guus@@tinc-vpn.org> and
 Wessel Dankers <wsl@@tinc-vpn.org>.
 
diff --git a/src/meta.c b/src/meta.c
index 45f2762..ccc3b2e 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 <guus@tinc-vpn.org>,
+    Copyright (C) 2000-2017 Guus Sliepen <guus@tinc-vpn.org>,
                   2000-2005 Ivo Timmermans
                   2006      Scott Lamb <slamb@slamb.org>
 
diff --git a/src/route.c b/src/route.c
index 5044989..107ad74 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 <guus@tinc-vpn.org>
-		  2015      Vittorio Gambaletta
+                  2000-2017 Guus Sliepen <guus@tinc-vpn.org>
+		  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 deb96c4..0074615 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. <sales@openvpn.net>
-                  2001-2014 Guus Sliepen <guus@tinc-vpn.org>
+                  2001-2017 Guus Sliepen <guus@tinc-vpn.org>
 
     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.25.1