From: Ondřej Surý Date: Thu, 5 Apr 2018 11:45:30 +0000 (+0200) Subject: Add CHANGES entry: X-Git-Tag: v9.13.0~60^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23f97f9a6611dcae4f051fc0b15d6d5596c68345;p=thirdparty%2Fbind9.git Add CHANGES entry: 4924. [cleanup] Clean up the isc_string_* namespace and leave only strlcpy and strlcat. [GL #178] --- diff --git a/CHANGES b/CHANGES index 64a2bd3e659..995e4187366 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +4924. [cleanup] Clean up the isc_string_* namespace and leave + only strlcpy and strlcat. [GL #178] + 4923. [cleanup] Refactor socket and socket event options into enum types. [GL !135]