From c172268cfe39ba214ed7a50414f92f079c98bc5e Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Thu, 2 May 2019 11:31:40 +0200 Subject: [PATCH] doc: update NEWS --- NEWS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/NEWS b/NEWS index 51a0c22..b0baf06 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +New in version 3.5 +================== + +Enhancements +------------ +* Add support for more accurate reading of PHC on Linux 5.0 +* Add support for memory locking and real-time priority on FreeBSD, + NetBSD, Solaris +* Update seccomp filter to work on more architectures +* Validate refclock driver options + +Bug fixes +--------- +* Fix bindaddress directive on FreeBSD +* Fix transposition of hardware RX timestamp on Linux 4.13 and later +* Fix building on non-glibc systems + New in version 3.4 ==================