From 23f97f9a6611dcae4f051fc0b15d6d5596c68345 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Thu, 5 Apr 2018 13:45:30 +0200 Subject: [PATCH] Add CHANGES entry: 4924. [cleanup] Clean up the isc_string_* namespace and leave only strlcpy and strlcat. [GL #178] --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 64a2bd3e65..995e418736 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]