]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES note for GL #178.
authorOndřej Surý <ondrej@sury.org>
Mon, 27 Aug 2018 12:39:19 +0000 (14:39 +0200)
committerOndřej Surý <ondrej@sury.org>
Tue, 28 Aug 2018 12:37:30 +0000 (14:37 +0200)
5023.   [cleanup]       Remove isc_keyboard family of functions. [GL #178]

CHANGES

diff --git a/CHANGES b/CHANGES
index 5fc867097bc586be9234fce4a72b299f75bb83b4..331c55d451fb474548a263a79384e49bfa89aac6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+5025.  [cleanup]       Remove isc_keyboard family of functions. [GL #178]
+
 5024.  [func]          Replace custom assembly for atomic operations with
                        atomic support from the compiler. The code will now use
                        C11 stdatomic, or __atomic, or __sync builtins with GCC