]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES entry
authorMichał Kępień <michal@isc.org>
Fri, 24 Aug 2018 11:49:45 +0000 (13:49 +0200)
committerMark Andrews <marka@isc.org>
Mon, 27 Aug 2018 03:58:43 +0000 (13:58 +1000)
5020. [bug] dig returned a non-zero exit code when it received a
reply over TCP after a retry. [GL #487]

CHANGES

diff --git a/CHANGES b/CHANGES
index 03bafd02bfd06009cbad378eacda1bddd797f663..9cf760c9796df5e03b56f8a510d7dfe5e1f65755 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+5021.  [bug]           dig returned a non-zero exit code when it received a
+                       reply over TCP after a retry. [GL #487]
+
 5020.  [func]          RNG uses thread-local storage instead of locks, if
                        supported by platform. [GL #496]