Preparation for 0.2.4
This commit is contained in:
parent
4a837c511c
commit
b8b2d401b9
@ -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>
|
2012-09-21 Daniel Adolfsson <daniel@priv.nu>
|
||||||
|
|
||||||
* Version 0.2.3
|
* Version 0.2.3
|
||||||
|
2
README
2
README
@ -1,6 +1,6 @@
|
|||||||
ndppd - NDP Proxy Daemon
|
ndppd - NDP Proxy Daemon
|
||||||
|
|
||||||
Version 0.2.2
|
Version 0.2.4
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
1. Legal
|
1. Legal
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
#define NDPPD_NS_BEGIN namespace ndppd {
|
#define NDPPD_NS_BEGIN namespace ndppd {
|
||||||
#define NDPPD_NS_END }
|
#define NDPPD_NS_END }
|
||||||
|
|
||||||
#define NDPPD_VERSION "0.2.3"
|
#define NDPPD_VERSION "0.2.4"
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user