Releasing 1.0.29. release-1.0.29
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 9 Oct 2016 13:42:14 +0000 (15:42 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 9 Oct 2016 13:42:14 +0000 (15:42 +0200)
NEWS
README
configure.ac
src/dropin.c
src/logger.c
src/netutl.c
src/netutl.h
src/node.h
src/protocol.c

diff --git a/NEWS b/NEWS
index dab9631b8648697eb83e7ab2783fe64b5726a927..73a4a6220689568317ea113e9350236384242e65 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Version 1.0.29               October 9 2016
+
+ * Fix UDP communication with peers with link-local IPv6 addresses.
+
+ * Ensure compatibility with OpenSSL 1.1.0.
+
+ * Ensure autoreconf can be run without requiring autoconf-archive.
+
+ * Log warnings about dropped packets only at debug level 5.
+
 Version 1.0.28               April 10 2016
 
  * Fix compilation on BSD platforms.
diff --git a/README b/README
index 2e094c1d0e9889c5d4a30d9de42397595e7f39e5..e0e5817ff27fa08f889f36ca627b3ad133d96704 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is the README file for tinc version 1.0.28. Installation
+This is the README file for tinc version 1.0.29. Installation
 instructions may be found in the INSTALL file.
 
 tinc is Copyright (C) 1998-2016 by:
@@ -55,7 +55,7 @@ should be changed into "Device", and "Device" should be changed into
 Compatibility
 -------------
 
-Version 1.0.28 is compatible with 1.0pre8, 1.0 and later, but not with older
+Version 1.0.29 is compatible with 1.0pre8, 1.0 and later, but not with older
 versions of tinc.
 
 
index dbde68fde4916b2006cef7398833492a5893879e..3ec50683a73de472659f1a0d066bd5238b12ea31 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.28])
+AC_INIT([tinc], [1.0.29])
 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 cd5563adb847414cf10d0440c58cad558b0f1ece..a99c828f416d91a5b8e0636f9f18b97545daccd1 100644 (file)
@@ -1,7 +1,7 @@
 /*
     dropin.c -- a set of drop-in replacements for libc functions
     Copyright (C) 2000-2005 Ivo Timmermans,
-                  2000-2011 Guus Sliepen <guus@tinc-vpn.org>
+                  2000-2016 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
index e0e6bcad4714350bbcff38b3d45ae7631e386f52..3f60edbaec094e8cae35b23861ecfdc5e96f549d 100644 (file)
@@ -1,6 +1,6 @@
 /*
     logger.c -- logging code
-    Copyright (C) 2004-2006 Guus Sliepen <guus@tinc-vpn.org>
+    Copyright (C) 2004-2016 Guus Sliepen <guus@tinc-vpn.org>
                   2004-2005 Ivo Timmermans
 
     This program is free software; you can redistribute it and/or modify
index 37887be8c0be8627145da3b71db9bbd65b4c1ae4..e473f17699a0f619dc45ad9cb73f2e057cd3ca09 100644 (file)
@@ -1,7 +1,7 @@
 /*
     netutl.c -- some supporting network utility code
     Copyright (C) 1998-2005 Ivo Timmermans
-                  2000-2015 Guus Sliepen <guus@tinc-vpn.org>
+                  2000-2016 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
index 7c31f2b0e916707433ba47cc3e1d1b82f4beab7c..bab6717a9d345221e4e8b937d76b38b023644829 100644 (file)
@@ -1,7 +1,7 @@
 /*
     netutl.h -- header file for netutl.c
     Copyright (C) 1998-2005 Ivo Timmermans
-                  2000-2009 Guus Sliepen <guus@tinc-vpn.org>
+                  2000-2016 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
index c83610e885af469909e7e61f8ba9671444bd9804..69ed12f0aa9d81c3b56a1f72436e56854b9dd733 100644 (file)
@@ -1,6 +1,6 @@
 /*
     node.h -- header for node.c
-    Copyright (C) 2001-2012 Guus Sliepen <guus@tinc-vpn.org>,
+    Copyright (C) 2001-2016 Guus Sliepen <guus@tinc-vpn.org>,
                   2001-2005 Ivo Timmermans
 
     This program is free software; you can redistribute it and/or modify
index fa169f32733550920c2760a5ca4ae027e6fd909c..eadca13fc3790a3ddd41750f5c864cf0bce596db 100644 (file)
@@ -1,7 +1,7 @@
 /*
     protocol.c -- handle the meta-protocol, basic functions
     Copyright (C) 1999-2005 Ivo Timmermans,
-                  2000-2015 Guus Sliepen <guus@tinc-vpn.org>
+                  2000-2016 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