Releasing 1.0.12. release-1.0.12
authorGuus Sliepen <guus@tinc-vpn.org>
Wed, 3 Feb 2010 21:49:48 +0000 (22:49 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Wed, 3 Feb 2010 21:49:48 +0000 (22:49 +0100)
COPYING
COPYING.README
NEWS
README
configure.in

diff --git a/COPYING b/COPYING
index 2ecad8df327ce1040d21185170e43fb9b5207a04..74fe22a07f10902dc399c25913ccd809b46e8e2b 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,4 @@
-Copyright (C) 1998-2009 Ivo Timmermans, Guus Sliepen and others.
+Copyright (C) 1998-2010 Ivo Timmermans, Guus Sliepen and others.
 See the AUTHORS file for a complete list.
 
 This program is free software; you can redistribute it and/or modify it under
index efeb98c0662e9b62f16864598b00b4f313ce7de9..2eb9c1facc212244a4103f9f9b81149c6f6a9d44 100644 (file)
@@ -15,3 +15,5 @@ The following applies to the LZO library:
 
 When tinc is compiled with the --enable-tunemu option, the resulting binary
 falls under the GPL version 3 or later.
+
+
diff --git a/NEWS b/NEWS
index 330efbc1913e39936a850606ce0d4ad32ff2aed8..942398efe1565f89aba4af53ed6813e934dd0fe7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Version 1.0.12               Feb  3 2010
+
+ * Really allow fast roaming of hosts to other nodes in a switched VPN.
+
+ * Fixes missing or incorrect environment variables when calling host-up/down
+   and subnet-up/down scripts in some cases.
+
+ * Allow port to be specified in Address statements.
+
+ * Clamp MSS of TCP packets to the discovered path MTU.
+
+ * Let two nodes behind NAT learn each others current UDP address and port via
+   a third node, potentially allowing direct communications in a similar way to
+   STUN.
+
 Version 1.0.11               Nov  1 2009
 
  * Fixed potential crash when the HUP signal is sent.
diff --git a/README b/README
index 8f76b15067d29f31b61ba00e54b320db9861898e..9cc1042f08e40058523e5789130403e3d9f62cbd 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
-This is the README file for tinc version 1.0.11. Installation
+This is the README file for tinc version 1.0.12. Installation
 instructions may be found in the INSTALL file.
 
-tinc is Copyright (C) 1998-2009 by:
+tinc is Copyright (C) 1998-2010 by:
 
 Ivo Timmermans,
 Guus Sliepen <guus@tinc-vpn.org>,
@@ -55,7 +55,7 @@ should be changed into "Device", and "Device" should be changed into
 Compatibility
 -------------
 
-Version 1.0.11 is compatible with 1.0pre8, 1.0 and later, but not with older
+Version 1.0.12 is compatible with 1.0pre8, 1.0 and later, but not with older
 versions of tinc.
 
 
index 21a5818fb6658bc86bd9cec1c264e5845a9ad3d4..df15067959371ed08fa69324ef8ad387ae2de36b 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.11)
+AM_INIT_AUTOMAKE(tinc, 1.0.12)
 AC_CONFIG_HEADERS([config.h])
 AM_MAINTAINER_MODE