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