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