Releasing 1.0.31. release-1.0.31
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 15 Jan 2017 14:50:49 +0000 (15:50 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 15 Jan 2017 14:50:49 +0000 (15:50 +0100)
COPYING
NEWS
README
THANKS
configure.ac
src/tincd.c

diff --git a/COPYING b/COPYING
index 513da31..c7a4498 100644 (file)
--- 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 5c547d1..34c6f1f 100644 (file)
--- 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 b86063c..3fb92fc 100644 (file)
--- 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 <guus@tinc-vpn.org>,
@@ -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 4be771c..3446041 100644 (file)
--- 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
index 0f31b01..4853da7 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.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])
index aaf40e2..22fb726 100644 (file)
@@ -1,7 +1,7 @@
 /*
     tincd.c -- the main file for tincd
     Copyright (C) 1998-2005 Ivo Timmermans
-                  2000-2016 Guus Sliepen <guus@tinc-vpn.org>
+                  2000-2017 Guus Sliepen <guus@tinc-vpn.org>
                   2008      Max Rijevski <maksuf@gmail.com>
                   2009      Michael Tokarev <mjt@tls.msk.ru>
                   2010      Julien Muchembled <jm@jmuchemb.eu>
@@ -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"