]> 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>
Fri, 10 Aug 2018 13:20:58 +0000 (15:20 +0200)
5007.   [cleanup]       Replace custom ISC boolean and integer data types
                        with C99 stdint.h and stdbool.h types. [GL #9]

(cherry picked from commit 75c2356f42b076407feaf1f56a712efd175ef730)
(cherry picked from commit b6c281ee7ca28cd19f0b22369851f01d536ee1d1)

CHANGES

diff --git a/CHANGES b/CHANGES
index e7a4c852edf953af9007afb2c6f0b74fa14b0ce4..9789644fc22965a14ce89d808e24c54f337a1295 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]
+
 5005.  [bug]           dnssec-verify, and dnssec-signzone at the verification
                        step, failed on some validly signed zones. [GL #442]