]> git.meshlink.io Git - meshlink/commitdiff
Releasing 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 6e9a1000692a246560b6666bb48e8f69a7aeaf37..e2215fce0dde1ed47cfdbfa16d751a193cc0d28f 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
diff --git a/README b/README
index 3c23b0661c81f1e62cb9e7040defc87c517ce807..ed1d2b42c84a4768de4ab0d5de8a3096a8b005ce 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:
@@ -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.
 
 
index 5ff4a3e70780ef35fe9fba41a75b058a0d1e8836..2ea69f64252cb37a96df3834f9efa0ef0e33408f 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])
-AM_INIT_AUTOMAKE(tinc, 1.0.17)
+AM_INIT_AUTOMAKE(tinc, 1.0.18)
 AC_CONFIG_HEADERS([config.h])
 AM_MAINTAINER_MODE
 
index 5af78499907a24c85eae1bef235b0f5fb11f27a6..a3c29146542e77c0445ab5ec249338e3000cff4d 100644 (file)
@@ -1,7 +1,7 @@
 /*
     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
index 8818d0232e4c5a517e3cdb3388ae9dff9d3648ab..05afbce2894983bd27444e6d6e3567bafb235ff9 100644 (file)
@@ -1,7 +1,7 @@
 /*
     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