Releasing 1.1pre9.
This commit is contained in:
parent
e11daa2646
commit
85d33e563a
3 changed files with 32 additions and 4 deletions
28
NEWS
28
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.
|
||||
|
|
6
README
6
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.
|
||||
|
||||
|
||||
|
|
|
@ -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])
|
||||
|
|
Loading…
Reference in a new issue