X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=NEWS;h=ea169c3bdb4bb344e3af15ba1b567799643c09e4;hb=26d3ee0dd9b770a857615752b5c5588be0354a16;hp=2b2a934aec718ff4600c01c86fb906abfc1ea05b;hpb=85d33e563a0e4ce5910c9ba3b34eba8fbb1cbd30;p=tinc diff --git a/NEWS b/NEWS index 2b2a934a..ea169c3b 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,36 @@ -Version 1.1pre9 August 13 2013 +Version 1.1pre10 February 7 2014 + + * Added a benchmark tool (sptps_speed) for the new protocol. + + * Fixed a crash when using Name = $HOST while $HOST is not set. + + * Use AES-256-GCM for the new protocol. + + * Updated support for Solaris. + + * Allow running tincd without a private ECDSA key present when + ExperimentalProtocol is not explicitly set. + + * Enable various compiler hardening flags by default. + + * Added support for a "conf.d" configuration directory. + + * Fix tinc-gui on Windows, also allowing it to connect to a 32-bits tincd when + tinc-gui is run in a 64-bits Python environment. + + * Added a "ListenAddress" option, which like BindToAddress adds more listening + address/ports, but doesn't bind to them for outgoing sockets. + + * Make invitations work better when the "invite" and "join" commands are not + run interactively. + + * When creating meta-connections to a node for which no Address statement is + specified, try to use addresses learned from other nodes. + +Thanks to Dennis Joachimsthaler and Florent Clairambault for their contribution +to this version of tinc. + +Version 1.1pre9 September 8 2013 * The UNIX socket is now created before tinc-up is called.