]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES entry
authorMichał Kępień <michal@isc.org>
Tue, 13 Mar 2018 11:04:37 +0000 (12:04 +0100)
committerMichał Kępień <michal@isc.org>
Tue, 13 Mar 2018 11:04:37 +0000 (12:04 +0100)
4914. [bug] A bug in zone database reference counting could lead to
a crash when multiple versions of a slave zone were
transferred from a master in close succession.
[GL #134]

CHANGES

diff --git a/CHANGES b/CHANGES
index 3a250caa292127093122727f18b0d4d504b0fdaa..2c2e5037166e3398b23d89e6ff34d9fd4a658dfa 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+4914.  [bug]           A bug in zone database reference counting could lead to
+                       a crash when multiple versions of a slave zone were
+                       transferred from a master in close succession.
+                       [GL #134]
+
 4913.  [test]          Re-implemented older unit tests in bin/tests as ATF,
                        removed the lib/tests unit testing library. [GL #115]