Preparation for 0.2.4

This commit is contained in:
Daniel Adolfsson 2015-10-13 15:25:22 +04:00
parent 4a837c511c
commit b8b2d401b9
3 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,11 @@
2015-10-13 Daniel Adolfsson <daniel@priv.nu>
* Version 0.2.4
* Fix an issue where ndppd daemonizes too early.
* Fix to make sure the right pid is written to the pidfile.
2012-09-21 Daniel Adolfsson <daniel@priv.nu>
* Version 0.2.3

2
README
View File

@ -1,6 +1,6 @@
ndppd - NDP Proxy Daemon
Version 0.2.2
Version 0.2.4
------------------------------------------------------------------------
1. Legal

View File

@ -21,7 +21,7 @@
#define NDPPD_NS_BEGIN namespace ndppd {
#define NDPPD_NS_END }
#define NDPPD_VERSION "0.2.3"
#define NDPPD_VERSION "0.2.4"
#include <assert.h>