]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES entry:
authorOndřej Surý <ondrej@sury.org>
Mon, 20 May 2019 17:04:54 +0000 (19:04 +0200)
committerOndřej Surý <ondrej@sury.org>
Tue, 21 May 2019 10:23:20 +0000 (10:23 +0000)
5236.   [func]          Add SipHash 2-4 implementation in lib/isc/siphash.c
                        and switch isc_hash_function() to use SipHash 2-4.
                        [GL #605]

CHANGES

diff --git a/CHANGES b/CHANGES
index d34bb26450276ee0a6b358182424be5e7776da4d..535669948b21e85cba64c9a790f56082408208b8 100644 (file)
--- 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