]> mj.ucw.cz Git - nsc-5.git/blobdiff - NEWS
Removed ROOTHINT()
[nsc-5.git] / NEWS
diff --git a/NEWS b/NEWS
index a4da74d1d8cde7da478635b12e79e0e7f3e69d28..c375d1d53629f9f60a89522dfd436aea15e88e3f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,38 @@
-  o  Added FORWARDING macro for generating forward-only zones.
-  o  Added BLACKHOLE macro for blackhole zones as per RFC 6303.
+Version 5.0  [2019-01-30]
+
+  Added support for DNSSEC. See section 8 of README.
+
+  It turned out that configurability of directory names (e.g., HASHDIR)
+  was incomplete and it made all scripts unnecessarily complicated.
+  We replaced the configuration variables by hard-coded names equal
+  to the previous default settings which hopefully nobody ever needed
+  to change.
+
+  Also, ROOTHINT() became obsolete as BIND packages now regularly come
+  with a well updated root hint file. Please set up the root hints in
+  the master bind configuration file before you include named.conf
+  generated by NSC.
+
+Version 4.0  [2011-10-22]
+
+  This version brings several incompatible changes with a common
+  goal: instead of generating a full named.conf, produce a fragment
+  which can be included from a parent config file.
+
+  o  BIND_OPTIONS, FORWARD and SLAVE are gone. Just write the
+     options to the parent config file. (If you think it is somewhat
+     inconvenient, ask BIND developers to change the config file
+     parser, so that multiple options { } sections can be specified.)
+  o  Root hints became optional. If you want them, use ROOTHINT().
+
+  Furthermore, several features have been added:
+
+  o  A FORWARDING macro for generating forward-only zones.
+  o  A BLACKHOLE macro for blackhole zones as per RFC 6303.
      Blackhole zones in example cf/domains updated to use this macro.
-  o  Given that BIND does not support combination of options { }
-     sections, we do not generate them any longer -- write the
-     appropriate options to BIND config file and include the part
-     with the list of zones generated by NSC from there. This means
-     that BIND_OPTIONS, FORWARD and SLAVE are gone.
   o  When contents of a zone do not change, the version number is
-     not incremented.
+     not incremented. Unfortunately, BIND tends to produce a warning
+     in such cases, and it cannot be turned off.
 
 Version 3.1  [2008-05-21]