From: Vincent Bernat Date: Tue, 14 Jul 2020 09:01:57 +0000 (+0200) Subject: doc: add a NEWS entry for latest commit X-Git-Tag: 1.0.6~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd657388f91ae14c52aefc9a45c71ca6f63e2533;p=thirdparty%2Flldpd.git doc: add a NEWS entry for latest commit --- diff --git a/NEWS b/NEWS index 933ff195..86794e13 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,7 @@ lldpd (1.0.6) + Do not loose chassis local information when interface status changes. + Fix SNMP walk on lldpRemTable when missing remote system name or description. + + Remove length limitation on system description and platform. * Changes: + Deprecate use of lldpctl_watch_callback(). Use lldpctl_watch_callback2() instead.