Releasing 1.0.10. release-1.0.10
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 18 Oct 2009 14:45:13 +0000 (16:45 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 18 Oct 2009 14:45:13 +0000 (16:45 +0200)
NEWS
README
THANKS
configure.in

diff --git a/NEWS b/NEWS
index da10928c24f50f7bcda893dddd164728f3111086..b0a5533d9668962353f5257c5a6c41b3d05386ca 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,17 +1,19 @@
-Version 1.0.10               not yet released
+Version 1.0.10               Oct 18 2009
 
  * Fixed potential crashes during shutdown and (in rare conditions) when other
    nodes disconnected from the VPN.
 
  * Improved NAT handling: tinc now copes with mangled port numbers, and will
    automatically fall back to TCP if direct UDP connection between nodes is not
-   possible.
+   possible. The TCPOnly option should not have to be used anymore.
 
  * Allow configuration files with CRLF line endings to be read on UNIX.
 
- * Disable old RSA keys when generating new ones.
+ * Disable old RSA keys when generating new ones, and raise the default size of
+   new RSA keys to 2048 bits.
 
- * Many fixes in the path MTU discovery code.
+ * Many fixes in the path MTU discovery code, especially when Compression is
+   being used.
 
  * Tinc can now drop privileges and/or chroot itself.
 
diff --git a/README b/README
index 23b24581dd56073977b820192d66ee276617701e..a8fff1766d8a6930753b8858d6374b8f505dedf3 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
-This is the README file for tinc version 1.0.9. Installation
+This is the README file for tinc version 1.0.10. Installation
 instructions may be found in the INSTALL file.
 
-tinc is Copyright (C) 1998-2008 by:
+tinc is Copyright (C) 1998-2009 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.9 is compatible with 1.0pre8, 1.0 and later, but not with older
+Version 1.0.10 is compatible with 1.0pre8, 1.0 and later, but not with older
 versions of tinc.
 
 
@@ -115,8 +115,7 @@ Support for routing IPv6 packets has been added. Just add Subnet lines with
 IPv6 addresses (without using :: abbreviations) and use ifconfig or ip (from
 the iproute package) to give the virtual network interface corresponding IPv6
 addresses. tinc does not provide autoconfiguration for IPv6 hosts, if you need
-it use radvd or zebra. Tunneling IPv6 packets only works on Linux, FreeBSD,
-Windows and possibly OpenBSD.
+it use radvd or zebra.
 
 It is also possible to make tunnels to other tinc daemons over IPv6 networks,
 if the operating system supports IPv6.  tinc will automatically use both IPv6
diff --git a/THANKS b/THANKS
index ed57da59cd8e1ab2266c6c48cd98da45f832379e..e0d33d3f18b1d6522e1195c59a518b8134aae907 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -4,8 +4,9 @@ We would like to thank the following people for their contributions to tinc:
 * Allesandro Gatti
 * Andreas van Cranenburgh
 * Armijn Hemel
-* dnk
 * Cris van Pelt
+* Delf Eldkraft
+* dnk
 * Enrique Zanardi
 * Flynn Marquardt
 * Grzegorz Dymarek
index 01f56ebfebb2e6e199fc10f2724b3f8fd25f346e..efe9a8aee391497890014c2f5ddb08b5a1d83bde 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-cvs)
+AM_INIT_AUTOMAKE(tinc, 1.0.10)
 AC_CONFIG_HEADERS([config.h])
 AM_MAINTAINER_MODE