]> mj.ucw.cz Git - nsc-5.git/blob - NEWS
Documented DNSSEC support
[nsc-5.git] / NEWS
1 Version 5.0  [2019-01-30]
2
3   Added support for DNSSEC. See section 8 of README.
4
5   It turned out that configurability of directory names (e.g., HASHDIR)
6   was incomplete and it made all scripts unnecessarily complicated.
7   We replaced the configuration variables by hard-coded names equal
8   to the previous default settings which hopefully nobody ever needed
9   to change.
10
11 Version 4.0  [2011-10-22]
12
13   This version brings several incompatible changes with a common
14   goal: instead of generating a full named.conf, produce a fragment
15   which can be included from a parent config file.
16
17   o  BIND_OPTIONS, FORWARD and SLAVE are gone. Just write the
18      options to the parent config file. (If you think it is somewhat
19      inconvenient, ask BIND developers to change the config file
20      parser, so that multiple options { } sections can be specified.)
21   o  Root hints became optional. If you want them, use ROOTHINT().
22
23   Furthermore, several features have been added:
24
25   o  A FORWARDING macro for generating forward-only zones.
26   o  A BLACKHOLE macro for blackhole zones as per RFC 6303.
27      Blackhole zones in example cf/domains updated to use this macro.
28   o  When contents of a zone do not change, the version number is
29      not incremented. Unfortunately, BIND tends to produce a warning
30      in such cases, and it cannot be turned off.
31
32 Version 3.1  [2008-05-21]
33
34   o  Fixes for compatibility problems with recent versions of GNU m4.
35   o  Added support for TXT, RP and SRV records.
36
37 Version 3.0.1  [2006-11-22]
38
39   Fixed bugs in in the FORWARD and SLAVE macros, causing it to
40   generate bogus output sometimes.
41
42 Version 3.0  [2005-02-20]
43
44   One year of testing should be good enough, so releasing 2.99b as 3.0
45   with almost no changes. The only one is:
46
47   o  ZONE_OPTIONS macro added, allowing to add custom options to zones.
48
49 Version 2.99b  [2003-12-21]
50
51   This version has been almost rewritten from scratch. The syntax
52   of configuration files is incompatible with the previous versions,
53   please read the README again.
54
55   Most important changes:
56
57   o  Support for IPv6.
58   o  Much better configuration of classless reverse delegations.
59   o  Better documentation and well-commented example files.
60   o  The "chkdom" script is gone, use the DNS Sleuth instead.
61   o  Cleaned up names of all macros, the namespaces are now clearly
62      defined.
63
64 Version 2.3  [2001-06-27]
65
66   o  Global parameters (hostmaster mail address etc.) can be set
67      in cf/config now.
68   o  Autodetect which M4 should be used.
69   o  Fixed bugs in convert script.
70   o  Generate $TTL to make new releases of bind happy.
71
72 Version 2.2  [1999-09-11]
73
74   o  Corrected localhost records.
75   o  Name-server restart command can be overriden (useful for setups
76      with multiple named's).
77   o  Added `convert' script for easy conversion of zone files to NSC
78      domain files.
79   o  Serial numbers are now Y2K clean.
80   o  Added `chkdel' script for checking of zone delegations.