From: Vincent Bernat Date: Sat, 6 Jun 2009 21:04:35 +0000 (+0200) Subject: Update changelog. X-Git-Tag: 0.5.0~62 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=775d49a0c45d410b1ebb3aa85cf546ac531c6145;p=thirdparty%2Flldpd.git Update changelog. --- diff --git a/CHANGELOG b/CHANGELOG index b3b61b9d..1740793a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,13 @@ +lldpd (0.5.0) + + * lldpd can now handle several systems on the same port. This + modification also allows to speak to a switch using CDP and LLDP + for example. + * The way that lldpd gathers information for each port has been + abstracted. This should allow to support more systems (BSD for + examples) or switch cores in the future. Sending/receive support + is also abstracted. + lldpd (0.4) * Rewrite of packet builder and parser to be able to cope with @@ -6,20 +16,14 @@ lldpd (0.4) we use memcpy through the use of macro that build packets step by step. - -- Vincent Bernat - lldpd (0.3.2) * Fix LLDP-MED support - -- Vincent Bernat - lldpd (0.3.1) * Misc fixes, including memory leaks - -- Vincent Bernat - lldpd (0.3) * Initial support of LLDP-MED @@ -27,15 +31,11 @@ lldpd (0.3) * For bonded devices, get the real hardware address. For inactive slaves, transmit using a random MAC address. - -- Vincent Bernat - lldpd (0.2.1) * Fix a syntax error in manual page * Fix open() calls - -- Vincent Bernat - lldpd (0.2) * Add privilege separation @@ -43,11 +43,6 @@ lldpd (0.2) * Support CDP encapsulated into native VLAN * Various fixes - -- Vincent Bernat - lldpd (0.1) * Initial release - - -- Vincent Bernat - diff --git a/configure.ac b/configure.ac index 6242de6b..466a7e2b 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT(lldpd, 0.4.0, bernat@luffy.cx) +AC_INIT(lldpd, 0.5.0, bernat@luffy.cx) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_SRCDIR([src/lldpd.c]) AC_CONFIG_HEADER([config.h])