From 7354207e1b1b03292c07adffdaad6d73cd2d7249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Fri, 28 Jun 2019 12:12:46 +0200 Subject: [PATCH] Add CHANGES entry 5260. [bug] dnstap-read was producing malformed output for large packets. [GL #1093] --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 274c2bacbe..7b11710c31 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5260. [bug] dnstap-read was producing malformed output for large + packets. [GL #1093] + 5259. [func] New option '-i' for 'named-checkconf' to ignore warnings about deprecated options. [GL #1101]