From: Andrei Pavel Date: Wed, 12 Jan 2022 15:23:50 +0000 (+0200) Subject: [#2038] add ChangeLog entry X-Git-Tag: Kea-2.1.2~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=790d2f8c5966fc07f487ebcf16c1fa4748b77cff;p=thirdparty%2Fkea.git [#2038] add ChangeLog entry --- diff --git a/ChangeLog b/ChangeLog index c635d9c006..9c6c758495 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ -1980. [func] andrei - The output of the lease-dump command of kea-admin can now be used - as a CSV lease file. +1980. [func]* andrei + The kea-admin lease-dump command now outputs a CSV file that is + compatible with the memfile backend. This is useful when + migrating from database to memfile. The generated output is + backwards incompatible. Any tools that depend on it would need + to adapt. (Gitlab #2038) 1979. [bug] fdupont