From: Ondřej Surý Date: Mon, 20 May 2019 17:04:54 +0000 (+0200) Subject: Add CHANGES entry: X-Git-Tag: v9.15.1~38^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=dc9543abb33e3a558c281bd349115516a0d85d31;p=thirdparty%2Fbind9.git Add CHANGES entry: 5236. [func] Add SipHash 2-4 implementation in lib/isc/siphash.c and switch isc_hash_function() to use SipHash 2-4. [GL #605] --- diff --git a/CHANGES b/CHANGES index d34bb264502..535669948b2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5236. [func] Add SipHash 2-4 implementation in lib/isc/siphash.c + and switch isc_hash_function() to use SipHash 2-4. + [GL #605] + 5235. [cleanup] Refactor lib/isc/app.c to be thread-safe, unused parts of the API has been removed and the isc_appctx_t data type has been changed to be