From 488d05bc217b4b3c44027b903607cdc767c4b21d Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Fri, 27 Apr 2018 19:27:45 +0200 Subject: [PATCH] Update NEWS. --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS b/NEWS index 9babe004..9fa7c5b0 100644 --- a/NEWS +++ b/NEWS @@ -40,6 +40,14 @@ v0.3 (xxxx-xx-xx) - An external trace has to be loaded first. - Zone query in both traces (current and external). - Both results are overlaid on the same histogram. + - Graphs can be adjusted as-if there was the same number of zones + collected. +- Read time directly from a hardware register on ARM/ARM64, if possible. + - User-space access to the timer needs to be enabled in the kernel, so + tracy will perform run-time checks and fallback to the old method if the + check fails. +- Prevent connections in a TIME-WAIT state from blocking new listen + connections. v0.2 (2018-04-05)