From b8b2d401b9a83dae45776bb9fa95b1a5fe417d01 Mon Sep 17 00:00:00 2001 From: Daniel Adolfsson Date: Tue, 13 Oct 2015 15:25:22 +0400 Subject: [PATCH] Preparation for 0.2.4 --- ChangeLog | 8 ++++++++ README | 2 +- src/ndppd.h | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index fe4bf87..c130fe4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2015-10-13 Daniel Adolfsson + + * 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 * Version 0.2.3 diff --git a/README b/README index f9bc52a..ac3c71d 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ ndppd - NDP Proxy Daemon - Version 0.2.2 + Version 0.2.4 ------------------------------------------------------------------------ 1. Legal diff --git a/src/ndppd.h b/src/ndppd.h index f016993..008726c 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.3" +#define NDPPD_VERSION "0.2.4" #include