From 93108f71542c2b18be2feabe4815c5c0419eb8e0 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 24 Mar 2010 23:09:24 +0100 Subject: [PATCH] Initialize changelog for 0.5.1. --- CHANGELOG | 9 +++++++-- configure.ac | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) 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]) -- 2.39.5