]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
Prepare a new release 0.2.1
authorVincent Bernat <bernat@luffy.cx>
Wed, 19 Nov 2008 19:08:11 +0000 (20:08 +0100)
committerVincent Bernat <bernat@luffy.cx>
Wed, 19 Nov 2008 19:08:11 +0000 (20:08 +0100)
CHANGELOG
configure.ac

index 626f9472cbd0e2fa07d28a81b10d4f1553d37374..18bff7ea1336842fce5908c2512105b7ef97872a 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,10 @@
+lldpd (0.2.1)
+
+  * Fix a syntax error in manual page
+  * Fix open() calls
+
+ -- Vincent Bernat <bernat@luffy.cx>
+
 lldpd (0.2)
 
   * Add privilege separation
index f60617c2b8c0b9a9120a149d0d587b07cf87a331..3009314684ad501155ff0f9fb3431268c5e2f409 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.61)
-AC_INIT(lldpd, 0.2, bernat@luffy.cx)
+AC_INIT(lldpd, 0.2.1, bernat@luffy.cx)
 AM_INIT_AUTOMAKE([foreign])
 AC_CONFIG_SRCDIR([src/lldpd.c])
 AC_CONFIG_HEADER([config.h])