From: Razvan Becheriu Date: Thu, 20 Feb 2020 05:53:34 +0000 (+0200) Subject: [#947] added ChangeLog X-Git-Tag: Kea-1.7.5~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efca825ddde55ca426e87f0273b6fff79341efa8;p=thirdparty%2Fkea.git [#947] added ChangeLog --- diff --git a/ChangeLog b/ChangeLog index 6fd76541d4..08c8876f1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18,11 +18,12 @@ 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