]> git.meshlink.io Git - meshlink/commitdiff
Releasing 1.1pre9.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 8 Sep 2013 15:29:12 +0000 (17:29 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 8 Sep 2013 15:30:40 +0000 (17:30 +0200)
NEWS
README
configure.ac

diff --git a/NEWS b/NEWS
index 66ed06f7e222e914cd8166dd670e09990f9140ee..2b2a934aec718ff4600c01c86fb906abfc1ea05b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+Version 1.1pre9              August 13 2013
+
+ * The UNIX socket is now created before tinc-up is called.
+
+ * Windows users can now use any extension that is in %PATHEXT% for scripts,
+   not only .bat.
+
+ * Outgoing sockets are bound to the address of the listening sockets again,
+   when there is no ambiguity.
+
+ * Added invitation-created and invitation-accepted scripts.
+
+ * Invited nodes now learn of the Mode and Broadcast settings of the VPN.
+
+ * Joining a VPN with an invitation now also works on Windows.
+
+ * The port number tincd is listening on is now always included in the
+   invitation URL.
+
+ * A running tincd is now correctly informed when a new invitation has been
+   generated.
+
+ * Several bug fixes for the new protocol.
+
+ * Added a test suite.
+
+Thanks to Etienne Dechamps for his contribution to this version of tinc.
+
 Version 1.1pre8              August 13 2013
 
  * ExperimentalProtocol is now enabled by default.
diff --git a/README b/README
index 73eb0706e3fa9dc9de9f541cf10eb807095aad69..ec532437a7c65ddf9a8236b35626e7239b4c66f5 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is the README file for tinc version 1.1pre8. Installation
+This is the README file for tinc version 1.1pre9. Installation
 instructions may be found in the INSTALL file.
 
 tinc is Copyright (C) 1998-2013 by:
@@ -36,11 +36,11 @@ at your own risk.
 Compatibility
 -------------
 
-Version 1.1pre8 is compatible with 1.0pre8, 1.0 and later, but not with older
+Version 1.1pre9 is compatible with 1.0pre8, 1.0 and later, but not with older
 versions of tinc.
 
 When the ExperimentalProtocol option is used, which is the default since
-1.1pre8, tinc is still compatible with 1.0.X and 1.1pre8 itself, but not with
+1.1pre8, tinc is still compatible with 1.0.X and 1.1pre9 itself, but not with
 any other 1.1preX version.
 
 
index 465a3b4bfcdc8890aedec0a2b53eccdfcf89525d..75456a0ad00902419313d7c1b7f8fa8909800572 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.61)
-AC_INIT([tinc], [1.1pre8])
+AC_INIT([tinc], [1.1pre9])
 AC_CONFIG_SRCDIR([src/tincd.c])
 AC_GNU_SOURCE
 AM_INIT_AUTOMAKE([check-news std-options subdir-objects -Wall])