]> git.ipfire.org Git - thirdparty/lldpd.git/blobdiff - NEWS
Merge pull request #391 from Polynomial-C/1.0.5-gentoo_seccomp
[thirdparty/lldpd.git] / NEWS
diff --git a/NEWS b/NEWS
index 48db878dc1ea31a3f55f8685a06e41b4d2928cdc..2f3bc551ad1cba0891a97e4c8fe9c143b45de56e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,67 @@
+lldpd (1.0.6)
+  * Fix:
+    + Do not loose chassis local information when interface status changes.
+  * Changes:
+    + Deprecate use of lldpctl_watch_callback(). Use
+      lldpctl_watch_callback2() instead.
+
+lldpd (1.0.5)
+  * Changes:
+    + Interface names are also matched for management addresses.
+    + On Linux, only register protocol handler for LLDP when only LLDP
+      is enabled.
+    + Stricter on LLDP incoming frames validation.
+    + Add support for VLAN-aware bridges for Linux (no range support).
+    + Add support for 802.3BT (no SNMP support).
+    + Add support for millisecond-grained tx-interval (Jean-Pierre Tosoni).
+    + Use generic names for VLAN names, instead of interface names (eg
+      vlan100 instead of eth1.100).
+  * Fix:
+    + Don't clear chassis TLV on shutdown LLDPDU.
+    + Don't require/display powerpairs for Dot3 power when device type
+      is PD.
+
+lldpd (1.0.4)
+  * Changes:
+    + Add "configure system max-neighbors XX" command to modify maximum
+      of neighbors accepted per port.
+    + Implement lldpRemOrgDefInfoTable table for custom TLVs.
+  * Fix:
+    + Better compliance for statsTLVsUnrecognizedTotal and
+      statsAgeoutsTotal counters.
+    + On Linux, handle rare blocking case in Netlink code.
+
+lldpd (1.0.3)
+  * Fix:
+    + Fix creation of chroot directory.
+
+lldpd (1.0.2)
+  * Changes:
+    + On Linux, the monitor process will now drop its privileges
+      instead of running as root. It will keep CAP_NET_RAW,
+      CAP_NET_ADMIN and CAP_DAC_OVERRIDE capabilities.
+    + Support for CDP PD PoE (with negotiation). Thanks to Gustav
+      Wiklander.
+    + Move support for bonded devices on Linux < 2.6.27 into the
+      `--enable-oldies` option. This avoids duplicate packets
+      starting from Linux 4.19.
+
+lldpd (1.0.1)
+  * Fix:
+    + Use "mkdir -p" instead of "mkdir" in systemd unit.
+
 lldpd (1.0.0)
   * Changes:
     + Chassis ID can be set to an arbitrary value with "configure system
       chassisid".
+    + Port description can be overriden directly with "configure lldp
+      portdescription".
+    + Command "configure system interface permanent" enables one to
+      specify a pattern for interfaces to be kept in memory even when
+      they are removed from the system.
   * Fix:
     + Ensure chassis-related changes are propagated immediately.
+    + Ensure management address change is correctly detected.
 
 lldpd (0.9.9)
   * Changes: