From 5ac791665ed288eaae9859c6c55f98c91c30bb82 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Tue, 24 Jan 2017 15:03:24 +0100 Subject: [PATCH] doc: update NEWS --- NEWS | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/NEWS b/NEWS index 08930bf..3e56094 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +New in version 3.1 +================== + +Enhancements +------------ +* Add support for precise cross timestamping of PHC on Linux +* Add minpoll, precision, nocrossts options to hwtimestamp directive +* Allow sub-second polling interval with NTP sources + +Bug fixes +--------- +* Fix time smoothing in interleaved mode + New in version 3.0 ==================