]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES entry
authorMichał Kępień <michal@isc.org>
Thu, 10 May 2018 07:43:38 +0000 (09:43 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 10 May 2018 07:43:38 +0000 (09:43 +0200)
4940. [cleanup] Extract the loop in dns__zone_updatesigs() into
separate functions to improve code readability.
[GL #135]

CHANGES

diff --git a/CHANGES b/CHANGES
index 5f6e79aaed05f51d49f5570c014ee510ad8e1a61..6b10bb78e31cc38fda3626df76453bd2677f8c0c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+4940.  [cleanup]       Extract the loop in dns__zone_updatesigs() into
+                       separate functions to improve code readability.
+                       [GL #135]
+
 4939.  [test]          Add basic unit tests for update_sigs(). [GL #135]
 
 4938.  [placeholder]