]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES entry
authorOndřej Surý <ondrej@sury.org>
Tue, 17 Apr 2018 17:16:24 +0000 (10:16 -0700)
committerOndřej Surý <ondrej@sury.org>
Wed, 8 Aug 2018 07:37:30 +0000 (09:37 +0200)
5007.   [cleanup]       Replace custom ISC boolean and integer data types
                        with C99 stdint.h and stdbool.h types. [GL #9]

CHANGES

diff --git a/CHANGES b/CHANGES
index 74d4e5a2d29c52a9e8c9920fc931b08d9dc0d97b..f95ed642616d873bf4d4ea0dd8280be927dd26f3 100644 (file)
--- 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