From 1da051a7a2be587f4eb72db419df628f9e68e738 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Sun, 15 Jan 2017 15:50:49 +0100 Subject: [PATCH] Releasing 1.0.31. --- COPYING | 2 +- NEWS | 6 ++++++ README | 6 +++--- THANKS | 1 + configure.ac | 2 +- src/tincd.c | 4 ++-- 6 files changed, 14 insertions(+), 7 deletions(-) diff --git a/COPYING b/COPYING index 513da315..c7a4498a 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright (C) 1998-2016 Ivo Timmermans, Guus Sliepen and others. +Copyright (C) 1998-2017 Ivo Timmermans, Guus Sliepen and others. See the AUTHORS file for a complete list. This program is free software; you can redistribute it and/or modify it under diff --git a/NEWS b/NEWS index 5c547d13..34c6f1f5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Version 1.0.31 January 15 2017 + + * Remove ExecStop in tinc@.service. + +Thanks to Élie Bouttier for his contribution to this version of tinc. + Version 1.0.30 October 30 2016 * Fix troubles connecting to some HTTP proxies. diff --git a/README b/README index b86063c1..3fb92fcc 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ -This is the README file for tinc version 1.0.30. Installation +This is the README file for tinc version 1.0.31. Installation instructions may be found in the INSTALL file. -tinc is Copyright (C) 1998-2016 by: +tinc is Copyright (C) 1998-2017 by: Ivo Timmermans, Guus Sliepen , @@ -58,7 +58,7 @@ should be changed into "Device", and "Device" should be changed into Compatibility ------------- -Version 1.0.30 is compatible with 1.0pre8, 1.0 and later, but not with older +Version 1.0.31 is compatible with 1.0pre8, 1.0 and later, but not with older versions of tinc. Note that since version 1.0.30, tinc requires all nodes in the VPN to be compiled with a version of LibreSSL or OpenSSL that supports the AES256 and SHA256 algorithms. diff --git a/THANKS b/THANKS index 4be771cd..3446041b 100644 --- a/THANKS +++ b/THANKS @@ -15,6 +15,7 @@ We would like to thank the following people for their contributions to tinc: * David Pflug * Delf Eldkraft * dnk +* Élie Bouttier * Enrique Zanardi * Florent Clairambault * Florian Weik diff --git a/configure.ac b/configure.ac index 0f31b01c..4853da7f 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.30]) +AC_INIT([tinc], [1.0.31]) 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/src/tincd.c b/src/tincd.c index aaf40e28..22fb726a 100644 --- a/src/tincd.c +++ b/src/tincd.c @@ -1,7 +1,7 @@ /* tincd.c -- the main file for tincd Copyright (C) 1998-2005 Ivo Timmermans - 2000-2016 Guus Sliepen + 2000-2017 Guus Sliepen 2008 Max Rijevski 2009 Michael Tokarev 2010 Julien Muchembled @@ -583,7 +583,7 @@ int main(int argc, char **argv) { if(show_version) { printf("%s version %s\n", PACKAGE, VERSION); - printf("Copyright (C) 1998-2016 Ivo Timmermans, Guus Sliepen and others.\n" + printf("Copyright (C) 1998-2017 Ivo Timmermans, Guus Sliepen and others.\n" "See the AUTHORS file for a complete list.\n\n" "tinc comes with ABSOLUTELY NO WARRANTY. This is free software,\n" "and you are welcome to redistribute it under certain conditions;\n" -- 2.20.1