Release 0.2.3

This commit is contained in:
Daniel Adolfsson 2012-09-21 13:13:15 +00:00
parent fe5fe8e894
commit 24aeceb060
2 changed files with 16 additions and 12 deletions

View File

@ -1,20 +1,24 @@
2012-09-21 Daniel Adolfsson <daniel@priv.nu>
* Version 0.2.3
2012-02-06 Daniel Adolfsson <daniel@priv.nu>
* 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 <daniel@priv.nu>
* Author changed e-mail address; updated copyright info.
* Author changed e-mail address; updated copyright info.
2011-10-11 Daniel Adolfsson <daniel.adolfsson@tuhox.com>
* Initial Release; 0.2.1
* Initial Release; 0.2.1

View File

@ -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 <assert.h>