]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#947] added ChangeLog
authorRazvan Becheriu <razvan@isc.org>
Thu, 20 Feb 2020 05:53:34 +0000 (07:53 +0200)
committerRazvan Becheriu <razvan@isc.org>
Fri, 21 Feb 2020 16:14:12 +0000 (18:14 +0200)
ChangeLog

index 6fd76541d4a161c41cbba3460699bec3316eadea..08c8876f1e032b6d90f7781576c771ebf9f9ef4b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 1721.  [func]*         fdupont
        Added multi_threading_compatible function in hooks to retrieve
        the compatibility with multi-threading. This function is called
-       when loading libraries and if it reports 0 and multi-threading is
-       enabled, then the library will be ignored. The absence of this
-       function from the library default to incompatibility with
-       multi-threading. All hooks and premium hooks must be updated to
-       be able to be used with multi-threading.
+       when the library is loaded and if it reports 0 (incompatible) and
+       multi-threading is enabled, then the library will be ignored.
+       The absence of this function from the library defaults to
+       incompatibility with multi-threading. All hooks and premium hooks
+       must be updated to be able to be used with multi-threading.
+       However, not all libraries are (or will ever be) compatible.
        (Gitlab #947)
 
 1720.  [func]*         tomek