From 03830fe83a5af37c02845371fe141cec169d58a9 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Fri, 30 Mar 2018 23:45:48 +0200 Subject: [PATCH] Update NEWS. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index cb7f33f7..bd11ded2 100644 --- a/NEWS +++ b/NEWS @@ -30,6 +30,8 @@ v0.2 (xxxx-xx-xx) was performed before. - Standalone server will now open trace files passed as an argument to the executable. +- Fix possible crash in SetThreadName, that could happen if TLS init was + delayed until first use of thread local variable. v0.1 (2017-12-18)