Add CHANGES entry.

4947.   [func]          Replace all random functions with isc_random(),
                        isc_random_buf() and isc_random_uniform() API.
                        [GL #221]
This commit is contained in:
Ondřej Surý
2018-05-14 12:45:43 +02:00
committed by Witold Kręcicki
parent 087eab022f
commit e61082015d

View File

@@ -1,3 +1,7 @@
4947. [func] Replace all random functions with isc_random(),
isc_random_buf() and isc_random_uniform() API.
[GL #221]
4946. [bug] Additional glue was not being returned by resolver
for unsigned zones since change 4596. [GL #209]