+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
-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:
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.
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
/*
device.h -- generic header for device.c
Copyright (C) 2001-2005 Ivo Timmermans
- 2001-2011 Guus Sliepen <guus@tinc-vpn.org>
+ 2001-2012 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
/*
protocol_misc.c -- handle the meta-protocol, miscellaneous functions
Copyright (C) 1999-2005 Ivo Timmermans,
- 2000-2009 Guus Sliepen <guus@tinc-vpn.org>
+ 2000-2012 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