]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES entry
authorMichał Kępień <michal@isc.org>
Thu, 25 Oct 2018 08:03:03 +0000 (10:03 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 25 Oct 2018 08:03:03 +0000 (10:03 +0200)
5059. [bug] Display a per-view list of zones in the web interface.
[GL #427]

CHANGES

diff --git a/CHANGES b/CHANGES
index 6847f78e2404fb710e8327fc2159c456723b9dcc..379eee9398b55a9249c2d8085b3777b5786eea99 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+5059.  [bug]           Display a per-view list of zones in the web interface.
+                       [GL #427]
+
 5058.  [func]          Replace old message digest and hmac APIs with more
                        generic isc_md and isc_hmac APIs, and convert their
                        respective tests to cmocka. [GL #305]
 5000.  [bug]           named_server_servestale() could leave the server in
                        exclusive mode if an error occured. [GL #441]
 
-4999.  [cleanup]       Remove custom printf implementaion in lib/isc/print.c.
+4999.  [cleanup]       Remove custom printf implementation in lib/isc/print.c.
                        [GL #261]
 
 4998.  [test]          Make resolver and cacheclean tests more civilized.