]> mj.ucw.cz Git - nsc-5.git/blob - NEWS
Do not generate BIND options any longer
[nsc-5.git] / NEWS
1
2   o  Added FORWARDING macro for generating forward-only zones.
3   o  Added BLACKHOLE macro for blackhole zones as per RFC 6303.
4      Blackhole zones in example cf/domains updated to use this macro.
5   o  Given that BIND does not support combination of options { }
6      sections, we do not generate them any longer -- write the
7      appropriate options to BIND config file and include the part
8      with the list of zones generated by NSC from there. This means
9      that BIND_OPTIONS, FORWARD and SLAVE are gone.
10
11 Version 3.1  [21-05-2008]
12
13   o  Fixes for compatibility problems with recent versions of GNU m4.
14   o  Added support for TXT, RP and SRV records.
15
16 Version 3.0.1  [22-11-2006]
17
18   Fixed bugs in in the FORWARD and SLAVE macros, causing it to
19   generate bogus output sometimes.
20
21 Version 3.0  [20-02-2005]
22
23   One year of testing should be good enough, so releasing 2.99b as 3.0
24   with almost no changes. The only one is:
25
26   o  ZONE_OPTIONS macro added, allowing to add custom options to zones.
27
28 Version 2.99b  [21-12-2003]
29
30   This version has been almost rewritten from scratch. The syntax
31   of configuration files is incompatible with the previous versions,
32   please read the README again.
33
34   Most important changes:
35
36   o  Support for IPv6.
37   o  Much better configuration of classless reverse delegations.
38   o  Better documentation and well-commented example files.
39   o  The "chkdom" script is gone, use the DNS Sleuth instead.
40   o  Cleaned up names of all macros, the namespaces are now clearly
41      defined.
42
43 Version 2.3  [27-06-2001]
44
45   o  Global parameters (hostmaster mail address etc.) can be set
46      in cf/config now.
47   o  Autodetect which M4 should be used.
48   o  Fixed bugs in convert script.
49   o  Generate $TTL to make new releases of bind happy.
50
51 Version 2.2  [11-09-1999]
52
53   o  Corrected localhost records.
54   o  Name-server restart command can be overriden (useful for setups
55      with multiple named's).
56   o  Added `convert' script for easy conversion of zone files to NSC
57      domain files.
58   o  Serial numbers are now Y2K clean.
59   o  Added `chkdel' script for checking of zone delegations.