]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
Initialize changelog for 0.5.1.
authorVincent Bernat <bernat@luffy.cx>
Wed, 24 Mar 2010 22:09:24 +0000 (23:09 +0100)
committerVincent Bernat <bernat@luffy.cx>
Wed, 24 Mar 2010 22:09:24 +0000 (23:09 +0100)
CHANGELOG
configure.ac

index 4e860e58c9cd84b79593c5fbba18b1047f1c1478..7eaacb083c13d0f6d4338f29470c98ebd3a71feb 100644 (file)
--- 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).
index 705105417222335fec0ca191549f158a71caae54..5f143be9b23a5030b4d0db59379ae05e3db7eaff 100644 (file)
@@ -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])