X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=NEWS;h=44366cdaea32a8b97dd8506252bb276b62ed77f7;hb=79e9a4f743b7b59fed968575f6b36171cf4a0063;hp=c48a0e80775073fc6e0a12d0dfbbd77f13465cda;hpb=ce8775000ab38229a78ecf3dc26bab008ca0f332;p=meshlink diff --git a/NEWS b/NEWS index c48a0e80..44366cda 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,14 @@ Version 1.1-cvs Work in progress * Use splay trees instead of AVL trees. +Version 1.0.15 June 24 2011 + + * Improved logging to file. + + * Reduced amount of process wakeups on platforms which support pselect(). + + * Fixed ProcessPriority option under Windows. + Version 1.0.14 May 8 2011 * Fixed reading configuration files that do not end with a newline. Again.