From: Francis Dupont Date: Wed, 24 Jun 2015 09:40:41 +0000 (+0200) Subject: [master] Added ChangeLog entry for trac3841 (use remove() vs unlink()) X-Git-Tag: trac3919_base~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3752529ed3d72137f6899ef8225a0b231db5b1f0;p=thirdparty%2Fkea.git [master] Added ChangeLog entry for trac3841 (use remove() vs unlink()) --- diff --git a/ChangeLog b/ChangeLog index 30be535a77..2104ed8d7f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ -Kea 0.9.2-beta released on June 30, 2015 +968. [func] fdupont + Changed all occurrences of unlink() to the more portable remove() + to avoid problems on operating systems where the former is not + available. + (Trac #3841, git xxx) 967. [doc] tomek Management API section added in the DHCPv6 chapter of the Kea