2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

Add CHANGES note for [GL #1609]

This commit is contained in:
Ondřej Surý 2023-02-14 12:11:03 +01:00
parent c194ff5d77
commit 459db4462f
No known key found for this signature in database
GPG Key ID: 2820F37E873DEA41

View File

@ -1,3 +1,7 @@
6099. [performance] Change the internal read-write lock to modified C-RW-WP
algorithm that is more reader-writer fair and has better
performance for our workloads. [GL #1609]
6098. [test] Don't test HMAC-MD5 when not supported by libcrypto.
[GL #3871]