From: Guus Sliepen Date: Sun, 8 Sep 2013 15:29:12 +0000 (+0200) Subject: Releasing 1.1pre9. X-Git-Tag: import-tinc-1.1~60 X-Git-Url: http://git.meshlink.io/?p=meshlink;a=commitdiff_plain;h=85d33e563a0e4ce5910c9ba3b34eba8fbb1cbd30 Releasing 1.1pre9. --- diff --git a/NEWS b/NEWS index 66ed06f7..2b2a934a 100644 --- 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 73eb0706..ec532437 100644 --- 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. diff --git a/configure.ac b/configure.ac index 465a3b4b..75456a0a 100644 --- a/configure.ac +++ b/configure.ac @@ -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])