From d32c89440b0ce02dd3032868a2707d9f655d9469 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 27 Feb 2009 21:57:20 +0100 Subject: [PATCH] Prepare version 0.3.1 --- CHANGELOG | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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]) -- 2.39.5