X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=NEWS;h=a7bc86795586685c5226370878c63220f72d9d06;hb=9708bbfa8e3094de8932a30b1d24c661558d8a03;hp=f37627081725544a54d5055282d2a7555e434039;hpb=e4f65db89726ac06ba7e787d420db4422d9a6e98;p=tinc diff --git a/NEWS b/NEWS index f3762708..a7bc8679 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,9 @@ Version 1.1pre1 June 25 2011 * Use splay trees instead of AVL trees to manage internal datastructures. + Thanks to Scott Lamb and Sven-Haegar Koch for their contributions to this + version of tinc. + Version 1.0.15 June 24 2011 * Improved logging to file. @@ -20,6 +23,8 @@ Version 1.0.15 June 24 2011 * Fixed ProcessPriority option under Windows. + Thanks to Loïc Grenié for his contribution to this version of tinc. + Version 1.0.14 May 8 2011 * Fixed reading configuration files that do not end with a newline. Again.