From 97a88e2248dbb2be6d285e3ecb1ce7868c4d1f0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Thu, 12 Apr 2018 09:55:40 +0200 Subject: [PATCH] Add CHANGES entry: 4923. [cleanup] Refactor socket and socket event options into enum types. [GL !135] --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index dababd96a1..64a2bd3e65 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +4923. [cleanup] Refactor socket and socket event options into + enum types. [GL !135] + 4922. [bug] dnstap: Log the destination address of client packets rather than the interface address. [GL #197]