From: Guus Sliepen Date: Sun, 25 Mar 2012 14:32:26 +0000 (+0100) Subject: Releasing 1.0.18. X-Git-Tag: release-1.0.18^0 X-Git-Url: https://git.librecmc.org/?p=oweals%2Ftinc.git;a=commitdiff_plain;h=482c6119a7ae80f320e5b519ef2e785e04a77b8e Releasing 1.0.18. --- diff --git a/NEWS b/NEWS index 6e9a100..e2215fc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Version 1.0.18 March 25 2012 + + * Fixed IPv6 in switch mode by turning off DecrementTTL by default. + + * Allow a port number to be specified in BindToAddress, which also allows tinc + to listen on multiple ports. + + * Add support for multicast communication with UML/QEMU/KVM. + Version 1.0.17 March 10 2012 * The DeviceType option can now be used to select dummy, raw socket, UML and diff --git a/README b/README index 3c23b06..ed1d2b4 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is the README file for tinc version 1.0.17. Installation +This is the README file for tinc version 1.0.18. Installation instructions may be found in the INSTALL file. tinc is Copyright (C) 1998-2012 by: @@ -55,7 +55,7 @@ should be changed into "Device", and "Device" should be changed into Compatibility ------------- -Version 1.0.17 is compatible with 1.0pre8, 1.0 and later, but not with older +Version 1.0.18 is compatible with 1.0pre8, 1.0 and later, but not with older versions of tinc. diff --git a/configure.in b/configure.in index 5ff4a3e..2ea69f6 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) AC_INIT AC_CONFIG_SRCDIR([src/tincd.c]) -AM_INIT_AUTOMAKE(tinc, 1.0.17) +AM_INIT_AUTOMAKE(tinc, 1.0.18) AC_CONFIG_HEADERS([config.h]) AM_MAINTAINER_MODE diff --git a/src/device.h b/src/device.h index 5af7849..a3c2914 100644 --- a/src/device.h +++ b/src/device.h @@ -1,7 +1,7 @@ /* device.h -- generic header for device.c Copyright (C) 2001-2005 Ivo Timmermans - 2001-2011 Guus Sliepen + 2001-2012 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 diff --git a/src/protocol_misc.c b/src/protocol_misc.c index 8818d02..05afbce 100644 --- a/src/protocol_misc.c +++ b/src/protocol_misc.c @@ -1,7 +1,7 @@ /* protocol_misc.c -- handle the meta-protocol, miscellaneous functions Copyright (C) 1999-2005 Ivo Timmermans, - 2000-2009 Guus Sliepen + 2000-2012 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