* 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.
* 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.