From b5a71b24510a2430cd30ccd90b650778c4927b76 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 20 Jan 2016 20:29:15 +0100 Subject: [PATCH] doc: fix NEWS file about netlink change There is no libnl3 API-compatible library at all. It's the previous code with small modifications. --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 7069dba2..848add03 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ lldpd (0.9.0) * Change: - + Don't rely on libnl3 for netlink. Reimplement a minimal, - API-compatible, version. + + Don't rely on libnl3 for netlink. Reuse the previous code and + implement a lighweight cache. lldpd (0.8.0, never released) * Fix: -- 2.39.5