]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
Prepare version 0.3.1 0.3.1
authorVincent Bernat <bernat@luffy.cx>
Fri, 27 Feb 2009 20:57:20 +0000 (21:57 +0100)
committerVincent Bernat <bernat@luffy.cx>
Fri, 27 Feb 2009 20:57:53 +0000 (21:57 +0100)
CHANGELOG
configure.ac

index 50aacb3d6d1e34d7724e394b1b2c8f7a34d44852..9aa83a2e8830efeef9d467901443bf86a05f1a61 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+lldpd (0.3.1)
+
+  * Misc fixes, including memory leaks
+
+ -- Vincent Bernat <bernat@luffy.cx>
+
 lldpd (0.3)
 
   * Initial support of LLDP-MED
index 5e8dc9c1c12ea6418bc0cbd742c82ae50c4fac5f..85092041d8cb34af362fa4de6e806ed8af8d56de 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, 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])