From: Ondřej Surý Date: Mon, 27 Aug 2018 12:39:19 +0000 (+0200) Subject: Add CHANGES note for GL #178. X-Git-Tag: v9.13.3~27^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dedb104382d1dd2a0a24f75e08dd977eca38ef59;p=thirdparty%2Fbind9.git Add CHANGES note for GL #178. 5023. [cleanup] Remove isc_keyboard family of functions. [GL #178] --- diff --git a/CHANGES b/CHANGES index 5fc867097bc..331c55d451f 100644 --- 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