From: Vincent Bernat Date: Fri, 27 Feb 2009 20:57:20 +0000 (+0100) Subject: Prepare version 0.3.1 X-Git-Tag: 0.3.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d32c89440b0ce02dd3032868a2707d9f655d9469;p=thirdparty%2Flldpd.git Prepare version 0.3.1 --- diff --git a/CHANGELOG b/CHANGELOG index 50aacb3d..9aa83a2e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +lldpd (0.3.1) + + * Misc fixes, including memory leaks + + -- Vincent Bernat + lldpd (0.3) * Initial support of LLDP-MED diff --git a/configure.ac b/configure.ac index 5e8dc9c1..85092041 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.3, bernat@luffy.cx) +AC_INIT(lldpd, 0.3.1, bernat@luffy.cx) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_SRCDIR([src/lldpd.c]) AC_CONFIG_HEADER([config.h])