+lldpd (0.5.1)
+ * Features:
+ + Allow to force a protocol even when no peer for this protocol is
+ detected.
+ + Add a summary of available options in "lldpd -h" and "lldpctl -h",
+ thanks to a patch from Jorge Boncompte
+
lldpd (0.5.0)
* Features:
+ Add "-k" switch to avoid to emit too much information on running
kernel.
+ Support of ifAlias with kernel >= 2.6.28
- + Allow to force a protocol even when no peer for this protocol is
- detected.
+ Lot of portability stuff. lldpd can now be compiled on RHEL
2.1. Still Linux-only though.
+ Add an option to specify AgentX socket (-X).
# Configure autoconf
AC_PREREQ([2.64])
-AC_INIT([lldpd], [0.5.0], [bernat@luffy.cx])
+AC_INIT([lldpd], [0.5.1], [bernat@luffy.cx])
AC_CONFIG_SRCDIR([src/lldpd.c])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_FILES([Makefile src/Makefile man/Makefile tests/Makefile])