summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Pavel <andrei@isc.org>2024-06-20 19:07:06 +0200
committerAndrei Pavel <andrei@isc.org>2024-06-20 20:29:58 +0200
commitbad37a609a0c8c70310eccde28ca2767a4006e49 (patch)
tree6a938532edf5e7e986bea0c8e3f21dc44524c6fe
parent[#3435] some formatting in netconf (diff)
downloadkea-bad37a609a0c8c70310eccde28ca2767a4006e49.tar.xz
kea-bad37a609a0c8c70310eccde28ca2767a4006e49.zip
[#3435] add ChangeLog entry
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 223ece943b..9bf3081532 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2257. [func] andrei
+ Exceptions thrown from Sysrepo while processing a NETCONF config
+ change or while sending notifications are now caught and logged.
+ The configuration is not applied in that case, but at least
+ kea-netconf recovers instead of crashing. These scenarios are
+ corner cases that are likely not found in production and that
+ trigger bugs in upstream code.
+ (Gitlab #3435)
+
2256. [func] marcin
High Availability hook now supports lease affinity for the
released leases. When a lease is released but left in the
@@ -16,7 +25,7 @@
2255. [bug] razvan
The environment is now inherited by kea-lfc when started by
- the kea dhcp server.
+ the Kea DHCP server.
(Gitlab #3450)
2254. [func] tmark