X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=NEWS;h=a0ca1d7a7d8e591934f20369153e5b2325270ef0;hb=38adc8bf548c2c465d5f4147866c3d3f9112d3a8;hp=66ed06f7e222e914cd8166dd670e09990f9140ee;hpb=60e774942826cb28c53ac6fd23887162323696e9;p=tinc diff --git a/NEWS b/NEWS index 66ed06f7..a0ca1d7a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,31 @@ +Version 1.1pre9 September 8 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.