From: Andrei Pavel Date: Tue, 14 Jan 2025 15:15:46 +0000 (+0200) Subject: [#3666] add ChangeLog entry X-Git-Tag: Kea-2.7.7~269 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dddcef91364a39d2012bdca56151ba59e697f2fa;p=thirdparty%2Fkea.git [#3666] add ChangeLog entry --- diff --git a/changelog_unreleased/3666-unable-to-upload-dhcp-leases-to-mysql-database b/changelog_unreleased/3666-unable-to-upload-dhcp-leases-to-mysql-database new file mode 100644 index 0000000000..6dafc75a43 --- /dev/null +++ b/changelog_unreleased/3666-unable-to-upload-dhcp-leases-to-mysql-database @@ -0,0 +1,5 @@ +[bug] andrei + An "argument list too long" error message no longer appears when + the "kea-admin lease-upload" command tries to upload a large set + of leases. The command is also significantly faster now. + (Gitlab #3666)