From 59a31a822208121be553bf8d99f009d4c5abde7b Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 9 Sep 2018 19:46:56 +0200 Subject: [PATCH] Update NEWS. --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index 6dd19019..0d6ce9ad 100644 --- a/NEWS +++ b/NEWS @@ -119,6 +119,12 @@ v0.4 (xxxx-xx-xx) and restored. - The size and position of internal windows now doesn't depend on the runtime directory of the profiler executable. +- Added connection handshake. + - Server won't be able to connect to client if there's a protocol version + mismatch. + - Client not in on-demand mode will refuse connections after the first + connection was made and the initial event buffers were cleared. +- A single server will no longer try to connect to multiple clients. v0.3.3 (2018-07-03)