]> git.ipfire.org Git - thirdparty/lldpd.git/blobdiff - NEWS
tests: display tests/test-suite.log on errors
[thirdparty/lldpd.git] / NEWS
diff --git a/NEWS b/NEWS
index b1f9c298503c998dd5b91b12afbc7d44fa225cee..2f2756b0e973f0d440a03999798b0cf63f4eb2fc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,61 @@
+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:
     + lldpcli can now display local interfaces with LLDP data sent on