Releasing 1.0.18. release-1.0.18
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 25 Mar 2012 14:32:26 +0000 (15:32 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 25 Mar 2012 14:32:26 +0000 (15:32 +0100)
NEWS
README
configure.in
src/device.h
src/protocol_misc.c

diff --git a/NEWS b/NEWS
index 6e9a100..e2215fc 100644 (file)
--- 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
 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 (file)
--- 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:
 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
 -------------
 
 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.
 
 
 versions of tinc.
 
 
index 5ff4a3e..2ea69f6 100644 (file)
@@ -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])
 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
 
 AC_CONFIG_HEADERS([config.h])
 AM_MAINTAINER_MODE
 
index 5af7849..a3c2914 100644 (file)
@@ -1,7 +1,7 @@
 /*
     device.h -- generic header for device.c
     Copyright (C) 2001-2005 Ivo Timmermans
 /*
     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
 
     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 8818d02..05afbce 100644 (file)
@@ -1,7 +1,7 @@
 /*
     protocol_misc.c -- handle the meta-protocol, miscellaneous functions
     Copyright (C) 1999-2005 Ivo Timmermans,
 /*
     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
 
     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