]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
Prepare release 0.3.3 with a patch backported from future 0.4. 0.3.3
authorVincent Bernat <bernat@luffy.cx>
Sun, 8 Mar 2009 15:52:54 +0000 (16:52 +0100)
committerVincent Bernat <bernat@luffy.cx>
Sun, 8 Mar 2009 15:52:54 +0000 (16:52 +0100)
CHANGELOG
configure.ac

index 4e6945863f3daba8355898e5293a6d4f9093786f..90cb8c6d95861f9191ce62168ad555da068e1dee 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+lldpd (0.3.3)
+
+  * Fix LLDP-MED location support
+
+ -- Vincent Bernat <bernat@luffy.cx>
+
 lldpd (0.3.2)
 
   * Fix LLDP-MED support
index 4a23fa8189326075294744865e669f5965689024..cc59060d692c1a78408ed8572f89ed7251717de5 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.61)
-AC_INIT(lldpd, 0.3.2, bernat@luffy.cx)
+AC_INIT(lldpd, 0.3.3, bernat@luffy.cx)
 AM_INIT_AUTOMAKE([foreign])
 AC_CONFIG_SRCDIR([src/lldpd.c])
 AC_CONFIG_HEADER([config.h])