]> git.ipfire.org Git - thirdparty/lldpd.git/blobdiff - NEWS
client: display current MAU type even when autoneg is disabled
[thirdparty/lldpd.git] / NEWS
diff --git a/NEWS b/NEWS
index 4acc6e97a4a91a5e99f7481b51f87dc6f67a4a5f..f1e02d87a40f6b12b1c0c5e9eb81fcdb8065fff6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,47 @@
+lldpd (0.9.6)
+  * Change:
+    + Add a compile-time option to restore pre-0.9.2 JSON format (when
+      using json-c). Use `--enable-json0` to enable this option.
+    + Support for newer ethtool interface on Linux
+      (ETHTOOL_LINKSETTINGS) and additional speed settings.
+    + Current MAU type is displayed even when autoneg is off.
+  * Fix:
+    + Correctly parse LLDP-MED civic address when the length of the
+      TLV exceeds the length of the address.
+
+lldpd (0.9.5)
+  * Change:
+    + More Ethernet media supported. However, RFC4836 is quite
+      out-of-date with respected to 10G+ speeds, bringing some
+      inaccuracies.
+    + Directly get media information for an interface without using
+      the privileged process.
+    + LLDP-MED capability TLV is not sent when LLDP-MED is not enabled,
+      even if other LLDP-MED TLV are present.
+  * Fix:
+    + Compilation fix with older versions of GCC.
+    + Don't use ethtool at all to get real MAC address for enslaved
+      devices (always use /proc).
+
+lldpd (0.9.4)
+  * Change:
+    + Make lldpd accepts a `-p` option to specify the PID file.
+    + Ability to change multicast MAC address to two additional values
+      to reach customer bridges.
+    + lldpcli will now display chassis TTL when detailed view is enabled.
+  * Fix:
+    + Fix setting of local value for port ID.
+    + Fix compilation with BSD make.
+    + Ensure lldpcli returns an error code on invalid commands.
+
 lldpd (0.9.3)
   * Change:
     + Do not rely on support of constructors for liblldpctl.
     + Always log to stderr (even in addition to syslog).
+    + `lldpcli watch` accepts a limit on the number of received events.
+  * Fix:
+    + `lldpcli -f {xml,json} watch` should work now.
+    + Consider `veth` interfaces as physical interfaces.
 
 lldpd (0.9.2)
   * Change: