]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
NEWS: add a word about detecting interface changes
authorVincent Bernat <bernat@luffy.cx>
Mon, 31 Dec 2012 17:58:58 +0000 (18:58 +0100)
committerVincent Bernat <bernat@luffy.cx>
Mon, 31 Dec 2012 17:58:58 +0000 (18:58 +0100)
And also dump next version to 0.7.0. We have a lot of changes here.

NEWS

diff --git a/NEWS b/NEWS
index 38fc3c4fcaa08f78afd525d209961c772c924dc0..555a4c69a72e0f6e11b3ca87b82bd85eedc4fefd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,16 +1,16 @@
-lldpd (0.6.2)
+lldpd (0.7.0)
   * Global changes:
     + FreeBSD support.
     + OpenBSD support.
     + NetBSD support.
+    + Detect interface changes and handle them in less than one
+      second. Each port has now its own timer.
   * Features:
     + Allow to disable LLDP protocol (with `-ll`). In this case, the
       first enabled protocol will be used when no neighbor is detected.
     + Allow to filter debug logs using tokens. Add more debug logs.
     + lldpctl can now output JSON.
     + Use netlink to gather interface information on Linux.
-    + Detect interface changes with netlink as well on Linux and
-      trigger interface updates in a timely manner.
     + Don't use ioctl for bridges anymore on Linux. The configure
       option `--enable-oldies` allow to reenable their uses for
       systems not supporting sysfs.