lldpd (0.4)

  * Rewrite of packet builder and parser to be able to cope with
    architecture that cannot do unaligned read. For decoder, we don't
    cast structures any more since they can be unaligned. For encoder,
    we use memcpy through the use of macro that build packets step by
    step.

 -- Vincent Bernat <bernat@luffy.cx>

lldpd (0.3.2)

  * Fix LLDP-MED support

 -- Vincent Bernat <bernat@luffy.cx>

lldpd (0.3.1)

  * Misc fixes, including memory leaks

 -- Vincent Bernat <bernat@luffy.cx>

lldpd (0.3)

  * Initial support of LLDP-MED
  * Fix for bridge detection (don't send bridge ioctl on random interfaces)
  * For bonded devices, get the real hardware address. For inactive
    slaves, transmit using a random MAC address.

 -- Vincent Bernat <bernat@luffy.cx>

lldpd (0.2.1)

  * Fix a syntax error in manual page
  * Fix open() calls

 -- Vincent Bernat <bernat@luffy.cx>

lldpd (0.2)

  * Add privilege separation
  * Add FDP support
  * Support CDP encapsulated into native VLAN
  * Various fixes

 -- Vincent Bernat <bernat@luffy.cx>

lldpd (0.1)

  * Initial release

 -- Vincent Bernat <bernat@luffy.cx>

