]> git.meshlink.io Git - meshlink/commitdiff
Releasing 1.1pre6.
authorGuus Sliepen <guus@tinc-vpn.org>
Wed, 20 Feb 2013 14:35:19 +0000 (15:35 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Wed, 20 Feb 2013 14:35:19 +0000 (15:35 +0100)
NEWS
README
configure.in

diff --git a/NEWS b/NEWS
index 3ef97cba4450048e03f60ce28a8249e89e7c72bb..a6e13d8efded8491a4fc6de890d131f106aed6be 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Version 1.1pre6              February 20 2013
+
+ * Fixed tincd exitting immediately on Windows.
+
+ * Detect PMTU increases.
+
+ * Fixed crashes when using a SOCKS5 proxy.
+
+ * Fixed control connection when using a proxy.
+
 Version 1.1pre5              January 20 2013
 
  * Fixed long delays and possible hangs on Windows.
 Version 1.1pre5              January 20 2013
 
  * Fixed long delays and possible hangs on Windows.
diff --git a/README b/README
index ba40ae1f59af38540a385bb001c59b8d1be0b772..0709fb82becda4306622d190d6d4f4d6bd4b3019 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is the README file for tinc version 1.1pre5. Installation
+This is the README file for tinc version 1.1pre6. Installation
 instructions may be found in the INSTALL file.
 
 tinc is Copyright (C) 1998-2013 by:
 instructions may be found in the INSTALL file.
 
 tinc is Copyright (C) 1998-2013 by:
@@ -36,11 +36,11 @@ at your own risk.
 Compatibility
 -------------
 
 Compatibility
 -------------
 
-Version 1.1pre5 is compatible with 1.0pre8, 1.0 and later, but not with older
+Version 1.1pre6 is compatible with 1.0pre8, 1.0 and later, but not with older
 versions of tinc.
 
 When the ExperimentalProtocol option is used, tinc is still compatible with
 versions of tinc.
 
 When the ExperimentalProtocol option is used, tinc is still compatible with
-1.0.X and 1.1pre5 itself, but not with any other 1.1preX version.
+1.0.X and 1.1pre6 itself, but not with any other 1.1preX version.
 
 
 Requirements
 
 
 Requirements
index 88ab6c2e08480a858d4740c1f88a4f2432f0eed2..f2ec3bd68871df79dfc2d23fcb4567533be070a2 100644 (file)
@@ -4,7 +4,7 @@ AC_PREREQ(2.61)
 AC_INIT
 AC_CONFIG_SRCDIR([src/tincd.c])
 AC_GNU_SOURCE
 AC_INIT
 AC_CONFIG_SRCDIR([src/tincd.c])
 AC_GNU_SOURCE
-AM_INIT_AUTOMAKE(tinc, 1.1pre5)
+AM_INIT_AUTOMAKE(tinc, 1.1pre6)
 AC_CONFIG_HEADERS([config.h])
 AM_MAINTAINER_MODE
 
 AC_CONFIG_HEADERS([config.h])
 AM_MAINTAINER_MODE