]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
Update changelog.
authorVincent Bernat <bernat@luffy.cx>
Sat, 6 Jun 2009 21:04:35 +0000 (23:04 +0200)
committerVincent Bernat <bernat@luffy.cx>
Sat, 6 Jun 2009 21:05:00 +0000 (23:05 +0200)
CHANGELOG
configure.ac

index b3b61b9d800e054aa21c780e5dfe986beb9f86ea..1740793a6d02d6058fc9e52536747e9b4c86a1fb 100644 (file)
--- 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 <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
@@ -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 <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
@@ -43,11 +43,6 @@ lldpd (0.2)
   * Support CDP encapsulated into native VLAN
   * Various fixes
 
- -- Vincent Bernat <bernat@luffy.cx>
-
 lldpd (0.1)
 
   * Initial release
-
- -- Vincent Bernat <bernat@luffy.cx>
-
index 6242de6b228c7be5852e62fc9478dc591991afd2..466a7e2b755e52dfa48fb30b16b2ded4a69952bb 100644 (file)
@@ -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])