]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1360] Moved to the placeholder solution
authorFrancis Dupont <fdupont@isc.org>
Mon, 3 Aug 2020 10:54:18 +0000 (12:54 +0200)
committerFrancis Dupont <fdupont@isc.org>
Mon, 3 Aug 2020 10:54:18 +0000 (12:54 +0200)
ChangeLog

index 1ea45670b2ab2655c12ae0add3d01baacb06334b..af44d31915e7bc2db2760316fc8af1939774a843 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,51 +1,54 @@
 
 Kea 1.7.10 (development) released on Jul 29, 2020
 
-1779.  [doc]           wlodek
+1780.  [doc]           wlodek
        Added a section to Kea ARM about tuning performance for kea-dhcp4
        and kea-dhcp6.
        (Gitlab #1285)
 
-1778.  [build]         tmark
+1779.  [build]         tmark
        Library version numbers bumped for release.
        (Gitlab #1346)
 
-1777.  [func]*         fdupont
+1778.  [func]*         fdupont
        Changed the order of subnets to follow ascending subnet identifier.
        (Gitlab #1265)
 
-1776.  [doc]           fdupont
+1777.  [doc]           fdupont
        Added in the Developer's Guide an example about how to cross
        compile Kea for a Raspberry Pi.
        (Gitlab #1221)
 
-1775.  [func]          fdupont
+1776.  [func]          fdupont
        DHCP servers now log a fatal error message when a reconfiguration
        attempt left a no longer working server. Documentation was
        updated tp propose remedy actions.
        (Gitlab #507,#1166)
 
-1774.  [doc]           vicky
+1775.  [doc]           vicky
        A Code of Conduct has been added.
        (Gitlab #1143)
 
-1773.  [func]          tmark
+1774.  [func]          tmark
        leaseX-del commands now support a new parameter, update-ddns,
        which instructs the server to remove DNS entries for a
        lease after it has been deleted.
        (Gitlab #544)
 
-1772.  [perf]          fdupont
+1773.  [perf]          fdupont
        Kea statistics now uses standard c++11 chrono library instead
        of POSIX time library from boost.
        (Gitlab #1174)
 
-1771.  [perf]          fdupont
+1772.  [perf]          fdupont
        Set kea-lfc process priority to lower than default.
        This change should alleviate CPU utilization spikes caused
        by LFC process observed on some systems.
        (Gitlab #1311)
 
+1771.  [func]          fdupont
+       Duplicate ChangeLog entry removed.
+
 1770.  [func]          fdupont
        Added kea-admin lease-stat-recount command which recounts cached
        statistics in MySQL and PostgreSQL lease databases.