From: Francis Dupont Date: Fri, 25 Oct 2019 15:30:07 +0000 (+0200) Subject: [393-global-search-through-leases-by-mac-or-hostname-w-o-specifying-a-subnet-id]... X-Git-Tag: Kea-1.7.1~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2796e7d6197b114e501b9275411ea1a293db50af;p=thirdparty%2Fkea.git [393-global-search-through-leases-by-mac-or-hostname-w-o-specifying-a-subnet-id] Added ChangeLog entry for leases by hostname and co --- diff --git a/ChangeLog b/ChangeLog index 0cff00fb2b..9cb9cd9825 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +1679. [func] fdupont + Added new commands to the lease_cmds hooks library to search for + leases by hardware address, client-id, DUID and hostname. Note + that now in leases hostnames are stored in lower case, e.g. + the MySQL hostname columns are now lower case. + (Gitlab #393) + 1678. [build] fdupont The arguments passed to configure are now stored and are available using -W command line option.