1 @(#) Id: CHANGES 250 2009-10-16 23:26:47Z leres (LBL)
3 v3.0 Fri Oct 16 16:26:04 PDT 2009
7 v2.2 Fri Mar 13 22:29:52 PDT 2009
9 - Convert source tree to subversion
11 v2.1 Fri Feb 15 20:45:01 PST 2008
13 - Handle "srv" records.
15 - Fix some ttl parsing problems.
19 - Hack in support for "view"
21 - Check for duplicate "cname" records.
23 - Upgrade to autoconf 2.61
25 v2.0.2 Tue Mar 20 17:49:13 PST 2001
27 - Allow missing trailing dot in certain special cases.
29 - Include zone names when checking NS records.
31 - Document nslint.conf network keyword.
33 - Sort the network list so that we always pick the right network/mask
36 v2.0.1 Tue Dec 14 11:24:31 PST 1999
40 - Fix some minor portability/compiler problems for OSF 4.
42 - Correctly detect mx records that point to themselves but not a
45 - Fix file descriptor leak in doconf(). Thanks to Paul McIlfatrick
46 (paul.mcilfatrick@bt.com)
48 v2.0 Wed Dec 9 16:48:54 PST 1998
50 - Add support for BIND 8 named.conf file.
52 - Support protocols in addition to tcp and udp for WKS records.
53 Resulted from a bug report from Petter Reinholdtsen (pere@td.org.uit.no)
55 - Support dotted serial numbers in SOA records. Resulted from a
56 bug report from Frank Ederveen (frank@our.domaintje.com)
58 - Ignore unknown statements and options in named.boot and named.conf
59 (instead of issuing warnings).
61 - Handle '#' and C style named.conf comments.
63 - Handle optional "in" in named.conf zone statements. Reported by
64 DJ Coster (djc@discoverbrokerage.com)
66 - Add support for include directives in named.boot and named.conf.
68 - Redo differing ttls check and do mx records in addition to a
69 records. Change place where soa values gets zeroed so they don't
70 get clobbered when we use includes.
72 - Allow "@" abbr. for ptr, mx, cname and ns records.
74 - Detect cname referenced by another cname or mx record.
76 - Handle chaos records (to some minor extent).
78 v1.7 Tue Jul 22 14:26:21 PDT 1997
80 - Report differing ttls in A records. Check SOA records.
82 - Detect hosts with more than one ip address on a subnet.
84 v1.6.1 Sat Jun 7 03:12:01 PDT 1997
86 - Fix "unknown service" printf format.
88 - Fix off-by-one error in the ptr parsing code. Thanks to Andreas
89 Lamprecht (andreas.lamprecht@siemens.at)
91 - Fix broken $origin code.
93 v1.6 Mon Apr 7 19:09:52 PDT 1997
95 - Add support for classless delegation.
97 - Fix some case sensitive bugs.
99 - Report domain names outside the current zone.
101 - Fixed off-by-one bug that broke single character hostnames.
103 - Increase size of hash table.
105 - Make tcp and udp service name tables dynamic.
107 - Improved error message for garbage in /etc/services.
109 v1.5.1 Thu Jul 18 21:44:44 PDT 1996
111 - Use $CC when checking gcc version. Thanks to Carl Lindberg
112 (carl_lindberg@blacksmith.com)
114 - Raise size of hash table to 65K.
116 v1.5 Fri Jul 12 18:58:47 PDT 1996
118 - Detect extra octets and other garbage in PTR records.
120 - Handle multi-line WKS records.
122 - Allow multple WKS records (since we can have udp and tcp).
124 - Convert to autoconf.
126 - Declare optarg, optind and opterr extern. Thanks to Howard Moftich
129 - BS/DOS does not have malloc.h. Thanks to Jordan Hayes
130 (jordan@thinkbank.com).
132 - Correctly handle named.boot comments with leading whitespace.
134 - Handle fully specified in-addr.arpa records. Resulted from a bug
135 report from Joe Kelly (joe@gol.com).
137 - Fix endian problems. Thanks to Carl Lindberg (carl_lindberg@blacksmith.com).
139 - Fixed some mixed case problems.
141 - Update man page to describe how nslint.boot works.
143 v1.4 Sat Jun 3 23:38:14 PDT 1995
145 - Allow TXT records to exist with no other records.
147 - Full system prototypes.
149 - Complain about extra arguments.
151 - Detect MX record chains.
153 - Handle single line SOA records correctly. Thanks to Edward J. O'Brien
154 (ejobrie@sam.wal-mart.com)
156 v1.3 Wed Mar 8 17:27:20 PST 1995
158 - Add "allowdupa" record type for use with nslint.boot. This allows ip
159 addresses to have multiple A records.
161 - Fixed bug that caused dangling cname references to not be reported
162 properly. Thanks to Edward J. O'Brien (ejobrie@sam.wal-mart.com).
164 v1.2 Thu Sep 1 15:55:38 PDT 1994
166 - Allow hostnames with a leading numeric as per rfc1123. Thanks to Bill
167 Gianopoulos (wag@sccux1.msd.ray.com).
169 - Remove (undocumented) -u flag and allow uppercase.
171 - Support TXT records. Thanks to Paul Pomes (paul@uxc.cso.uiuc.edu).
173 - Support RP records.
175 - Ignore new bind keywords.
177 - Fix bug where we could exit with a zero status even though errors had
180 - Complain about hosts that have smtp/tcp WKS entries but no MX records.
182 - Add -B flag to handle PTR records that point outside the domains
183 listed in named.boot.
185 v1.1 Sun May 22 20:43:03 PDT 1994
187 - Allow ns records with no a records (the preferred way to go).
189 - Fix typos in the sawstr array.
191 - Use string.h instead of strings.h and add rindex(), index() and
192 bzero() macros for SYSV compatibility. Thanks to Bill King
195 - Handle $origin directives. Thanks to Bill Gianopoulos
196 (wag@sccux1.msd.ray.com).
198 - Fix add_domain() to work for the root. Thanks to Bill Gianopoulos.
200 - Handle quotes in hinfo records. Thanks to Bill Gianopoulos.
202 - Fix endian problems in parseinaddr() and parseptr().
204 - Check non in-addr.arpa names for cname conflicts.
206 v1.0 Thu Apr 21 11:02:59 PDT 1994