From: Guus Sliepen Date: Sat, 25 Jun 2011 15:11:05 +0000 (+0200) Subject: Thank Scott Lamb, Sven-Haegar Koch and Loïc Grenié in the NEWS file. X-Git-Tag: import-tinc-1.1~473 X-Git-Url: http://git.meshlink.io/?p=meshlink;a=commitdiff_plain;h=c4c32f40599eb8e75b1160083020d924c5807ac8 Thank Scott Lamb, Sven-Haegar Koch and Loïc Grenié in the NEWS file. --- 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.