]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1282] Added ChangeLog entry
authorFrancis Dupont <fdupont@isc.org>
Tue, 30 Jun 2020 15:29:24 +0000 (17:29 +0200)
committerFrancis Dupont <fdupont@isc.org>
Tue, 30 Jun 2020 15:29:24 +0000 (17:29 +0200)
ChangeLog

index 05791ce55e8a8505baa805bba6a2e7cf2d590d00..a4912989f3683312c2a8b0c1d57f7b3dd7f528ad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+1763.  [bug]           fdupont
+       Changed the way hook libraries are unloaded. Now unload is done
+       in two phases: the first phase calls unload() entry points and
+       removed callouts, the second phase unmaps hook library memory
+       spaces. This should lead to less problems including less crashes
+       at exit time. On the other hands incorrect libraries can stay
+       until exit in memory and prevent any (re)load.
+       (Gitlab #1282)
+
 Kea 1.7.9 (development) released on June 24, 2020
 
 1762.  [bug]           fdupont