From: Ondřej Surý Date: Tue, 17 Apr 2018 17:16:24 +0000 (-0700) Subject: Add CHANGES entry X-Git-Tag: v9.13.3~73^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75c2356f42b076407feaf1f56a712efd175ef730;p=thirdparty%2Fbind9.git Add CHANGES entry 5007. [cleanup] Replace custom ISC boolean and integer data types with C99 stdint.h and stdbool.h types. [GL #9] --- diff --git a/CHANGES b/CHANGES index 74d4e5a2d29..f95ed642616 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5007. [cleanup] Replace custom ISC boolean and integer data types + with C99 stdint.h and stdbool.h types. [GL #9] + 5006. [cleanup] Code preparing a delegation response was extracted from query_delegation() and query_zone_delegation() into a separate function in order to decrease code