From 24aeceb0603d74bb0ac2227bb814bcb4e1e1b1fe Mon Sep 17 00:00:00 2001 From: Daniel Adolfsson Date: Fri, 21 Sep 2012 13:13:15 +0000 Subject: [PATCH] Release 0.2.3 --- ChangeLog | 26 +++++++++++++++----------- src/ndppd.h | 2 +- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 05e4ee4..fe4bf87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,20 +1,24 @@ +2012-09-21 Daniel Adolfsson + + * Version 0.2.3 + 2012-02-06 Daniel Adolfsson - * Version 0.2.2 - - * Removed "libconfuse" dependency. - - * New "auto" configuration to detect outgoing interface, for forwarding - Neighbor Solicitation Messages. + * Version 0.2.2 + + * Removed "libconfuse" dependency. + + * New "auto" configuration to detect outgoing interface, for forwarding + Neighbor Solicitation Messages. - * Improved logging. - - * Bug fixes related to memory management. + * Improved logging. + + * Bug fixes related to memory management. 2012-01-26 Daniel Adolfsson - * Author changed e-mail address; updated copyright info. + * Author changed e-mail address; updated copyright info. 2011-10-11 Daniel Adolfsson - * Initial Release; 0.2.1 + * Initial Release; 0.2.1 diff --git a/src/ndppd.h b/src/ndppd.h index 6bc712e..f016993 100644 --- a/src/ndppd.h +++ b/src/ndppd.h @@ -21,7 +21,7 @@ #define NDPPD_NS_BEGIN namespace ndppd { #define NDPPD_NS_END } -#define NDPPD_VERSION "0.2.2" +#define NDPPD_VERSION "0.2.3" #include