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