From: Vincent Bernat Date: Wed, 24 Mar 2010 22:09:24 +0000 (+0100) Subject: Initialize changelog for 0.5.1. X-Git-Tag: 0.5.1~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93108f71542c2b18be2feabe4815c5c0419eb8e0;p=thirdparty%2Flldpd.git Initialize changelog for 0.5.1. --- diff --git a/CHANGELOG b/CHANGELOG index 4e860e58..7eaacb08 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +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: @@ -11,8 +18,6 @@ lldpd (0.5.0) + 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). diff --git a/configure.ac b/configure.ac index 70510541..5f143be9 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ # 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])