]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/bind9/CHANGES
This commit was generated by cvs2svn to compensate for changes in r171537,
[FreeBSD/FreeBSD.git] / contrib / bind9 / CHANGES
1
2         --- 9.4.1 released ---
3
4 2172.   [bug]           query_addsoa() was being called with a non zone db.
5                         [RT #16834]
6
7         --- 9.4.0 released ---
8
9 2138.   [bug]           Lock order reversal in resolver.c. [RT #16653]
10
11 2137.   [port]          Mips little endian and/or mips 64 bit are now
12                         supported for atomic operations. [RT#16648]
13
14 2136.   [bug]           nslookup/host looped if there was no search list
15                         and the host didn't exist. [RT #16657]
16
17 2135.   [bug]           Uninitialised rdataset in sdlz.c. [RT# 16656]
18
19 2133.   [port]          powerpc:  Support both IBM and MacOS Power PC
20                         assembler syntaxes. [RT #16647]
21
22 2132.   [bug]           Missing unlock on out of memory in
23                         dns_dispatchmgr_setudp().
24
25 2131.   [contrib]       dlz/mysql: AXFR was broken. [RT #16630]
26
27 2128.   [doc]           xsltproc --nonet, update DTD versions.  [RT #16635]
28
29         --- 9.4.0rc2 released ---
30
31 2127.   [port]          Improved OpenSSL 0.9.8 support. [RT #16563]
32
33 2126.   [security]      Serialise validation of type ANY responses. [RT #16555]
34
35 2125.   [bug]           dns_zone_getzeronosoattl() REQUIRE failure if DLZ
36                         was defined. [RT #16574]
37
38 2124.   [security]      It was possible to dereference a freed fetch
39                         context. [RT #16584]
40
41 2120.   [doc]           Fix markup on nsupdate man page. [RT #16556]
42
43         --- 9.4.0rc1 released ---
44
45 2118.   [bug]           Handle response with long chains of domain name
46                         compression pointers which point to other compression
47                         pointers. [RT #16427]
48
49 2117.   [bug]           DNSSEC fixes: named could fail to cache NSEC records
50                         which could lead to validation failures.  named didn't
51                         handle negative DS responses that were in the process
52                         of being validated.  Check CNAME bit before accepting
53                         NODATA proof. To be able to ignore a child NSEC there
54                         must be SOA (and NS) set in the bitmap. [RT #16399]
55
56 2116.   [bug]           'rndc reload' could cause the cache to continually
57                         be cleaned. [RT #16401]
58
59 2115.   [bug]           'rndc reconfig' could trigger a INSIST if the
60                         number of masters for a zone was reduced. [RT #16444]
61
62 2114.   [bug]           dig/host/nslookup: searches for names with multiple
63                         labels were failing. [RT #16447]
64
65 2113.   [bug]           nsupdate: if a zone is specified it should be used
66                         for server discover. [RT# 16455]
67
68 2112.   [security]      Warn if weak RSA exponent is used. [RT #16460]
69
70 2111.   [bug]           Fix a number of errors reported by Coverity.
71                         [RT #16507]
72
73 2110.   [bug]           "minimal-response yes;" interacted badly with BIND 8
74                         priming queries. [RT #16491]
75
76 2109.   [port]          libbind: silence aix 5.3 compiler warnings. [RT #16502]
77
78 2107.   [bug]           dighost.c: more cleanup of buffers. [RT #16499]
79
80 2104.   [port]          Fix Solaris SMF error message.
81
82 2103.   [port]          Add /usr/sfw to list of locations for OpenSSL
83                         under Solaris.
84
85 2102.   [port]          Silence solaris 10 warnings.
86
87         --- 9.4.0b4 released ---
88
89 2101.   [bug]           OpenSSL version checks were not quite right.
90                         [RT #16476]
91
92 2100.   [port]          win32: copy libeay32.dll to Build\Debug.
93                         Copy Debug\named-checkzone to Debug\named-compilezone.
94
95 2099.   [port]          win32: more manifiest issues.
96
97 2098.   [bug]           Race in rbtdb.c:no_references(), which occasionally
98                         triggered an INSIST failure about the node lock
99                         reference.  [RT #16411]
100
101         --- 9.4.0b3 released ---
102
103 2097.   [bug]           named could reference a destroyed memory context
104                         after being reloaded / reconfigured. [RT #16428]
105
106 2096.   [bug]           libbind: handle applications that fail to detect
107                         res_init() failures better.
108
109 2095.   [port]          libbind: alway prototype inet_cidr_ntop_ipv6() and
110                         net_cidr_ntop_ipv6(). [RT #16388]
111  
112 2094.   [contrib]       Update named-bootconf.  [RT# 16404]
113
114 2093.   [bug]           named-checkzone -s was broken.
115
116 2092.   [bug]           win32: dig, host, nslookup.  Use registry config
117                         if resolv.conf does not exist or no nameservers
118                         listed. [RT #15877] 
119
120 2091.   [port]          dighost.c: race condition on cleanup. [RT #16417]
121
122 2090.   [port]          win32: Visual C++ 2005 command line manifest support.
123                         [RT #16417]
124
125 2089.   [security]      Raise the minimum safe OpenSSL versions to
126                         OpenSSL 0.9.7l and OpenSSL 0.9.8d.  Versions
127                         prior to these have known security flaws which
128                         are (potentially) exploitable in named. [RT #16391]
129
130 2088.   [security]      Change the default RSA exponent from 3 to 65537.
131                         [RT #16391]
132
133 2087.   [port]          libisc failed to compile on OS's w/o a vsnprintf.
134                         [RT #16382]
135
136 2086.   [port]          libbind: FreeBSD now has get*by*_r() functions.
137                         [RT #16403]
138
139 2085.   [doc]           win32: added index.html and README to zip. [RT #16201]
140
141 2084.   [contrib]       dbus update for 9.3.3rc2.
142
143 2083.   [port]          win32: Visual C++ 2005 support.
144
145 2082.   [doc]           Document 'cache-file' as a test only option.
146
147         --- 9.4.0b2 released ---
148
149 2081.   [port]          libbind: minor 64-bit portability fix in memcluster.c.
150                         [RT #16360]
151
152 2080.   [port]          libbind: res_init.c did not compile on older versions
153                         of Solaris. [RT #16363]
154
155 2079.   [bug]           The lame cache was not handling multiple types
156                         correctly. [RT #16361]
157
158 2078.   [bug]           dnssec-checkzone output style "default" was badly
159                         named.  It is now called "relative". [RT #16326]
160
161 2077.   [bug]           'dnssec-signzone -O raw' wasn't outputing the
162                         complete signed zone. [RT #16326]
163
164 2076.   [bug]           Several files were missing #include <config.h>
165                         causing build failures on OSF. [RT #16341]
166
167 2075.   [bug]           The spillat timer event hander could leak memory.
168                         [RT #16357]
169
170 2074.   [bug]           dns_request_createvia2(), dns_request_createvia3(),
171                         dns_request_createraw2() and dns_request_createraw3()
172                         failed to send multiple UDP requests. [RT #16349]
173
174 2073.   [bug]           Incorrect semantics check for update policy "wildcard".
175                         [RT #16353]
176
177 2072.   [bug]           We were not generating valid HMAC SHA digests.
178                         [RT #16320]
179
180 2071.   [port]          Test whether gcc accepts -fno-strict-aliasing.
181                         [RT #16324]
182
183 2070.   [bug]           The remote address was not always displayed when
184                         reporting dispatch failures. [RT #16315]
185
186 2069.   [bug]           Cross compiling was not working. [RT #16330]
187
188 2068.   [cleanup]       Lower incremental tuning message to debug 1.
189                         [RT #16319]
190
191 2067.   [bug]           'rndc' could close the socket too early triggering
192                         a INSIST under Windows. [RT #16317]
193
194 2066.   [security]      Handle SIG queries gracefully. [RT #16300]
195
196 2065.   [bug]           libbind: probe for HPUX prototypes for
197                         endprotoent_r() and endservent_r().  [RT 16313]
198
199 2064.   [bug]           libbind: silence AIX compiler warnings. [RT #16218]
200
201 2063.   [bug]           Change #1955 introduced a bug which caused the first
202                         'rndc flush' call to not free memory. [RT #16244]
203
204 2062.   [bug]           'dig +nssearch' was reusing a buffer before it had
205                         been returned by the socket code. [RT #16307]
206
207 2061.   [bug]           Accept expired wildcard message reversed. [RT #16296]
208
209 2060.   [bug]           Enabling DLZ support could leave views partially
210                         configured. [RT #16295]
211
212         --- 9.4.0b1 released ---
213
214 2059.   [bug]           Search into cache rbtdb could trigger an INSIST
215                         failure while cleaning up a stale rdataset.
216                         [RT #16292]
217
218 2058.   [bug]           Adjust how we calculate rtt estimates in the presence
219                         of authoritative servers that drop EDNS and/or CD
220                         requests.  Also fallback to EDNS/512 and plain DNS
221                         faster for zones with less than 3 servers.  [RT #16187]
222
223 2057.   [bug]           Make setting "ra" dependent on both allow-query-cache
224                         and allow-recursion. [RT #16290]
225
226 2056.   [bug]           dig: ixfr= was not being treated case insensitively
227                         at all times. [RT #15955]
228
229 2055.   [bug]           Missing goto after dropping multicast query.
230                         [RT #15944]
231
232 2054.   [port]          freebsd: do not explicitly link against -lpthread.
233                         [RT #16170]
234
235 2053.   [port]          netbsd:libbind: silence compiler warnings. [RT #16220]
236
237 2052.   [bug]           'rndc' improve connect failed message to report
238                         the failing address. [RT #15978]
239
240 2051.   [port]          More strtol() fixes. [RT #16249]
241
242 2050.   [bug]           Parsing of NSAP records was not case insensitive.
243                         [RT #16287]
244
245 2049.   [bug]           Restore SOA before AXFR when falling back from
246                         a attempted IXFR when transfering in a zone.
247                         Allow a initial SOA query before attempting
248                         a AXFR to be requested. [RT #16156]
249
250 2048.   [bug]           It was possible to loop forever when using
251                         avoid-v4-udp-ports / avoid-v6-udp-ports when
252                         the OS always returned the same local port.
253                         [RT #16182]
254
255 2047.   [bug]           Failed to initialise the interface flags to zero.
256                         [RT #16245]
257
258 2046.   [bug]           rbtdb.c:rdataset_setadditional() could cause duplicate
259                         cleanup [RT #16247].
260
261 2045.   [func]          Use lock buckets for acache entries to limit memory
262                         consumption. [RT #16183]
263
264 2044.   [port]          Add support for atomic operations for Itanium.
265                         [RT #16179]
266
267 2043.   [port]          nsupdate/nslookup: Force the flushing of the prompt
268                         for interactive sessions. [RT#16148]
269
270 2042.   [bug]           named-checkconf was incorrectly rejecting the
271                         logging category "config". [RT #16117]
272
273 2041.   [bug]           "configure --with-dlz-bdb=yes" produced a bad
274                         set of libraries to be linked. [RT #16129]
275
276 2040.   [bug]           rbtdb no_references() could trigger an INSIST
277                         failure with --enable-atomic.  [RT #16022]
278
279 2039.   [func]          Check that all buffers passed to the socket code
280                         have been retrieved when the socket event is freed.
281                         [RT #16122]
282
283 2038.   [bug]           dig/nslookup/host was unlinking from wrong list
284                         when handling errors. [RT #16122]
285
286 2037.   [func]          When unlinking the first or last element in a list
287                         check that the list head points to the element to
288                         be unlinked. [RT #15959]
289
290 2036.   [bug]           'rndc recursing' could cause trigger a REQUIRE.
291                         [RT #16075]
292
293 2034.   [bug]           gcc: set -fno-strict-aliasing. [RT #16124]
294
295 2033.   [bug]           We wern't creating multiple client memory contexts
296                         on demand as expected. [RT #16095]
297
298         --- 9.4.0a6 released ---
299
300 2032.   [bug]           Remove a INSIST in query_addadditional2(). [RT #16074]
301
302 2031.   [bug]           Emit a error message when "rndc refresh" is called on
303                         a non slave/stub zone. [RT # 16073]
304
305 2030.   [bug]           We were being overly conservative when disabling
306                         openssl engine support. [RT #16030]
307
308 2029.   [bug]           host printed out the server multiple times when
309                         specified on the command line. [RT #15992]
310
311 2028.   [port]          linux: socket.c compatability for old systems.
312                         [RT #16015]
313
314 2027.   [port]          libbind: Solaris x86 support. [RT #16020]
315
316 2026.   [bug]           Rate limit the two recursive client exceeded messages.
317                         [RT #16044]
318
319 2025.   [func]          Update "zone serial unchanged" message. [RT #16026]
320
321 2024.   [bug]           named emited spurious "zone serial unchanged"
322                         messages on reload. [RT #16027]
323
324 2023.   [bug]           "make install" should create ${localstatedir}/run and
325                         ${sysconfdir} if they do not exist. [RT #16033]
326
327 2022.   [bug]           If dnssec validation is disabled only assert CD if
328                         CD was requested. [RT #16037]
329
330 2021.   [bug]           dnssec-enable no; triggered a REQUIRE. [RT #16037]
331
332 2020.   [bug]           rdataset_setadditional() could leak memory. [RT #16034]
333
334 2019.   [tuning]        Reduce the amount of work performed per quantum
335                         when cleaning the cache. [RT #15986]
336
337 2018.   [bug]           Checking if the HMAC MD5 private file was broken.
338                         [RT #15960]
339
340 2017.   [bug]           allow-query default was not correct. [RT #15946]
341
342 2016.   [bug]           Return a partial answer if recursion is not
343                         allowed but requested and we had the answer
344                         to the original qname. [RT #15945]
345
346         --- 9.4.0a5 released ---
347
348 2015.   [cleanup]       use-additional-cache is now acache-enable for
349                         consistancy.  Default acache-enable off in BIND 9.4
350                         as it requires memory usage to be configured.
351                         It may be enabled by default in BIND 9.5 once we
352                         have more experience with it.
353
354 2014.   [func]          Statistics about acache now recorded and sent
355                         to log. [RT #15976]
356
357 2013.   [bug]           Handle unexpected TSIGs on unsigned AXFR/IXFR
358                         responses more gracefully. [RT #15941]
359
360 2012.   [func]          Don't insert new acache entries if acache is full.
361                         [RT #15970]
362
363 2011.   [func]          dnssec-signzone can now update the SOA record of
364                         the signed zone, either as an increment or as the
365                         system time(). [RT #15633]
366
367         --- 9.4.0a4 released ---
368
369 2009.   [bug]           libbind: coverity fixes. [RT #15808]
370
371 2008.   [func]          It is now posssible to enable/disable DNSSEC
372                         validation from rndc.  This is useful for the
373                         mobile hosts where the current connection point
374                         breaks DNSSEC (firewall/proxy).  [RT #15592]
375
376                                 rndc validation newstate [view]
377
378 2007.   [func]          It is now possible to explicitly enable DNSSEC
379                         validation.  default dnssec-validation no; to
380                         be changed to yes in 9.5.0.  [RT #15674]
381
382 2006.   [security]      Allow-query-cache and allow-recursion now default
383                         to the builtin acls "localnets" and "localhost".
384
385                         This is being done to make caching servers less
386                         attractive as reflective amplifying targets for
387                         spoofed traffic.  This still leave authoritative
388                         servers exposed.
389
390                         The best fix is for full BCP 38 deployment to
391                         remove spoofed traffic.
392
393 2005.   [bug]           libbind: Retransmission timeouts should be
394                         based on which attempt it is to the nameserver
395                         and not the nameserver itself. [RT #13548]
396
397 2004.   [bug]           dns_tsig_sign() could pass a NULL pointer to
398                         dst_context_destroy() when cleaning up after a
399                         error. [RT #15835]
400
401 2003.   [bug]           libbind: The DNS name/address lookup functions could
402                         occasionally follow a random pointer due to
403                         structures not being completely zeroed. [RT #15806]
404
405 2002.   [bug]           libbind: tighten the constraints on when
406                         struct addrinfo._ai_pad exists.  [RT #15783]
407
408 2001.   [func]          Check the KSK flag when updating a secure dynamic zone.
409                         New zone option "update-check-ksk yes;".  [RT #15817]
410
411 2000.   [bug]           memmove()/strtol() fix was incomplete. [RT #15812]
412
413 1999.   [func]          Implement "rrset-order fixed". [RT #13662]
414
415 1998.   [bug]           Restrict handling of fifos as sockets to just SunOS.
416                         This allows named to connect to entropy gathering
417                         daemons that use fifos instead of sockets. [RT #15840]
418
419 1997.   [bug]           Named was failing to replace negative cache entries
420                         when a positive one for the type was learnt.
421                         [RT #15818]
422
423 1996.   [bug]           nsupdate: if a zone has been specified it should
424                         appear in the output of 'show'. [RT #15797]
425
426 1995.   [bug]           'host' was reporting multiple "is an alias" messages.
427                         [RT #15702]
428
429 1994.   [port]          OpenSSL 0.9.8 support. [RT #15694]
430
431 1993.   [bug]           Log messsage, via syslog, were missing the space
432                         after the timestamp if "print-time yes" was specified.
433                         [RT #15844]
434
435 1992.   [bug]           Not all incoming zone transfer messages included the
436                         view.  [RT #15825]
437
438 1991.   [cleanup]       The configuration data, once read, should be treated
439                         as readonly.  Expand the use of const to enforce this
440                         at compile time. [RT #15813]
441
442 1990.   [bug]           libbind:  isc's override of broken gettimeofday()
443                         implementions was not always effective.
444                         [RT #15709]
445
446 1989.   [bug]           win32: don't check the service password when
447                         re-installing. [RT #15882]
448
449 1988.   [bug]           Remove a bus error from the SHA256/SHA512 support.
450                         [RT #15878]
451
452 1987.   [func]          DS/DLV SHA256 digest algorithm support. [RT #15608]
453
454 1986.   [func]          Report when a zone is removed. [RT #15849]
455
456 1985.   [protocol]      DLV has now been assigned a official type code of
457                         32769. [RT #15807]
458
459                         Note: care should be taken to ensure you upgrade
460                         both named and dnssec-signzone at the same time for
461                         zones with DLV records where named is the master
462                         server for the zone.  Also any zones that contain
463                         DLV records should be removed when upgrading a slave
464                         zone.  You do not however have to upgrade all
465                         servers for a zone with DLV records simultaniously.
466
467 1984.   [func]          dig, nslookup and host now advertise a 4096 byte
468                         EDNS UDP buffer size by default. [RT #15855]
469
470 1983.   [func]          Two new update policies.  "selfsub" and "selfwild".
471                         [RT #12895]
472
473 1982.   [bug]           DNSKEY was being accepted on the parent side of
474                         a delegation.  KEY is still accepted there for
475                         RFC 3007 validated updates. [RT #15620]
476
477 1981.   [bug]           win32: condition.c:wait() could fail to reattain
478                         the mutex lock.
479
480 1980.   [func]          dnssec-signzone: output the SOA record as the
481                         first record in the signed zone. [RT #15758]
482
483 1979.   [port]          linux: allow named to drop core after changing
484                         user ids. [RT #15753]
485
486 1978.   [port]          Handle systems which have a broken recvmsg().
487                         [RT #15742]
488
489 1977.   [bug]           Silence noisy log message. [RT #15704]
490
491 1976.   [bug]           Handle systems with no IPv4 addresses. [RT #15695]
492
493 1975.   [bug]           libbind: isc_gethexstring() could misparse multi-line
494                         hex strings with comments. [RT #15814]
495
496 1974.   [doc]           List each of the zone types and associated zone
497                         options seperately in the ARM.
498
499 1973.   [func]          TSIG HMACSHA1, HMACSHA224, HMACSHA256, HMACSHA384 and
500                         HMACSHA512 support. [RT #13606]
501
502 1972.   [contrib]       DBUS dynamic forwarders integation from
503                         Jason Vas Dias <jvdias@redhat.com>.
504
505 1971.   [port]          linux: make detection of missing IF_NAMESIZE more
506                         robust. [RT #15443]
507
508 1970.   [bug]           nsupdate: adjust UDP timeout when falling back to
509                         unsigned SOA query. [RT #15775]
510
511 1969.   [bug]           win32: the socket code was freeing the socket
512                         structure too early. [RT #15776]
513
514 1968.   [bug]           Missing lock in resolver.c:validated(). [RT #15739]
515
516 1967.   [func]          dig/nslookup/host: warn about missing "QR". [RT #15779]
517
518 1966.   [bug]           Don't set CD when we have fallen back to plain DNS.
519                         [RT #15727]
520
521 1965.   [func]          Suppress spurious "recusion requested but not
522                         available" warning with 'dig +qr'. [RT #15780].
523
524 1964.   [func]          Seperate out MX and SRV to CNAME checks. [RT #15723]
525
526 1963.   [port]          Tru64 4.0E doesn't support send() and recv(). 
527                         [RT #15586]
528
529 1962.   [bug]           Named failed to clear old update-policy when it
530                         was removed. [RT #15491]
531
532 1961.   [bug]           Check the port and address of responses forwarded
533                         to dispatch. [RT #15474]
534
535 1960.   [bug]           Update code should set NSEC ttls from SOA MINIMUM.
536                         [RT #15465]
537
538 1959.   [func]          Control the zeroing of the negative response TTL to
539                         a soa query.  Defaults "zero-no-soa-ttl yes;" and
540                         "zero-no-soa-ttl-cache no;". [RT #15460]
541
542 1958.   [bug]           Named failed to update the zone's secure state
543                         until the zone was reloaded. [RT #15412]
544
545 1957.   [bug]           Dig mishandled responses to class ANY queries.
546                         [RT #15402]
547
548 1956.   [bug]           Improve cross compile support, 'gen' is now built
549                         by native compiler.  See README for additional
550                         cross compile support information. [RT #15148]
551
552 1955.   [bug]           Pre-allocate the cache cleaning interator. [RT #14998]
553
554 1954.   [func]          Named now falls back to advertising EDNS with a
555                         512 byte receive buffer if the initial EDNS queries
556                         fail.  [RT #14852]
557
558 1953.   [func]          The maximum EDNS UDP response named will send can
559                         now be set in named.conf (max-udp-size).  This is
560                         independent of the advertised receive buffer
561                         (edns-udp-size). [RT #14852]
562
563 1952.   [port]          hpux: tell the linker to build a runtime link
564                         path "-Wl,+b:". [RT #14816].
565
566 1951.   [security]      Drop queries from particular well known ports.
567                         Don't return FORMERR to queries from particular
568                         well known ports.  [RT #15636]
569                         
570 1950.   [port]          Solaris 2.5.1 and earlier cannot bind() then connect()
571                         a TCP socket. This prevents the source address being
572                         set for TCP connections. [RT #15628]
573
574 1949.   [func]          Addition memory leakage checks. [RT #15544]
575
576 1948.   [bug]           If was possible to trigger a REQUIRE failure in
577                         xfrin.c:maybe_free() if named ran out of memory.
578                         [RT #15568]
579
580 1947.   [func]          It is now possible to configure named to accept
581                         expired RRSIGs.  Default "dnssec-accept-expired no;".
582                         Setting "dnssec-accept-expired yes;" leaves named
583                         vulnerable to replay attacks.  [RT #14685]
584
585 1946.   [bug]           resume_dslookup() could trigger a REQUIRE failure
586                         when using forwarders. [RT #15549]
587
588 1945.   [cleanup]       dnssec-keygen: RSA (RSAMD5) is nolonger recommended.
589                         To generate a RSAMD5 key you must explicitly request
590                         RSAMD5. [RT #13780]
591                         
592 1944.   [cleanup]       isc_hash_create() does not need a read/write lock.
593                         [RT #15522]
594
595 1943.   [bug]           Set the loadtime after rolling forward the journal.
596                         [RT #15647]
597
598 1597.   [func]          Allow notify-source and query-source to be specified
599                         on a per server basis similar to transfer-source.
600                         [RT #6496]
601
602         --- 9.4.0a3 released ---
603
604 1942.   [bug]           If the name of a DNSKEY match that of one in
605                         trusted-keys do not attempt to validate the DNSKEY
606                         using the parents DS RRset. [RT #15649]
607
608 1941.   [bug]           ncache_adderesult() should set eresult even if no
609                         rdataset is passed to it. [RT #15642]
610
611 1940.   [bug]           Fixed a number of error conditions reported by
612                         Coverity.
613
614 1939.   [bug]           The resolver could dereference a null pointer after
615                         validation if all the queries have timed out.
616                         [RT #15528]
617
618 1938.   [bug]           The validator was not correctly handling unsecure
619                         negative responses at or below a SEP. [RT #15528]
620
621 1937.   [bug]           sdlz doesn't handle RRSIG records. [RT #15564]
622
623 1936.   [bug]           The validator could leak memory. [RT #15544]
624
625 1935.   [bug]           'acache' was DO sensitive. [RT #15430]
626
627 1934.   [func]          Validate pending NS RRsets, in the authority section,
628                         prior to returning them if it can be done without
629                         requiring DNSKEYs to be fetched.  [RT #15430]
630
631 1919.   [contrib]       queryperf: a set of new features: collecting/printing
632                         response delays, printing intermediate results, and
633                         adjusting query rate for the "target" qps.
634
635         --- 9.4.0a2 released ---
636
637 1933.   [bug]           dump_rdataset_raw() had a incorrect INSIST. [RT #15534]
638
639 1932.   [bug]           hpux: LDFLAGS was getting corrupted. [RT #15530]
640
641 1931.   [bug]           Per-client mctx could require a huge amount of memory,
642                         particularly for a busy caching server. [RT #15519]
643
644 1930.   [port]          HPUX: ia64 support. [RT #15473]
645
646 1929.   [port]          FreeBSD: extend use of PTHREAD_SCOPE_SYSTEM.
647
648 1928.   [bug]           Race in rbtdb.c:currentversion(). [RT #15517]
649
650 1927.   [bug]           Access to soanode or nsnode in rbtdb violated the
651                         lock order rule and could cause a dead lock.
652                         [RT# 15518]
653
654 1926.   [bug]           The Windows installer did not check for empty
655                         passwords.  BINDinstall was being installed in
656                         the wrong place. [RT #15483]
657
658 1925.   [port]          All outer level AC_TRY_RUNs need cross compiling
659                         defaults. [RT #15469]
660
661 1924.   [port]          libbind: hpux ia64 support. [RT #15473]
662
663 1923.   [bug]           ns_client_detach() called too early. [RT #15499]
664
665 1922.   [bug]           check-tool.c:setup_logging() missing call to
666                         dns_log_setcontext().
667
668 1921.   [bug]           Client memory contexts were not using internal
669                         malloc. [RT# 15434]
670
671 1920.   [bug]           The cache rbtdb lock array was too small to
672                         have the desired performance characteristics.
673                         [RT #15454]
674
675         --- 9.4.0a1 released ---
676
677 1918.   [bug]           Memory leak when checking acls. [RT #15391]
678
679 1917.   [doc]           funcsynopsisinfo wasn't being treated as verbatim
680                         when generating man pages. [RT #15385]
681
682 1916.   [func]          Integrate contibuted IDN code from JPNIC. [RT #15383]
683
684 1915.   [bug]           dig +ndots was broken. [RT #15215]
685
686 1914.   [protocol]      DS is required to accept mnemonic algorithms
687                         (RFC 4034).  Still emit numeric algorithms for
688                         compatability with RFC 3658. [RT #15354]
689
690 1913.   [func]          Integrate contibuted DLZ code into named. [RT #11382]
691
692 1912.   [port]          aix: atomic locking for powerpc. [RT #15020]
693
694 1911.   [bug]           Update windows socket code. [RT #14965]
695
696 1910.   [bug]           dig's +sigchase code overhauled. [RT #14933]
697
698 1909.   [bug]           The DLV code has been re-worked to make no longer
699                         query order sensitive. [RT #14933]
700
701 1908.   [func]          dig now warns if 'RA' is not set in the answer when
702                         'RD' was set in the query.  host/nslookup skip servers
703                         that fail to set 'RA' when 'RD' is set unless a server
704                         is explicitly set.  [RT #15005]
705
706 1907.   [func]          host/nslookup now continue (default)/fail on SERVFAIL.
707                         [RT #15006]
708
709 1906.   [func]          dig now has a '-q queryname' and '+showsearch' options.
710                         [RT #15034]
711
712 1905.   [bug]           Strings returned from cfg_obj_asstring() should be
713                         treated as read-only.  The prototype for 
714                         cfg_obj_asstring() has been updated to reflect this.
715                         [RT #15256]
716
717 1904.   [func]          Automatic empty zone creation for D.F.IP6.ARPA and
718                         friends.  Note: RFC 1918 zones are not yet covered by
719                         this but are likely to be in a future release.
720
721                         New options: empty-server, empty-contact,
722                         empty-zones-enable and disable-empty-zone.
723
724 1903.   [func]          ISC string copy API.
725
726 1902.   [func]          Attempt to make the amount of work performed in a
727                         iteration self tuning.  The covers nodes clean from
728                         the cache per iteration, nodes written to disk when
729                         rewriting a master file and nodes destroyed per
730                         iteration when destroying a zone or a cache.
731                         [RT #14996]
732
733 1901.   [cleanup]       Don't add DNSKEY records to the additional section.
734
735 1900.   [bug]           ixfr-from-differences failed to ensure that the
736                         serial number increased. [RT #15036]
737
738 1899.   [func]          named-checkconf now validates update-policy entries.
739                         [RT #14963]
740
741 1898.   [bug]           Extend ISC_SOCKADDR_FORMATSIZE and
742                         ISC_NETADDR_FORMATSIZE to allow for scope details.
743
744 1897.   [func]          x86 and x86_64 now have seperate atomic locking
745                         implementations.
746
747 1896.   [bug]           Recursive clients soft quota support wasn't working
748                         as expected. [RT #15103]
749
750 1895.   [bug]           A escaped character is, potentially, converted to
751                         the output character set too early. [RT #14666]
752
753 1894.   [doc]           Review ARM for BIND 9.4.
754
755 1893.   [port]          Use uintptr_t if available. [RT #14606]
756
757 1892.   [func]          Support for SPF rdata type. [RT #15033]
758
759 1891.   [port]          freebsd: pthread_mutex_init can fail if it runs out
760                         of memory. [RT #14995]
761
762 1890.   [func]          Raise the UDP recieve buffer size to 32k if it is
763                         less than 32k. [RT #14953]
764
765 1889.   [port]          sunos: non blocking i/o support. [RT #14951]
766
767 1888.   [func]          Support for IPSECKEY rdata type. [RT #14967]
768
769 1887.   [bug]           The cache could delete expired records too fast for
770                         clients with a virtual time in the past. [RT #14991]
771
772 1886.   [bug]           fctx_create() could return success even though it
773                         failed. [RT #14993]
774
775 1885.   [func]          dig: report the number of extra bytes still left in
776                         the packet after processing all the records.
777
778 1884.   [cleanup]       dighost.c: move external declarations into <dig/dig.h>.
779
780 1883.   [bug]           dnssec-signzone, dnssec-keygen: handle negative debug
781                         levels. [RT #14962]
782
783 1882.   [func]          Limit the number of recursive clients that can be
784                         waiting for a single query (<qname,qtype,qclass>) to
785                         resolve.  New options clients-per-query and
786                         max-clients-per-query.
787
788 1881.   [func]          Add a system test for named-checkconf. [RT #14931]
789
790 1880.   [func]          The lame cache is now done on a <qname,qclass,qtype>
791                         basis as some servers only appear to be lame for
792                         certain query types.  [RT #14916]
793
794 1879.   [func]          "USE INTERNAL MALLOC" is now runtime selectable.
795                         [RT #14892]
796
797 1878.   [func]          Detect duplicates of UDP queries we are recursing on
798                         and drop them.  New stats category "duplicates".
799                         [RT #2471]
800
801 1877.   [bug]           Fix unreasonably low quantum on call to
802                         dns_rbt_destroy2().  Remove unnecessay unhash_node()
803                         call. [RT #14919]
804
805 1876.   [func]          Additional memory debugging support to track size
806                         and mctx arguments. [RT #14814]
807
808 1875.   [bug]           process_dhtkey() was using the wrong memory context
809                         to free some memory. [RT #14890]
810
811 1874.   [port]          sunos: portability fixes. [RT #14814]
812
813 1873.   [port]          win32: isc__errno2result() now reports its caller.
814                         [RT #13753]
815
816 1872.   [port]          win32: Handle ERROR_NETNAME_DELETED.  [RT #13753]
817
818 1870.   [func]          Added framework for handling multiple EDNS versions.
819                         [RT #14873]
820
821 1869.   [func]          dig can now specify the EDNS version when making
822                         a query. [RT #14873]
823
824 1868.   [func]          edns-udp-size can now be overridden on a per
825                         server basis. [RT #14851]
826
827 1867.   [bug]           It was possible to trigger a INSIST in
828                         dlv_validatezonekey(). [RT #14846]
829
830 1866.   [bug]           resolv.conf parse errors were being ignored by
831                         dig/host/nslookup. [RT #14841]
832
833 1865.   [bug]           Silently ignore nameservers in /etc/resolv.conf with
834                         bad addresses. [RT #14841]
835
836 1864.   [bug]           Don't try the alternative transfer source if you
837                         got a answer / transfer with the main source
838                         address. [RT #14802]
839
840 1863.   [bug]           rrset-order "fixed" error messages not complete.
841
842 1862.   [func]          Add additional zone data constancy checks.
843                         named-checkzone has extended checking of NS, MX and 
844                         SRV record and the hosts they reference.
845                         named has extended post zone load checks.
846                         New zone options: check-mx and integrity-check. 
847                         [RT #4940]
848
849 1861.   [bug]           dig could trigger a INSIST on certain malformed
850                         responses. [RT #14801]
851
852 1860.   [port]          solaris 2.8: hack_shutup_pthreadmutexinit was
853                         incorrectly set. [RT #14775]
854
855 1859.   [func]          Add support for CH A record. [RT #14695]
856
857 1858.   [bug]           The flush-zones-on-shutdown option wasn't being
858                         parsed. [RT #14686]
859
860 1857.   [bug]           named could trigger a INSIST() if reconfigured /
861                         reloaded too fast.  [RT #14673]
862
863 1856.   [doc]           Switch Docbook toolchain from DSSSL to XSL.
864                         [RT #11398]
865
866 1855.   [bug]           ixfr-from-differences was failing to detect changes
867                         of ttl due to dns_diff_subtract() was ignoring the ttl
868                         of records.  [RT #14616]
869
870 1854.   [bug]           lwres also needs to know the print format for
871                         (long long).  [RT #13754]
872
873 1853.   [bug]           Rework how DLV interacts with proveunsecure().
874                         [RT #13605]
875
876 1852.   [cleanup]       Remove last vestiges of dnssec-signkey and
877                         dnssec-makekeyset (removed from Makefile years ago).
878
879 1851.   [doc]           Doxygen comment markup. [RT #11398]
880
881 1850.   [bug]           Memory leak in lwres_getipnodebyaddr(). [RT #14591]
882
883 1849.   [doc]           All forms of the man pages (docbook, man, html) should
884                         have consistant copyright dates.
885
886 1848.   [bug]           Improve SMF integration. [RT #13238]
887
888 1847.   [bug]           isc_ondestroy_init() is called too late in
889                         dns_rbtdb_create()/dns_rbtdb64_create(). 
890                         [RT #13661]
891                         
892 1846.   [contrib]       query-loc-0.3.0 from Stephane Bortzmeyer
893                         <bortzmeyer@nic.fr>.
894
895 1845.   [bug]           Improve error reporting to distingish between
896                         accept()/fcntl() and socket()/fcntl() errors.
897                         [RT #13745]
898
899 1844.   [bug]           inet_pton() accepted more that 4 hexadecimal digits
900                         for each 16 bit piece of the IPv6 address.  The text
901                         representation of a IPv6 address has been tighted
902                         to disallow this (draft-ietf-ipv6-addr-arch-v4-02.txt).
903                         [RT #5662]
904
905 1843.   [cleanup]       CINCLUDES takes precedence over CFLAGS.  This helps
906                         when CFLAGS contains "-I /usr/local/include"
907                         resulting in old header files being used.
908
909 1842.   [port]          cmsg_len() could produce incorrect results on
910                         some platform. [RT #13744]
911
912 1841.   [bug]           "dig +nssearch" now makes a recursive query to
913                         find the list of nameservers to query. [RT #13694]
914
915 1840.   [func]          dnssec-signzone can now randomize signature end times
916                         (dnssec-signzone -j jitter). [RT #13609]
917
918 1839.   [bug]           <isc/hash.h> was not being installed.
919
920 1838.   [cleanup]       Don't allow Linux capabilities to be inherited.
921                         [RT #13707]
922
923 1837.   [bug]           Compile time option ISC_FACILITY was not effective
924                         for 'named -u <user>'.  [RT #13714]
925
926 1836.   [cleanup]       Silence compiler warnings in hash_test.c.
927
928 1835.   [bug]           Update dnssec-signzone's usage message. [RT #13657]
929
930 1834.   [bug]           Bad memset in rdata_test.c. [RT #13658]
931
932 1833.   [bug]           Race condition in isc_mutex_lock_profile(). [RT #13660]
933
934 1832.   [bug]           named fails to return BADKEY on unknown TSIG algorithm.
935                         [RT #13620]
936
937 1831.   [doc]           Update named-checkzone documentation. [RT#13604]
938
939 1830.   [bug]           adb lame cache has sence of test reversed. [RT #13600]
940
941 1829.   [bug]           win32: "pid-file none;" broken. [RT #13563]
942
943 1828.   [bug]           isc_rwlock_init() failed to properly cleanup if it
944                         encountered a error. [RT #13549]
945
946 1827.   [bug]           host: update usage message for '-a'. [RT #37116]
947
948 1826.   [bug]           Missing DESTROYLOCK() in isc_mem_createx() on out
949                         of memory error. [RT #13537]
950
951 1825.   [bug]           Missing UNLOCK() on out of memory error from in
952                         rbtdb.c:subtractrdataset(). [RT #13519]
953
954 1824.   [bug]           Memory leak on dns_zone_setdbtype() failure.
955                         [RT #13510]
956
957 1823.   [bug]           Wrong macro used to check for point to point interface.
958                         [RT#13418]
959
960 1822.   [bug]           check-names test for RT was reversed. [RT #13382]
961
962 1820.   [bug]           Gracefully handle acl loops. [RT #13659]
963
964 1819.   [bug]           The validator needed to check both the algorithm and
965                         digest types of the DS to determine if it could be
966                         used to introduce a secure zone. [RT #13593]
967
968 1818.   [bug]           'named-checkconf -z' triggered an INSIST. [RT #13599]
969
970 1817.   [func]          Add support for additional zone file formats for
971                         improving loading performance.  The masterfile-format
972                         option in named.conf can be used to specify a
973                         non-default format.  A separate command
974                         named-compilezone was provided to generate zone files
975                         in the new format.  Additionally, the -I and -O options
976                         for dnssec-signzone specify the input and output
977                         formats.
978
979 1816.   [port]          UnixWare: failed to compile lib/isc/unix/net.c.
980                         [RT #13597]
981
982 1815.   [bug]           nsupdate triggered a REQUIRE if the server was set
983                         without also setting the zone and it encountered
984                         a CNAME and was using TSIG.  [RT #13086]
985
986 1814.   [func]          UNIX domain controls are now supported.
987
988 1813.   [func]          Restructured the data locking framework using
989                         architecture dependent atomic operations (when
990                         available), improving response performance on
991                         multi-processor machines significantly.
992                         x86, x86_64, alpha, powerpc, and mips are currently
993                         supported.
994
995 1812.   [port]          win32: IN6_IS_ADDR_UNSPECIFIED macro is incorrect.
996                         [RT #13453]
997
998 1811.   [func]          Preserve the case of domain names in rdata during
999                         zone transfers. [RT #13547]
1000
1001 1810.   [bug]           configure, lib/bind/configure make different default
1002                         decisions about whether to do a threaded build.
1003                         [RT #13212]
1004
1005 1809.   [bug]           "make distclean" failed for libbind if the platform
1006                         is not supported.
1007
1008 1808.   [bug]           zone.c:notify_zone() contained a race condition,
1009                         zone->db could change underneath it.  [RT #13511]
1010
1011 1807.   [bug]           When forwarding (forward only) set the active domain
1012                         from the forward zone name. [RT #13526]
1013
1014 1806.   [bug]           The resolver returned the wrong result when a CNAME /
1015                         DNAME was encountered when fetching glue from a
1016                         secure namespace. [RT #13501]
1017
1018 1805.   [bug]           Pending status was not being cleared when DLV was
1019                         active. [RT #13501]
1020
1021 1804.   [bug]           Ensure that if we are queried for glue that it fits
1022                         in the additional section or TC is set to tell the
1023                         client to retry using TCP. [RT #10114]
1024
1025 1803.   [bug]           dnssec-signzone sometimes failed to remove old
1026                         RRSIGs. [RT #13483]
1027
1028 1802.   [bug]           Handle connection resets better. [RT #11280]
1029
1030 1801.   [func]          Report differences between hints and real NS rrset
1031                         and associated address records.
1032
1033 1800.   [bug]           Changes #1719 allowed a INSIST to be triggered.
1034                         [RT #13428]
1035
1036 1799.   [bug]           'rndc flushname' failed to flush negative cache
1037                         entries. [RT #13438]
1038
1039 1798.   [func]          The server syntax has been extended to support a
1040                         range of servers.  [RT #11132]
1041
1042 1797.   [func]          named-checkconf now check acls to verify that they
1043                         only refer to existing acls. [RT #13101]
1044
1045 1796.   [func]          "rndc freeze/thaw" now freezes/thaws all zones.
1046
1047 1795.   [bug]           "rndc dumpdb" was not fully documented.  Minor
1048                         formating issues with "rndc dumpdb -all".  [RT #13396]
1049
1050 1794.   [func]          Named and named-checkzone can now both check for
1051                         non-terminal wildcard records.
1052
1053 1793.   [func]          Extend adjusting TTL warning messages. [RT #13378]
1054
1055 1792.   [func]          New zone option "notify-delay".  Specify a minimum
1056                         delay between sets of NOTIFY messages.
1057
1058 1791.   [bug]           'host -t a' still printed out AAAA and MX records.
1059                         [RT #13230]
1060
1061 1790.   [cleanup]       Move lib/dns/sec/dst up into lib/dns.  This should
1062                         allow parallel make to succeed.
1063
1064 1789.   [bug]           Prerequisite test for tkey and dnssec could fail
1065                         with "configure --with-libtool".
1066
1067 1788.   [bug]           libbind9.la/libbind9.so needs to link against
1068                         libisccfg.la/libisccfg.so.
1069
1070 1787.   [port]          HPUX: both "cc" and "gcc" need -Wl,+vnocompatwarnings.
1071
1072 1786.   [port]          AIX: libt_api needs to be taught to look for
1073                         T_testlist in the main executable (--with-libtool).
1074                         [RT #13239]
1075
1076 1785.   [bug]           libbind9.la/libbind9.so needs to link against
1077                         libisc.la/libisc.so.
1078
1079 1784.   [cleanup]       "libtool -allow-undefined" is the default.
1080                         Leave hooks in configure to allow it to be set
1081                         if needed in the future.
1082
1083 1783.   [cleanup]       We only need one copy of libtool.m4, ltmain.sh in the
1084                         source tree.
1085
1086 1782.   [port]          OSX: --with-libtool + --enable-libbind broke on
1087                         __evOptMonoTime.  [RT #13219]
1088
1089 1781.   [port]          FreeBSD 5.3: set PTHREAD_SCOPE_SYSTEM. [RT #12810]
1090
1091 1780.   [bug]           Update libtool to 1.5.10.
1092
1093 1779.   [port]          OSF 5.1: libtool didn't handle -pthread correctly.
1094
1095 1778.   [port]          HUX 11.11: fix broken IN6ADDR_ANY_INIT and
1096                         IN6ADDR_LOOPBACK_INIT macros.
1097
1098 1777.   [port]          OSF 5.1: fix broken IN6ADDR_ANY_INIT and
1099                         IN6ADDR_LOOPBACK_INIT macros.
1100
1101 1776.   [port]          Solaris 2.9: fix broken IN6ADDR_ANY_INIT and
1102                         IN6ADDR_LOOPBACK_INIT macros.
1103
1104 1775.   [bug]           Only compile getnetent_r.c when threaded. [RT #13205]
1105
1106 1774.   [port]          Aix: Silence compiler warnings / build failures.
1107                         [RT #13154]
1108
1109 1773.   [bug]           Fast retry on host / net unreachable. [RT #13153]
1110
1111 1770.   [bug]           named-checkconf failed to report missing a missing
1112                         file clause for rbt{64} master/hint zones. [RT#13009]
1113
1114 1769.   [port]          win32: change compiler flags /MTd ==> /MDd,
1115                         /MT ==> /MD.
1116
1117 1768.   [bug]           nsecnoexistnodata() could be called with a non-NSEC
1118                         rdataset. [RT #12907]
1119
1120 1767.   [port]          Builds on IPv6 platforms without IPv6 Advanced API
1121                         support for (struct in6_pktinfo) failed.  [RT #13077]
1122
1123 1766.   [bug]           Update the master file timestamp on successful refresh
1124                         as well as the journal's timestamp. [RT# 13062]
1125
1126 1765.   [bug]           configure --with-openssl=auto failed. [RT #12937]
1127
1128 1764.   [bug]           dns_zone_replacedb failed to emit a error message
1129                         if there was no SOA record in the replacment db.
1130                         [RT #13016]
1131
1132 1763.   [func]          Perform sanity checks on NS records which refer to
1133                         'in zone' names. [RT #13002]
1134
1135 1762.   [bug]           isc_interfaceiter_create() could return ISC_R_SUCCESS
1136                         even when it failed. [RT #12995]
1137
1138 1761.   [bug]           'rndc dumpdb' didn't report unassociated entries.
1139                         [RT #12971]
1140
1141 1760.   [bug]           Host / net unreachable was not penalising rtt
1142                         estimates. [RT #12970]
1143
1144 1759.   [bug]           Named failed to startup if the OS supported IPv6
1145                         but had no IPv6 interfaces configured. [RT #12942]
1146
1147 1758.   [func]          Don't send notify messages to self. [RT #12933]
1148
1149 1757.   [func]          host now can turn on memory debugging flags with '-m'.
1150
1151 1756.   [func]          named-checkconf now checks the logging configuration.
1152                         [RT #12352]
1153
1154 1755.   [func]          allow-update is now settable at the options / view
1155                         level. [RT #6636]
1156
1157 1754.   [bug]           We wern't always attempting to query the parent
1158                         server for the DS records at the zone cut.
1159                         [RT #12774]
1160
1161 1753.   [bug]           Don't serve a slave zone which has no NS records.
1162                         [RT #12894]
1163
1164 1752.   [port]          Move isc_app_start() to after ns_os_daemonise()
1165                         as some fork() implementations unblock the signals
1166                         that are blocked by isc_app_start(). [RT #12810]
1167
1168 1751.   [bug]           --enable-getifaddrs failed under linux. [RT #12867]
1169
1170 1750.   [port]          lib/bind/make/rules.in:subdirs was not bash friendly.
1171                         [RT #12864]
1172
1173 1749.   [bug]           'check-names response ignore;' failed to ignore.
1174                         [RT #12866]
1175
1176 1748.   [func]          dig now returns the byte count for axfr/ixfr.
1177                         
1178 1747.   [bug]           BIND 8 compatability: named/named-checkconf failed
1179                         to parse "host-statistics-max" in named.conf.
1180
1181 1746.   [func]          Make public the function to read a key file,
1182                         dst_key_read_public(). [RT #12450]
1183
1184 1745.   [bug]           Dig/host/nslookup accept replies from link locals
1185                         regardless of scope if no scope was specified when
1186                         query was sent. [RT #12745]
1187
1188 1744.   [bug]           If tuple2msgname() failed to convert a tuple to
1189                         a name a REQUIRE could be triggered. [RT #12796]
1190
1191 1743.   [bug]           If isc_taskmgr_create() was not able to create the
1192                         requested number of worker threads then destruction
1193                         of the manager would trigger an INSIST() failure.
1194                         [RT #12790]
1195                         
1196 1742.   [bug]           Deleting all records at a node then adding a
1197                         previously existing record, in a single UPDATE
1198                         transaction, failed to leave / regenerate the
1199                         associated RRSIG records. [RT #12788]
1200
1201 1741.   [bug]           Deleting all records at a node in a secure zone
1202                         using a update-policy grant failed. [RT #12787]
1203
1204 1740.   [bug]           Replace rbt's hash algorithm as it performed badly
1205                         with certain zones. [RT #12729]
1206                         
1207                         NOTE: a hash context now needs to be established
1208                         via isc_hash_create() if the application was not
1209                         already doing this.
1210
1211 1739.   [bug]           dns_rbt_deletetree() could incorrectly return
1212                         ISC_R_QUOTA.  [RT #12695]
1213
1214 1738.   [bug]           Enable overrun checking by default. [RT #12695]
1215
1216 1737.   [bug]           named failed if more than 16 masters were specified.
1217                         [RT #12627]
1218
1219 1736.   [bug]           dst_key_fromnamedfile() could fail to read a
1220                         public key. [RT #12687]
1221                         
1222 1735.   [bug]           'dig +sigtrace' could die with a REQUIRE failure.
1223                         [RE #12688]
1224
1225 1734.   [cleanup]       'rndc-confgen -a -t' remove extra '/' in path.
1226                         [RT #12588]
1227
1228 1733.   [bug]           Return non-zero exit status on initial load failure.
1229                         [RT #12658]
1230
1231 1732.   [bug]           'rrset-order name "*"' wasn't being applied to ".".
1232                         [RT #12467]
1233
1234 1731.   [port]          darwin: relax version test in ifconfig.sh.
1235                         [RT #12581]
1236
1237 1730.   [port]          Determine the length type used by the socket API.
1238                         [RT #12581]
1239
1240 1729.   [func]          Improve check-names error messages.
1241
1242 1728.   [doc]           Update check-names documentation.
1243
1244 1727.   [bug]           named-checkzone: check-names support didn't match
1245                         documentation.
1246
1247 1726.   [port]          aix5: add support for aix5.
1248
1249 1725.   [port]          linux: update error message on interaction of threads,
1250                         capabilities and setuid support (named -u). [RT #12541]
1251
1252 1724.   [bug]           Look for DNSKEY records with "dig +sigtrace".
1253                         [RT #12557]
1254
1255 1723.   [cleanup]       Silence compiler warnings from t_tasks.c. [RT #12493]
1256
1257 1722.   [bug]           Don't commit the journal on malformed ixfr streams.
1258                         [RT #12519]
1259
1260 1721.   [bug]           Error message from the journal processing were not
1261                         always identifing the relevent journal. [RT #12519]
1262
1263 1720.   [bug]           'dig +chase' did not terminate on a RFC 2308 Type 1
1264                         negative response. [RT #12506]
1265
1266 1719.   [bug]           named was not correctly caching a RFC 2308 Type 1
1267                         negative response. [RT #12506]
1268
1269 1718.   [bug]           nsupdate was not handling RFC 2308 Type 3 negative
1270                         responses when looking for the zone / master server.
1271                         [RT #12506]
1272
1273 1717.   [port]          solaris: ifconfig.sh did not support Solaris 10.
1274                         "ifconfig.sh down" didn't work for Solaris 9.
1275
1276 1716.   [doc]           named.conf(5) was being installed in the wrong
1277                         location.  [RT# 12441]
1278
1279 1715.   [func]          'dig +trace' now randomly selects the next servers
1280                         to try.  Report if there is a bad delegation.
1281
1282 1714.   [bug]           dig/host/nslookup were only trying the first
1283                         address when a nameserver was specified by name.
1284                         [RT #12286]
1285
1286 1713.   [port]          linux: extend capset failure message to say:
1287                         please ensure that the capset kernel module is
1288                         loaded.  see insmod(8)
1289
1290 1712.   [bug]           Missing FULLCHECK for "trusted-key" in dig.
1291
1292 1711.   [func]          'rndc unfreeze' has been deprecated by 'rndc thaw'.
1293
1294 1710.   [func]          'rndc notify zone [class [view]]' resend the NOTIFY
1295                         messages for the specified zone. [RT #9479]
1296
1297 1709.   [port]          solaris: add SMF support from Sun.
1298
1299 1708.   [cleanup]       Replaced dns_fullname_hash() with dns_name_fullhash()
1300                         for conformance to the name space convention.  Binary
1301                         backward compatibility to the old function name is
1302                         provided. [RT #12376]
1303
1304 1707.   [contrib]       sdb/ldap updated to version 1.0-beta.
1305
1306 1706.   [bug]           'rndc stop' failed to cause zones to be flushed
1307                         sometimes. [RT #12328]
1308
1309 1705.   [func]          Allow the journal's name to be changed via named.conf.
1310
1311 1704.   [port]          lwres needed a snprintf() implementation for
1312                         platforms without snprintf().  Add missing
1313                         "#include <isc/print.h>". [RT #12321]
1314
1315 1703.   [bug]           named would loop sending NOTIFY messages when it
1316                         failed to receive a response. [RT #12322]
1317
1318 1702.   [bug]           also-notify should not be applied to builtin zones.
1319                         [RT #12323]
1320
1321 1701.   [doc]           A minimal named.conf man page.
1322
1323 1700.   [func]          nslookup is no longer to be treated as deprecated.
1324                         Remove "deprecated" warning message.  Add man page.
1325
1326 1699.   [bug]           dnssec-signzone can generate "not exact" errors
1327                         when resigning. [RT #12281]
1328
1329 1698.   [doc]           Use reserved IPv6 documentation prefix.
1330
1331 1697.   [bug]           xxx-source{,-v6} was not effective when it
1332                         specified one of listening addresses and a
1333                         different port than the listening port. [RT #12257]
1334
1335 1696.   [bug]           dnssec-signzone failed to clean out nodes that
1336                         consisted of only NSEC and RRSIG records.
1337                         [RT #12154]
1338
1339 1695.   [bug]           DS records when forwarding require special handling.
1340                         [RT #12133]
1341
1342 1694.   [bug]           Report if the builtin views of "_default" / "_bind"
1343                         are defined in named.conf. [RT #12023]
1344
1345 1693.   [bug]           max-journal-size was not effective for master zones
1346                         with ixfr-from-differences set. [RT# 12024]
1347
1348 1692.   [bug]           Don't set -I, -L and -R flags when libcrypto is in
1349                         /usr/lib. [RT #11971]
1350
1351 1691.   [bug]           sdb's attachversion was not complete. [RT #11990]
1352
1353 1690.   [bug]           Delay detaching view from the client until UPDATE
1354                         processing completes when shutting down. [RT #11714]
1355
1356 1689.   [bug]           DNS_NAME_TOREGION() and DNS_NAME_SPLIT() macros
1357                         contained gratuitous semicolons. [RT #11707]
1358
1359 1688.   [bug]           LDFLAGS was not supported.
1360
1361 1687.   [bug]           Race condition in dispatch. [RT #10272]
1362
1363 1686.   [bug]           Named sent a extraneous NOTIFY when it received a
1364                         redundant UPDATE request. [RT #11943]
1365
1366 1685.   [bug]           Change #1679 loop tests weren't quite right.
1367
1368 1684.   [func]          ixfr-from-differences now takes master and slave in
1369                         addition to yes and no at the options and view levels.
1370
1371 1683.   [bug]           dig +sigchase could leak memory. [RT #11445]
1372
1373 1682.   [port]          Update configure test for (long long) printf format.
1374                         [RT #5066]
1375
1376 1681.   [bug]           Only set SO_REUSEADDR when a port is specified in
1377                         isc_socket_bind(). [RT #11742]
1378
1379 1680.   [func]          rndc: the source address can now be specified.
1380
1381 1679.   [bug]           When there was a single nameserver with multiple
1382                         addresses for a zone not all addresses were tried.
1383                         [RT #11706]
1384
1385 1678.   [bug]           RRSIG should use TYPEXXXXX for unknown types.
1386
1387 1677.   [bug]           dig: +aaonly didn't work, +aaflag undocumented.
1388
1389 1676.   [func]          New option "allow-query-cache".  This lets
1390                         allow-query be used to specify the default zone
1391                         access level rather than having to have every
1392                         zone override the global value.  allow-query-cache
1393                         can be set at both the options and view levels.
1394                         If allow-query-cache is not set allow-query applies.
1395
1396 1675.   [bug]           named would sometimes add extra NSEC records to
1397                         the authority section.
1398                         
1399 1674.   [port]          linux: increase buffer size used to scan
1400                         /proc/net/if_inet6.
1401
1402 1673.   [port]          linux: issue a error messages if IPv6 interface
1403                         scans fails.
1404
1405 1672.   [cleanup]       Tests which only function in a threaded build
1406                         now return R:THREADONLY (rather than R:UNTESTED)
1407                         in a non-threaded build.
1408
1409 1671.   [contrib]       queryperf: add NAPTR to the list of known types.
1410
1411 1670.   [func]          Log UPDATE requests to slave zones without an acl as
1412                         "disabled" at debug level 3. [RT# 11657]
1413
1414 1668.   [bug]           DIG_SIGCHASE was making bin/dig/host dump core.
1415
1416 1667.   [port]          linux: not all versions have IF_NAMESIZE.
1417
1418 1666.   [bug]           The optional port on hostnames in dual-stack-servers
1419                         was being ignored.
1420
1421 1665.   [func]          rndc now allows addresses to be set in the
1422                         server clauses.
1423
1424 1664.   [bug]           nsupdate needed KEY for SIG(0), not DNSKEY.
1425
1426 1663.   [func]          Look for OpenSSL by default.
1427
1428 1662.   [bug]           Change #1658 failed to change one use of 'type'
1429                         to 'keytype'.
1430
1431 1661.   [bug]           Restore dns_name_concatenate() call in
1432                         adb.c:set_target().  [RT #11582]
1433
1434 1660.   [bug]           win32: connection_reset_fix() was being called
1435                         unconditionally.  [RT #11595]
1436
1437 1659.   [cleanup]       Cleanup some messages that were referring to KEY vs
1438                         DNSKEY, NXT vs NSEC and SIG vs RRSIG.
1439
1440 1658.   [func]          Update dnssec-keygen to default to KEY for HMAC-MD5
1441                         and DH.  Tighten which options apply to KEY and
1442                         DNSKEY records.
1443
1444 1657.   [doc]           ARM: document query log output.
1445
1446 1656.   [doc]           Update DNSSEC description in ARM to cover DS, NSEC
1447                         DNSKEY and RRSIG.  [RT #11542]
1448
1449 1655.   [bug]           Logging multiple versions w/o a size was broken.
1450                         [RT #11446]
1451
1452 1654.   [bug]           isc_result_totext() contained array bounds read
1453                         error.
1454
1455 1653.   [func]          Add key type checking to dst_key_fromfilename(),
1456                         DST_TYPE_KEY should be used to read TSIG, TKEY and
1457                         SIG(0) keys.
1458
1459 1652.   [bug]           TKEY still uses KEY.
1460
1461 1651.   [bug]           dig: process multiple dash options.
1462
1463 1650.   [bug]           dig, nslookup: flush standard out after each command.
1464
1465 1649.   [bug]           Silence "unexpected non-minimal diff" message.
1466                         [RT #11206]
1467
1468 1648.   [func]          Update dnssec-lookaside named.conf syntax to support
1469                         multiple dnssec-lookaside namespaces (not yet
1470                         implemented).  
1471
1472 1647.   [bug]           It was possible trigger a INSIST when chasing a DS
1473                         record that required walking back over a empty node.
1474                         [RT #11445]
1475
1476 1646.   [bug]           win32: logging file versions didn't work with
1477                         non-UNC filenames.  [RT#11486]
1478
1479 1645.   [bug]           named could trigger a REQUIRE failure if multiple
1480                         masters with keys are specified.
1481
1482 1644.   [bug]           Update the journal modification time after a
1483                         sucessfull refresh query. [RT #11436]
1484
1485 1643.   [bug]           dns_db_closeversion() could leak memory / node
1486                         references. [RT #11163]
1487
1488 1642.   [port]          Support OpenSSL implementations which don't have
1489                         DSA support. [RT #11360]
1490
1491 1641.   [bug]           Update the check-names description in ARM. [RT #11389]
1492
1493 1640.   [bug]           win32: isc_socket_cancel(ISC_SOCKCANCEL_ACCEPT) was
1494                         incorrectly closing the socket.  [RT #11291]
1495
1496 1639.   [func]          Initial dlv system test.
1497
1498 1638.   [bug]           "ixfr-from-differences" could generate a REQUIRE
1499                         failure if the journal open failed. [RT #11347]
1500                         
1501 1637.   [bug]           Node reference leak on error in addnoqname().
1502
1503 1636.   [bug]           The dump done callback could get ISC_R_SUCCESS even if
1504                         a error had occured.  The database version no longer
1505                         matched the version of the database that was dumped.
1506
1507 1635.   [bug]           Memory leak on error in query_addds().
1508
1509 1634.   [bug]           named didn't supply a useful error message when it
1510                         detected duplicate views.  [RT #11208]
1511
1512 1633.   [bug]           named should return NOTIMP to update requests to a
1513                         slaves without a allow-update-forwarding acl specified.
1514                         [RT #11331]
1515
1516 1632.   [bug]           nsupdate failed to send prerequisite only UPDATE
1517                         messages. [RT #11288]
1518
1519 1631.   [bug]           dns_journal_compact() could sometimes corrupt the
1520                         journal. [RT #11124]
1521
1522 1630.   [contrib]       queryperf: add support for IPv6 transport.
1523
1524 1629.   [func]          dig now supports IPv6 scoped addresses with the
1525                         extended format in the local-server part. [RT #8753]
1526
1527 1628.   [bug]           Typo in Compaq Trucluster support. [RT# 11264]
1528
1529 1627.   [bug]           win32: sockets were not being closed when the
1530                         last external reference was removed. [RT# 11179]
1531
1532 1626.   [bug]           --enable-getifaddrs was broken. [RT#11259]
1533
1534 1625.   [bug]           named failed to load/transfer RFC2535 signed zones
1535                         which contained CNAMES. [RT# 11237]
1536
1537 1624.   [bug]           zonemgr_putio() call should be locked. [RT# 11163]
1538
1539 1623.   [bug]           A serial number of zero was being displayed in the
1540                         "sending notifies" log message when also-notify was
1541                         used. [RT #11177]
1542
1543 1622.   [func]          probe the system to see if IPV6_(RECV)PKTINFO is
1544                         available, and suppress wildcard binding if not.
1545
1546 1621.   [bug]           match-destinations did not work for IPv6 TCP queries.
1547                         [RT# 11156]
1548
1549 1620.   [func]          When loading a zone report if it is signed. [RT #11149]
1550
1551 1619.   [bug]           Missing ISC_LIST_UNLINK in end_reserved_dispatches().
1552                         [RT# 11118]
1553
1554 1618.   [bug]           Fencepost errors in dns_name_ishostname() and
1555                         dns_name_ismailbox() could trigger a INSIST().
1556
1557 1617.   [port]          win32: VC++ 6.0 support.
1558
1559 1616.   [compat]        Ensure that named's version is visible in the core
1560                         dump. [RT #11127]
1561
1562 1615.   [port]          Define ISC_SOCKADDR_LEN_T based on _BSD_SOCKLEN_T_ if
1563                         it is defined.
1564
1565 1614.   [port]          win32: silence resource limit messages. [RT# 11101]
1566
1567 1613.   [bug]           Builds would fail on machines w/o a if_nametoindex().
1568                         Missing #ifdef ISC_PLATFORM_HAVEIFNAMETOINDEX/#endif.
1569                         [RT #11119]
1570
1571 1612.   [bug]           check-names at the option/view level could trigger
1572                         an INSIST. [RT# 11116]
1573
1574 1611.   [bug]           solaris: IPv6 interface scanning failed to cope with
1575                         no active IPv6 interfaces.
1576
1577 1610.   [bug]           On dual stack machines "dig -b" failed to set the
1578                         address type to be looked up with "@server".
1579                         [RT #11069]
1580
1581 1609.   [func]          dig now has support to chase DNSSEC signature chains.
1582                         Requires -DDIG_SIGCHASE=1 to be set in STD_CDEFINES.
1583
1584                         DNSSEC validation code in dig coded by Olivier Courtay
1585                         (olivier.courtay@irisa.fr) for the IDsA project
1586                         (http://idsa.irisa.fr).
1587
1588 1608.   [func]          dig and host now accept -4/-6 to select IP transport
1589                         to use when making queries.
1590
1591 1607.   [bug]           dig, host and nslookup were still using random()
1592                         to generate query ids. [RT# 11013]
1593
1594 1606.   [bug]           DLV insecurity proof was failing.
1595
1596 1605.   [func]          New dns_db_find() option DNS_DBFIND_COVERINGNSEC.
1597
1598 1604.   [bug]           A xfrout_ctx_create() failure would result in
1599                         xfrout_ctx_destroy() being called with a
1600                         partially initialized structure.
1601                         
1602 1603.   [bug]           nsupdate: set interactive based on isatty().
1603                         [RT# 10929]
1604
1605 1602.   [bug]           Logging to a file failed unless a size was specified.
1606                         [RT# 10925]
1607
1608 1601.   [bug]           Silence spurious warning 'both "recursion no;" and 
1609                         "allow-recursion" active' warning from view "_bind".
1610                         [RT# 10920]
1611
1612 1600.   [bug]           Duplicate zone pre-load checks were not case
1613                         insensitive.
1614
1615 1599.   [bug]           Fix memory leak on error path when checking named.conf.
1616
1617 1598.   [func]          Specify that certain parts of the namespace must
1618                         be secure (dnssec-must-be-secure).
1619
1620 1596.   [func]          Accept 'notify-source' style syntax for query-source.
1621
1622 1595.   [func]          New notify type 'master-only'.  Enable notify for
1623                         master zones only.
1624
1625 1594.   [bug]           'rndc dumpdb' could prevent named from answering
1626                         queries while the dump was in progress.  [RT #10565]
1627
1628 1593.   [bug]           rndc should return "unknown command" to unknown
1629                         commands. [RT# 10642]
1630
1631 1592.   [bug]           configure_view() could leak a dispatch. [RT# 10675]
1632
1633 1591.   [bug]           libbind: updated to BIND 8.4.5.
1634
1635 1590.   [port]          netbsd: update thread support.
1636
1637 1589.   [func]          DNSSEC lookaside validation.
1638
1639 1588.   [bug]           win32: TCP sockets could become blocked. [RT #10115]
1640
1641 1587.   [bug]           dns_message_settsigkey() failed to clear existing key.
1642                         [RT #10590]
1643
1644 1586.   [func]          "check-names" is now implemented.
1645
1646 1585.   [placeholder]
1647
1648 1584.   [bug]           "make test" failed with a read only source tree.
1649                         [RT #10461]
1650
1651 1583.   [bug]           Records add via UPDATE failed to get the correct trust
1652                         level. [RT #10452]
1653
1654 1582.   [bug]           rrset-order failed to work on RRsets with more
1655                         than 32 elements. [RT #10381]
1656
1657 1581.   [func]          Disable DNSSEC support by default.  To enable
1658                         DNSSEC specify "dnssec-enable yes;" in named.conf.
1659
1660 1580.   [bug]           Zone destruction on final detach takes a long time.
1661                         [RT #3746]
1662
1663 1579.   [bug]           Multiple task managers could not be created.
1664
1665 1578.   [bug]           Don't use CLASS E IPv4 addresses when resolving.
1666                         [RT #10346]
1667
1668 1577.   [bug]           Use isc_uint32_t in ultrasparc optimizer bug
1669                         workaround code. [RT #10331]
1670
1671 1576.   [bug]           Race condition in dns_dispatch_addresponse().
1672                         [RT# 10272]
1673
1674 1575.   [func]          Log TSIG name on TSIG verify failure. [RT #4404]
1675
1676 1574.   [bug]           Don't attempt to open the controls socket(s) when
1677                         running tests. [RT #9091]
1678
1679 1573.   [port]          linux: update to libtool 1.5.2 so that
1680                         "make install DESTDIR=/xx" works with
1681                         "configure --with-libtool".  [RT #9941]
1682
1683 1572.   [bug]           nsupdate: sign the soa query to find the enclosing
1684                         zone if the server is specified. [RT #10148]
1685
1686 1571.   [bug]           rbt:hash_node() could fail leaving the hash table
1687                         in an inconsistent state.  [RT #10208]
1688
1689 1570.   [bug]           nsupdate failed to handle classes other than IN.
1690                         New keyword 'class' which sets the default class.
1691                         [RT #10202]
1692
1693 1569.   [func]          nsupdate new command 'answer' which displays the
1694                         complete answer message to the last update.
1695
1696 1568.   [bug]           nsupdate now reports that the update failed in
1697                         interactive mode. [RT# 10236]
1698
1699 1567.   [bug]           B.ROOT-SERVERS.NET is now 192.228.79.201.
1700
1701 1566.   [port]          Support for the cmsg framework on Solaris and HP/UX.
1702                         This also solved the problem that match-destinations
1703                         for IPv6 addresses did not work on these systems.
1704                         [RT #10221]
1705
1706 1565.   [bug]           CD flag should be copied to outgoing queries unless
1707                         the query is under a secure entry point in which case
1708                         CD should be set.
1709
1710 1564.   [func]          Attempt to provide a fallback entropy source to be
1711                         used if named is running chrooted and named is unable
1712                         to open entropy source within the chroot area.
1713                         [RT #10133]
1714
1715 1563.   [bug]           Gracefully fail when unable to obtain neither an IPv4
1716                         nor an IPv6 dispatch. [RT #10230]
1717
1718 1562.   [bug]           isc_socket_create() and isc_socket_accept() could
1719                         leak memory under error conditions. [RT #10230]
1720
1721 1561.   [bug]           It was possible to release the same name twice if
1722                         named ran out of memory. [RT #10197]
1723
1724 1560.   [port]          FreeBSD: work around FreeBSD 5.2 mapping EAI_NODATA
1725                         and EAI_NONAME to the same value.
1726
1727 1559.   [port]          named should ignore SIGFSZ.
1728
1729 1558.   [func]          New DNSSEC 'disable-algorithms'.  Support entry into
1730                         child zones for which we don't have a supported
1731                         algorithm.  Such child zones are treated as unsigned.
1732
1733 1557.   [func]          Implement missing DNSSEC tests for
1734                         * NOQNAME proof with wildcard answers.
1735                         * NOWILDARD proof with NXDOMAIN.
1736                         Cache and return NOQNAME with wildcard answers.
1737
1738 1556.   [bug]           nsupdate now treats all names as fully qualified.
1739                         [RT #6427]
1740
1741 1555.   [func]          'rrset-order cyclic' no longer has a random starting
1742                         point. [RT #7572]
1743
1744 1554.   [bug]           dig, host, nslookup failed when no nameservers
1745                         were specified in /etc/resolv.conf. [RT #8232]
1746
1747 1553.   [bug]           The windows socket code could stop accepting
1748                         connections. [RT#10115]
1749
1750 1552.   [bug]           Accept NOTIFY requests from mapped masters if
1751                         matched-mapped is set. [RT #10049]
1752
1753 1551.   [port]          Open "/dev/null" before calling chroot().
1754
1755 1550.   [port]          Call tzset(), if available, before calling chroot().
1756
1757 1549.   [func]          named-checkzone can now write out the zone contents
1758                         in a easily parsable format (-D and -o).
1759
1760 1548.   [bug]           When parsing APL records it was possible to silently
1761                         accept out of range ADDRESSFAMILY values. [RT# 9979]
1762
1763 1547.   [bug]           Named wasted memory recording duplicate lame zone
1764                         entries. [RT #9341]
1765
1766 1546.   [bug]           We were rejecting valid secure CNAME to negative
1767                         answers.
1768
1769 1545.   [bug]           It was possible to leak memory if named was unable to
1770                         bind to the specified transfer source and TSIG was
1771                         being used. [RT #10120]
1772
1773 1544.   [bug]           Named would logged a single entry to a file despite it
1774                         being over the specified size limit.
1775
1776 1543.   [bug]           Logging using "versions unlimited" did not work.
1777
1778 1542.   [placeholder]
1779
1780 1541.   [func]          NSEC now uses new bitmap format.
1781
1782 1540.   [bug]           "rndc reload <dynamiczone>" was silently accepted.
1783                         [RT #8934]
1784
1785 1539.   [bug]           Open UDP sockets for notify-source and transfer-source
1786                         that use reserved ports at startup. [RT #9475]
1787
1788 1538.   [placeholder]   rt9997
1789
1790 1537.   [func]          New option "querylog".  If set specify whether query
1791                         logging is to be enabled or disabled at startup.
1792
1793 1536.   [bug]           Windows socket code failed to log a error description
1794                         when returning ISC_R_UNEXPECTED. [RT #9998]
1795
1796 1535.   [placeholder]
1797
1798 1534.   [bug]           Race condition when priming cache. [RT# 9940]
1799
1800 1533.   [func]          Warn if both "recursion no;" and "allow-recursion"
1801                         are active. [RT# 4389]
1802
1803 1532.   [port]          netbsd: the configure test for <sys/sysctl.h>
1804                         requires <sys/param.h>.
1805
1806 1531.   [port]          AIX more libtool fixes.
1807
1808 1530.   [bug]           It was possible to trigger a INSIST() failure if a
1809                         slave master file was removed at just the correct
1810                         moment. [RT #9462]
1811
1812 1529.   [bug]           "notify explicit;" failed to log that NOTIFY messages
1813                         were being sent for the zone. [RT# 9442]
1814
1815 1528.   [cleanup]       Simplify some dns_name_ functions based on the
1816                         deprecation of bitstring labels.
1817
1818 1527.   [cleanup]       Reduce the number of gettimeofday() calls without
1819                         losing necessary timer granularity.
1820
1821 1526.   [func]          Implemented "additional section caching (or acache)",
1822                         an internal cache framework for additional section
1823                         content to improve response performance.  Several
1824                         configuration options were provided to control the
1825                         behavior.
1826
1827 1525.   [bug]           dns_cache_create() could trigger a REQUIRE
1828                         failure in isc_mem_put() during error cleanup.
1829                         [RT# 9360]
1830
1831 1524.   [port]          AIX needs to be able to resolve all symbols when
1832                         creating shared libraries (--with-libtool).
1833
1834 1523.   [bug]           Fix race condition in rbtdb. [RT# 9189]
1835
1836 1522.   [bug]           dns_db_findnode() relax the requirements on 'name'.
1837                         [RT# 9286]
1838
1839 1521.   [bug]           dns_view_createresolver() failed to check the
1840                         result from isc_mem_create(). [RT# 9294]
1841
1842 1520.   [protocol]      Add SSHFP (SSH Finger Print) type.
1843
1844 1519.   [bug]           dnssec-signzone:nsec_setbit() computed the wrong
1845                         length of the new bitmap.
1846
1847 1518.   [bug]           dns_nsec_buildrdata(), and hence dns_nsec_build(),
1848                         contained a off-by-one error when working out the
1849                         number of octets in the bitmap.
1850
1851 1517.   [port]          Support for IPv6 interface scanning on HP/UX and
1852                         TrueUNIX 5.1.
1853
1854 1516.   [func]          Roll the DNSSEC types to RRSIG, NSEC and DNSKEY.
1855
1856 1515.   [func]          Allow transfer source to be set in a server statement.
1857                         [RT #6496]
1858
1859 1514.   [bug]           named: isc_hash_destroy() was being called too early.
1860                         [RT #9160]
1861
1862 1513.   [doc]           Add "US" to root-delegation-only exclude list.
1863
1864 1512.   [bug]           Extend the delegation-only logging to return query
1865                         type, class and responding nameserver.
1866
1867 1511.   [bug]           delegation-only was generating false positives
1868                         on negative answers from subzones.
1869
1870 1510.   [func]          New view option "root-delegation-only".  Apply
1871                         delegation-only check to all TLDs and root.
1872                         Note there are some TLDs that are NOT delegation
1873                         only (e.g. DE, LV, US and MUSEUM) these can be excluded
1874                         from the checks by using exclude.
1875
1876                         root-delegation-only exclude {
1877                                 "DE"; "LV"; "US"; "MUSEUM";
1878                         };
1879
1880 1509.   [bug]           Hint zones should accept delegation-only.  Forward
1881                         zone should not accept delegation-only.
1882
1883 1508.   [bug]           Don't apply delegation-only checks to answers from
1884                         forwarders.
1885
1886 1507.   [bug]           Handle BIND 8 style returns to NS queries to parents
1887                         when making delegation-only checks.
1888
1889 1506.   [bug]           Wrong return type for dns_view_isdelegationonly().
1890
1891 1505.   [bug]           Uninitialized rdataset in sdb. [RT #8750]
1892
1893 1504.   [func]          New zone type "delegation-only".
1894
1895 1503.   [port]          win32: install libeay32.dll outside of system32.
1896
1897 1502.   [bug]           nsupdate: adjust timeouts for UPDATE requests over TCP.
1898
1899 1501.   [func]          Allow TCP queue length to be specified via
1900                         named.conf, tcp-listen-queue.
1901
1902 1500.   [bug]           host failed to lookup MX records.  Also look up
1903                         AAAA records.
1904
1905 1499.   [bug]           isc_random need to be seeded better if arc4random()
1906                         is not used.
1907
1908 1498.   [port]          bsdos: 5.x support.
1909
1910 1497.   [placeholder]
1911
1912 1496.   [port]          test for pthread_attr_setstacksize().
1913
1914 1495.   [cleanup]       Replace hash functions with universal hash.
1915
1916 1494.   [security]      Turn on RSA BLINDING as a precaution.
1917
1918 1493.   [placeholder]
1919
1920 1492.   [cleanup]       Preserve rwlock quota context when upgrading /
1921                         downgrading. [RT #5599]
1922
1923 1491.   [bug]           dns_master_dump*() would produce extraneous $ORIGIN
1924                         lines. [RT #6206]
1925
1926 1490.   [bug]           Accept reading state as well as working state in
1927                         ns_client_next(). [RT #6813]
1928
1929 1489.   [compat]        Treat 'allow-update' on slave zones as a warning.
1930                         [RT #3469]
1931
1932 1488.   [bug]           Don't override trust levels for glue addresses.
1933                         [RT #5764]
1934
1935 1487.   [bug]           A REQUIRE() failure could be triggered if a zone was
1936                         queued for transfer and the zone was then removed.
1937                         [RT #6189]
1938
1939 1486.   [bug]           isc_print_snprintf() '%%' consumed one too many format
1940                         characters. [RT# 8230]
1941
1942 1485.   [bug]           gen failed to handle high type values. [RT #6225]
1943
1944 1484.   [bug]           The number of records reported after a AXFR was wrong.
1945                         [RT #6229]
1946
1947 1483.   [bug]           dig axfr failed if the message id in the answer failed
1948                         to match that in the request.  Only the id in the first
1949                         message is required to match. [RT #8138]
1950
1951 1482.   [bug]           named could fail to start if the kernel supports
1952                         IPv6 but no interfaces are configured.  Similarly
1953                         for IPv4. [RT #6229]
1954
1955 1481.   [bug]           Refresh and stub queries failed to use masters keys
1956                         if specified. [RT #7391]
1957
1958 1480.   [bug]           Provide replay protection for rndc commands.  Full
1959                         replay protection requires both rndc and named to
1960                         be updated.  Partial replay protection (limited
1961                         exposure after restart) is provided if just named
1962                         is updated.
1963
1964 1479.   [bug]           cfg_create_tuple() failed to handle out of
1965                         memory cleanup.  parse_list() would leak memory
1966                         on syntax errors.
1967
1968 1478.   [port]          ifconfig.sh didn't account for other virtual
1969                         interfaces.  It now takes a optional argument
1970                         to specify the first interface number. [RT #3907]
1971
1972 1477.   [bug]           memory leak using stub zones and TSIG.
1973
1974 1476.   [placeholder]
1975
1976 1475.   [port]          Probe for old sprintf().
1977
1978 1474.   [port]          Provide strtoul() and memmove() for platforms
1979                         without them.
1980
1981 1473.   [bug]           create_map() and create_string() failed to handle out
1982                         of memory cleanup.  [RT #6813]
1983
1984 1472.   [contrib]       idnkit-1.0 from JPNIC, replaces mdnkit.
1985
1986 1471.   [bug]           libbind: updated to BIND 8.4.0.
1987
1988 1470.   [bug]           Incorrect length passed to snprintf. [RT #5966]
1989
1990 1469.   [func]          Log end of outgoing zone transfer at same level
1991                         as the start of transfer is logged. [RT #4441]
1992
1993 1468.   [func]          Internal zones are no longer counted for
1994                         'rndc status'.  [RT #4706]
1995
1996 1467.   [func]          $GENERATES now supports optional class and ttl.
1997
1998 1466.   [bug]           lwresd configuration errors resulted in memory
1999                         and lock leaks.  [RT #5228]
2000
2001 1465.   [bug]           isc_base64_decodestring() and isc_base64_tobuffer()
2002                         failed to check that trailing bits were zero allowing
2003                         some invalid base64 strings to be accepted.  [RT #5397]
2004
2005 1464.   [bug]           Preserve "out of zone" data for outgoing zone
2006                         transfers. [RT #5192]
2007
2008 1463.   [bug]           dns_rdata_from{wire,struct}() failed to catch bad
2009                         NXT bit maps. [RT #5577]
2010
2011 1462.   [bug]           parse_sizeval() failed to check the token type.
2012                         [RT #5586]
2013
2014 1461.   [bug]           Remove deadlock from rbtdb code. [RT #5599]
2015
2016 1460.   [bug]           inet_pton() failed to reject certain malformed
2017                         IPv6 literals.
2018
2019 1459.   [placeholder]
2020
2021 1458.   [cleanup]       sprintf() -> snprintf().
2022
2023 1457.   [port]          Provide strlcat() and strlcpy() for platforms without
2024                         them.
2025
2026 1456.   [contrib]       gen-data-queryperf.py from Stephane Bortzmeyer.
2027
2028 1455.   [bug]           <netaddr> missing from server grammar in
2029                         doc/misc/options. [RT #5616]
2030
2031 1454.   [port]          Use getifaddrs() if available for interface scanning.
2032                         --disable-getifaddrs to override.  Glibc currently
2033                         has a getifaddrs() that does not support IPv6.
2034                         Use --enable-getifaddrs=glibc to force the use of
2035                         this version under linux machines.
2036
2037 1453.   [doc]           ARM: $GENERATE example wasn't accurate. [RT #5298]
2038
2039 1452.   [placeholder]
2040
2041 1451.   [bug]           rndc-confgen didn't exit with a error code for all
2042                         failures. [RT #5209]
2043
2044 1450.   [bug]           Fetching expired glue failed under certain
2045                         circumstances.  [RT #5124]
2046
2047 1449.   [bug]           query_addbestns() didn't handle running out of memory
2048                         gracefully.
2049
2050 1448.   [bug]           Handle empty wildcards labels.
2051
2052 1447.   [bug]           We were casting (unsigned int) to and from (void *).
2053                         rdataset->private4 is now rdataset->privateuint4
2054                         to reflect a type change.
2055
2056 1446.   [func]          Implemented undocumented alternate transfer sources
2057                         from BIND 8.  See use-alt-transfer-source,
2058                         alt-transfer-source and alt-transfer-source-v6.
2059
2060                         SECURITY: use-alt-transfer-source is ENABLED unless
2061                         you are using views.  This may cause a security risk
2062                         resulting in accidental disclosure of wrong zone
2063                         content if the master supplying different source
2064                         content based on IP address.  If you are not certain
2065                         ISC recommends setting use-alt-transfer-source no;
2066
2067 1445.   [bug]           DNS_ADBFIND_STARTATROOT broke stub zones.  This has
2068                         been replaced with DNS_ADBFIND_STARTATZONE which
2069                         causes the search to start using the closest zone.
2070
2071 1444.   [func]          dns_view_findzonecut2() allows you to specify if the
2072                         cache should be searched for zone cuts.
2073
2074 1443.   [func]          Masters lists can now be specified and referenced
2075                         in zone masters clauses and other masters lists.
2076
2077 1442.   [func]          New functions for manipulating port lists:
2078                         dns_portlist_create(), dns_portlist_add(),
2079                         dns_portlist_remove(), dns_portlist_match(),
2080                         dns_portlist_attach() and dns_portlist_detach().
2081
2082 1441.   [func]          It is now possible to tell dig to bind to a specific
2083                         source port.
2084
2085 1440.   [func]          It is now possible to tell named to avoid using
2086                         certain source ports (avoid-v4-udp-ports,
2087                         avoid-v6-udp-ports).
2088
2089 1439.   [bug]           Named could return NOERROR with certain NOTIFY
2090                         failures.  Return NOTAUTH if the NOTIFY zone is
2091                         not being served.
2092
2093 1438.   [func]          Log TSIG (if any) when logging NOTIFY requests.
2094
2095 1437.   [bug]           Leave space for stdio to work in. [RT #5033]
2096
2097 1436.   [func]          dns_zonemgr_resumexfrs() can be used to restart
2098                         stalled transfers.
2099
2100 1435.   [bug]           zmgr_resume_xfrs() was being called read locked
2101                         rather than write locked.  zmgr_resume_xfrs()
2102                         was not being called if the zone was being
2103                         shutdown.
2104
2105 1434.   [bug]           "rndc reconfig" failed to initiate the initial
2106                         zone transfer of new slave zones.
2107
2108 1433.   [bug]           named could trigger a REQUIRE failure if it could
2109                         not get a file descriptor when attempting to write
2110                         a master file. [RT #4347]
2111
2112 1432.   [func]          The advertised EDNS UDP buffer size can now be set
2113                         via named.conf (edns-udp-size).
2114
2115 1431.   [bug]           isc_print_snprintf() "%s" with precision could walk off
2116                         end of argument. [RT #5191]
2117
2118 1430.   [port]          linux: IPv6 interface scanning support.
2119
2120 1429.   [bug]           Prevent the cache getting locked to old servers.
2121
2122 1428.   [placeholder]
2123
2124 1427.   [bug]           Race condition in adb with threaded build.
2125
2126 1426.   [placeholder]
2127
2128 1425.   [port]          linux/libbind: define __USE_MISC when testing *_r()
2129                         function prototypes in netdb.h.  [RT #4921]
2130
2131 1424.   [bug]           EDNS version not being correctly printed.
2132
2133 1423.   [contrib]       queryperf: added A6 and SRV.
2134
2135 1422.   [func]          Log name/type/class when denying a query.  [RT #4663]
2136
2137 1421.   [func]          Differentiate updates that don't succeed due to
2138                         prerequisites (unsuccessful) vs other reasons
2139                         (failed).
2140
2141 1420.   [port]          solaris: work around gcc optimizer bug.
2142
2143 1419.   [port]          openbsd: use /dev/arandom. [RT #4950]
2144
2145 1418.   [bug]           'rndc reconfig' did not cause new slaves to load.
2146
2147 1417.   [func]          ID.SERVER/CHAOS is now a built in zone.
2148                         See "server-id" for how to configure.
2149
2150 1416.   [bug]           Empty node should return NOERROR NODATA, not NXDOMAIN.
2151                         [RT #4715]
2152
2153 1415.   [func]          DS TTL now derived from NS ttl.  NXT TTL now derived
2154                         from SOA MINIMUM.
2155
2156 1414.   [func]          Support for KSK flag.
2157
2158 1413.   [func]          Explicitly request the (re-)generation of DS records
2159                         from keysets (dnssec-signzone -g).
2160
2161 1412.   [func]          You can now specify servers to be tried if a nameserver
2162                         has IPv6 address and you only support IPv4 or the
2163                         reverse. See dual-stack-servers.
2164
2165 1411.   [bug]           empty nodes should stop wildcard matches. [RT #4802]
2166
2167 1410.   [func]          Handle records that live in the parent zone, e.g. DS.
2168
2169 1409.   [bug]           DS should have attribute DNS_RDATATYPEATTR_DNSSEC.
2170
2171 1408.   [bug]           "make distclean" was not complete. [RT #4700]
2172
2173 1407.   [bug]           lfsr incorrectly implements the shift register.
2174                         [RT #4617]
2175
2176 1406.   [bug]           dispatch initializes one of the LFSR's with a incorrect
2177                         polynomial.  [RT #4617]
2178
2179 1405.   [func]          Use arc4random() if available.
2180
2181 1404.   [bug]           libbind: ns_name_ntol() could overwrite a zero length
2182                         buffer.
2183
2184 1403.   [func]          dnssec-signzone, dnssec-keygen, dnssec-makekeyset
2185                         dnssec-signkey now report their version in the
2186                         usage message.
2187
2188 1402.   [cleanup]       A6 has been moved to experimental and is no longer
2189                         fully supported.
2190
2191 1401.   [bug]           adb wasn't clearing state when the timer expired.
2192
2193 1400.   [bug]           Block the addition of wildcard NS records by IXFR
2194                         or UPDATE. [RT #3502]
2195
2196 1399.   [bug]           Use serial number arithmetic when testing SIG
2197                         timestamps. [RT #4268]
2198
2199 1398.   [doc]           ARM: notify-also should have been also-notify.
2200                         [RT #4345]
2201
2202 1397.   [bug]           J.ROOT-SERVERS.NET is now 192.58.128.30.
2203
2204 1396.   [func]          dnssec-signzone: adjust the default signing time by
2205                         1 hour to allow for clock skew.
2206
2207 1395.   [port]          OpenSSL 0.9.7 defines CRYPTO_LOCK_ENGINE but doesn't
2208                         have a working implementation.  [RT #4079]
2209
2210 1394.   [func]          It is now possible to check if a particular element is
2211                         in a acl.  Remove duplicate entries from the localnets
2212                         acl.
2213
2214 1393.   [port]          Bind to individual IPv6 interfaces if IPV6_IPV6ONLY
2215                         is not available in the kernel to prevent accidently
2216                         listening on IPv4 interfaces.
2217
2218 1392.   [bug]           named-checkzone: update usage.
2219
2220 1391.   [func]          Add support for IPv6 scoped addresses in named.
2221
2222 1390.   [func]          host now supports ixfr.
2223
2224 1389.   [bug]           named could fail to rotate long log files.  [RT #3666]
2225
2226 1388.   [port]          irix: check for sys/sysctl.h and NET_RT_IFLIST before
2227                         defining HAVE_IFLIST_SYSCTL. [RT #3770]
2228
2229 1387.   [bug]           named could crash due to an access to invalid memory
2230                         space (which caused an assertion failure) in
2231                         incremental cleaning.  [RT #3588]
2232
2233 1386.   [bug]           named-checkzone -z stopped on errors in a zone.
2234                         [RT #3653]
2235
2236 1385.   [bug]           Setting serial-query-rate to 10 would trigger a
2237                         REQUIRE failure.
2238
2239 1384.   [bug]           host was incompatible with BIND 8 in its exit code and
2240                         in the output with the -l option.  [RT #3536]
2241
2242 1383.   [func]          Track the serial number in a IXFR response and log if
2243                         a mismatch occurs.  This is a more specific error than
2244                         "not exact". [RT #3445]
2245
2246 1382.   [bug]           make install failed with --enable-libbind. [RT #3656]
2247
2248 1381.   [bug]           named failed to correctly process answers that
2249                         contained DNAME records where the resulting CNAME
2250                         resulted in a negative answer.
2251
2252 1380.   [func]          'rndc recursing' dump recursing queries to
2253                         'recursing-file = "named.recursing";'.
2254
2255 1379.   [func]          'rndc status' now reports tcp and recursion quota
2256                         states.
2257
2258 1378.   [func]          Improved positive feedback for 'rndc {reload|refresh}.
2259
2260 1377.   [func]          dns_zone_load{new}() now reports if the zone was
2261                         loaded, queued for loading to up to date.
2262
2263 1376.   [func]          New function dns_zone_logc() to log to specified
2264                         category.
2265
2266 1375.   [func]          'rndc dumpdb' now dumps the adb cache along with the
2267                         data cache.
2268
2269 1374.   [func]          dns_adb_dump() now logs the lame zones associated
2270                         with each server.
2271
2272 1373.   [bug]           Recovery from expired glue failed under certain
2273                         circumstances.
2274
2275 1372.   [bug]           named crashes with an assertion failure on exit when
2276                         sharing the same port for listening and querying, and
2277                         changing listening addresses several times. [RT# 3509]
2278
2279 1371.   [bug]           notify-source-v6, transfer-source-v6 and
2280                         query-source-v6 with explicit addresses and using the
2281                         same ports as named was listening on could interfere
2282                         with named's ability to answer queries sent to those
2283                         addresses.
2284
2285 1370.   [bug]           dig '+[no]recurse' was incorrectly documented.
2286
2287 1369.   [bug]           Adding an NS record as the lexicographically last
2288                         record in a secure zone didn't work.
2289
2290 1368.   [func]          remove support for bitstring labels.
2291
2292 1367.   [func]          Use response times to select forwarders.
2293
2294 1366.   [contrib]       queryperf usage was incomplete.  Add '-h' for help.
2295
2296 1365.   [func]          "localhost" and "localnets" acls now include IPv6
2297                         addresses / prefixes.
2298
2299 1364.   [func]          Log file name when unable to open memory statistics
2300                         and dump database files. [RT# 3437]
2301
2302 1363.   [func]          Listen-on-v6 now supports specific addresses.
2303
2304 1362.   [bug]           remove IFF_RUNNING test when scanning interfaces.
2305
2306 1361.   [func]          log the reason for rejecting a server when resolving
2307                         queries.
2308
2309 1360.   [bug]           --enable-libbind would fail when not built in the
2310                         source tree for certain OS's.
2311
2312 1359.   [security]      Support patches OpenSSL libraries.
2313                         http://www.cert.org/advisories/CA-2002-23.html
2314
2315 1358.   [bug]           It was possible to trigger a INSIST when debugging
2316                         large dynamic updates. [RT #3390]
2317
2318 1357.   [bug]           nsupdate was extremely wasteful of memory.
2319
2320 1356.   [tuning]        Reduce the number of events / quantum for zone tasks.
2321
2322 1355.   [bug]           Fix DNSSEC wildcard proof for CNAME/DNAME.
2323
2324 1354.   [doc]           lwres man pages had illegal nroff.
2325
2326 1353.   [contrib]       sdb/ldap to version 0.9.
2327
2328 1352.   [bug]           dig, host, nslookup when falling back to TCP use the
2329                         current search entry (if any). [RT #3374]
2330
2331 1351.   [bug]           lwres_getipnodebyname() returned the wrong name
2332                         when given a IPv4 literal, af=AF_INET6 and AI_MAPPED
2333                         was set.
2334
2335 1350.   [bug]           dns_name_fromtext() failed to handle too many labels
2336                         gracefully.
2337
2338 1349.   [security]      Minimum OpenSSL version now 0.9.6e (was 0.9.5a).
2339                         http://www.cert.org/advisories/CA-2002-23.html
2340
2341 1348.   [port]          win32: Rewrote code to use I/O Completion Ports
2342                         in socket.c and eliminating a host of socket
2343                         errors. Performance is enhanced.
2344
2345 1347.   [placeholder]
2346
2347 1346.   [placeholder]
2348
2349 1345.   [port]          Use a explicit -Wformat with gcc.  Not all versions
2350                         include it in -Wall.
2351
2352 1344.   [func]          Log if the serial number on the master has gone
2353                         backwards.
2354                         If you have multiple machines specified in the masters
2355                         clause you may want to set 'multi-master yes;' to
2356                         suppress this warning.
2357
2358 1343.   [func]          Log successful notifies received (info).  Adjust log
2359                         level for failed notifies to notice.
2360
2361 1342.   [func]          Log remote address with TCP dispatch failures.
2362
2363 1341.   [func]          Allow a rate limiter to be stalled.
2364
2365 1340.   [bug]           Delay and spread out the startup refresh load.
2366
2367 1339.   [func]          dig, host and nslookup now use IP6.ARPA for nibble
2368                         lookups.  Bit string lookups are no longer attempted.
2369
2370 1338.   [placeholder]
2371
2372 1337.   [placeholder]
2373
2374 1336.   [func]          Nibble lookups under IP6.ARPA are now supported by
2375                         dns_byaddr_create().  dns_byaddr_createptrname() is
2376                         deprecated, use dns_byaddr_createptrname2() instead.
2377
2378 1335.   [bug]           When performing a nonexistence proof, the validator
2379                         should discard parent NXTs from higher in the DNS.
2380
2381 1334.   [bug]           When signing/verifying rdatasets, duplicate rdatas
2382                         need to be suppressed.
2383
2384 1333.   [contrib]       queryperf now reports a summary of returned
2385                         rcodes (-c), rcodes are printed in mnemonic form (-v).
2386
2387 1332.   [func]          Report the current serial with periodic commits when
2388                         rolling forward the journal.
2389
2390 1331.   [func]          Generate DNSSEC wildcard proofs.
2391
2392 1330.   [bug]           When processing events (non-threaded) only allow
2393                         the task one chance to use to use its quantum.
2394
2395 1329.   [func]          named-checkzone will now check if nameservers that
2396                         appear to be IP addresses.  Available modes "fail",
2397                         "warn" (default) and "ignore" the results of the
2398                         check.
2399
2400 1328.   [bug]           The validator could incorrectly verify an invalid
2401                         negative proof.
2402
2403 1327.   [bug]           The validator would incorrectly mark data as insecure
2404                         when seeing a bogus signature before a correct
2405                         signature.
2406
2407 1326.   [bug]           DNAME/CNAME signatures were not being cached when
2408                         validation was not being performed. [RT #3284]
2409
2410 1325.   [bug]           If the tcpquota was exhausted it was possible to
2411                         to trigger a INSIST() failure.
2412
2413 1324.   [port]          darwin: ifconfig.sh now supports darwin.
2414
2415 1323.   [port]          linux: Slackware 4.0 needs <asm/unistd.h>. [RT #3205]
2416
2417 1322.   [bug]           dnssec-signzone usage message was misleading.
2418
2419 1321.   [bug]           If the last RRset in a zone is glue, dnssec-signzone
2420                         would incorrectly duplicate its output and sign it.
2421
2422 1320.   [doc]           query-source-v6 was missing from options section.
2423                         [RT #3218]
2424
2425 1319.   [func]          libbind: log attempts to exploit #1318.
2426
2427 1318.   [bug]           libbind: Remote buffer overrun.
2428
2429 1317.   [port]          libbind: TrueUNIX 5.1 does not like __align as a
2430                         element name.
2431
2432 1316.   [bug]           libbind: gethostans() could get out of sync parsing
2433                         the response if there was a very long CNAME chain.
2434
2435 1315.   [bug]           Options should apply to the internal _bind view.
2436
2437 1314.   [port]          Handle ECONNRESET from sendmsg() [unix].
2438
2439 1313.   [func]          Query log now says if the query was signed (S) or
2440                         if EDNS was used (E).
2441
2442 1312.   [func]          Log TSIG key used w/ outgoing zone transfers.
2443
2444 1311.   [bug]           lwres_getrrsetbyname leaked memory.  [RT #3159]
2445
2446 1310.   [bug]           'rndc stop' failed to cause zones to be flushed
2447                         sometimes. [RT #3157]
2448
2449 1309.   [func]          Log that a zone transfer was covered by a TSIG.
2450
2451 1308.   [func]          DS (delegation signer) support.
2452
2453 1307.   [bug]           nsupdate: allow white space base64 key data.
2454
2455 1306.   [bug]           Badly encoded LOC record when the size, horizontal
2456                         precision or vertical precision was 0.1m.
2457
2458 1305.   [bug]           Document that internal zones are included in the
2459                         rndc status results.
2460
2461 1304.   [func]          New function: dns_zone_name().
2462
2463 1303.   [func]          Option 'flush-zones-on-shutdown <boolean>;'.
2464
2465 1302.   [func]          Extended rndc dumpdb to support dumping of zones and
2466                         view selection: 'dumpdb [-all|-zones|-cache] [view]'.
2467
2468 1301.   [func]          New category 'update-security'.
2469
2470 1300.   [port]          Compaq Trucluster support.
2471
2472 1299.   [bug]           Set AI_ADDRCONFIG when looking up addresses
2473                         via getaddrinfo() (affects dig, host, nslookup, rndc
2474                         and nsupdate).
2475
2476 1298.   [bug]           The CINCLUDES macro in lib/dns/sec/dst/Makefile
2477                         could be left with a trailing "\" after configure
2478                         has been run.
2479
2480 1297.   [port]          linux: make handling EINVAL from socket() no longer
2481                         conditional on #ifdef LINUX.
2482
2483 1296.   [bug]           isc_log_closefilelogs() needed to lock the log
2484                         context.
2485
2486 1295.   [bug]           isc_log_setdebuglevel() needed to lock the log
2487                         context.
2488
2489 1294.   [func]          libbind: no longer attempts bit string labels for
2490                         IPv6 reverse resolution.  Try IP6.ARPA then IP6.INT
2491                         for nibble style resolution.
2492
2493 1293.   [func]          Entropy can now be retrieved from EGDs. [RT #2438]
2494
2495 1292.   [func]          Enable IPv6 support when using ioctl style interface
2496                         scanning and OS supports SIOCGLIFADDR using struct
2497                         if_laddrreq.
2498
2499 1291.   [func]          Enable IPv6 support when using sysctl style interface
2500                         scanning.
2501
2502 1290.   [func]          "dig axfr" now reports the number of messages
2503                         as well as the number of records.
2504
2505 1289.   [port]          See if -ldl is required for OpenSSL? [RT #2672]
2506
2507 1288.   [bug]           Adjusted REQUIRE's in lib/dns/name.c to better
2508                         reflect written requirements.
2509
2510 1287.   [bug]           REQUIRE that DNS_DBADD_MERGE only be set when adding
2511                         a rdataset to a zone db in the rbtdb implementation of
2512                         addrdataset.
2513
2514 1286.   [bug]           dns_name_downcase() enforce requirement that
2515                         target != NULL or name->buffer != NULL.
2516
2517 1285.   [func]          lwres: probe the system to see what address families
2518                         are currently in use.
2519
2520 1284.   [bug]           The RTT estimate on unused servers was not aged.
2521                         [RT #2569]
2522
2523 1283.   [func]          Use "dataready" accept filter if available.
2524
2525 1282.   [port]          libbind: hpux 11.11 interface scanning.
2526
2527 1281.   [func]          Log zone when unable to get private keys to update
2528                         zone.  Log zone when NXT records are missing from
2529                         secure zone.
2530
2531 1280.   [bug]           libbind: escape '(' and ')' when converting to
2532                         presentation form.
2533
2534 1279.   [port]          Darwin uses (unsigned long) for size_t. [RT #2590]
2535
2536 1278.   [func]          dig: now supports +[no]cl +[no]ttlid.
2537
2538 1277.   [func]          You can now create your own customized printing
2539                         styles: dns_master_stylecreate() and
2540                         dns_master_styledestroy().
2541
2542 1276.   [bug]           libbind: const pointer conflicts in res_debug.c.
2543
2544 1275.   [port]          libbind: hpux: treat all hpux systems as BIG_ENDIAN.
2545
2546 1274.   [bug]           Memory leak in lwres_gnbarequest_parse().
2547
2548 1273.   [port]          libbind: solaris: 64 bit binary compatibility.
2549
2550 1272.   [contrib]       Berkeley DB 4.0 sdb implementation from
2551                         Nuno Miguel Rodrigues <nmr@co.sapo.pt>.
2552
2553 1271.   [bug]           "recursion available: {denied,approved}" was too
2554                         confusing.
2555
2556 1270.   [bug]           Check that system inet_pton() and inet_ntop() support
2557                         AF_INET6.
2558
2559 1269.   [port]          Openserver: ifconfig.sh support.
2560
2561 1268.   [port]          Openserver: the value FD_SETSIZE depends on whether
2562                         <sys/param.h> is included or not.  Be consistent.
2563
2564 1267.   [func]          isc_file_openunique() now creates file using mode
2565                         0666 rather than 0600.
2566
2567 1266.   [bug]           ISC_LINK_INIT, ISC_LINK_UNLINK, ISC_LIST_DEQUEUE,
2568                         __ISC_LINK_UNLINKUNSAFE and __ISC_LIST_DEQUEUEUNSAFE
2569                         are not C++ compatible, use *_TYPE versions instead.
2570
2571 1265.   [bug]           libbind: LINK_INIT and UNLINK were not compatible with
2572                         C++, use LINK_INIT_TYPE and UNLINK_TYPE instead.
2573
2574 1264.   [placeholder]
2575
2576 1263.   [bug]           Reference after free error if dns_dispatchmgr_create()
2577                         failed.
2578
2579 1262.   [bug]           ns_server_destroy() failed to set *serverp to NULL.
2580
2581 1261.   [func]          libbind: ns_sign2() and ns_sign_tcp() now provide
2582                         support for compressed TSIG owner names.
2583
2584 1260.   [func]          libbind: res_update can now update IPv6 servers,
2585                         new function res_findzonecut2().
2586
2587 1259.   [bug]           libbind: get_salen() IPv6 support was broken for OSs
2588                         w/o sa_len.
2589
2590 1258.   [bug]           libbind: res_nametotype() and res_nametoclass() were
2591                         broken.
2592
2593 1257.   [bug]           Failure to write pid-file should not be fatal on
2594                         reload. [RT #2861]
2595
2596 1256.   [contrib]       'queryperf' now has EDNS (-e) + DNSSEC DO (-D) support.
2597
2598 1255.   [bug]           When verifying that an NXT proves nonexistence, check
2599                         the rcode of the message and only do the matching NXT
2600                         check.  That is, for NXDOMAIN responses, check that
2601                         the name is in the range between the NXT owner and
2602                         next name, and for NOERROR NODATA responses, check
2603                         that the type is not present in the NXT bitmap.
2604
2605 1254.   [func]          preferred-glue option from BIND 8.3.
2606
2607 1253.   [bug]           The dnssec system test failed to remove the correct
2608                         files.
2609
2610 1252.   [bug]           Dig, host and nslookup were not checking the address
2611                         the answer was coming from against the address it was
2612                         sent to. [RT# 2692]
2613
2614 1251.   [port]          win32: a make file contained absolute version specific
2615                         references.
2616
2617 1250.   [func]          Nsupdate will report the address the update was
2618                         sent to.
2619
2620 1249.   [bug]           Missing masters clause was not handled gracefully.
2621                         [RT #2703]
2622
2623 1248.   [bug]           DESTDIR was not being propagated between makes.
2624
2625 1247.   [bug]           Don't reset the interface index for link/site local
2626                         addresses. [RT #2576]
2627
2628 1246.   [func]          New functions isc_sockaddr_issitelocal(),
2629                         isc_sockaddr_islinklocal(), isc_netaddr_issitelocal()
2630                         and isc_netaddr_islinklocal().
2631
2632 1245.   [bug]           Treat ENOBUFS, ENOMEM and ENFILE as soft errors for
2633                         accept().
2634
2635 1244.   [bug]           Receiving a TCP message from a blackhole address would
2636                         prevent further messages being received over that
2637                         interface.
2638
2639 1243.   [bug]           It was possible to trigger a REQUIRE() in
2640                         dns_message_findtype(). [RT #2659]
2641
2642 1242.   [bug]           named-checkzone failed if a journal existed. [RT #2657]
2643
2644 1241.   [bug]           Drop received UDP messages with a zero source port
2645                         as these are invariably forged. [RT #2621]
2646
2647 1240.   [bug]           It was possible to leak zone references by
2648                         specifying an incorrect zone to rndc.
2649
2650 1239.   [bug]           Under certain circumstances named could continue to
2651                         use a name after it had been freed triggering
2652                         INSIST() failures.  [RT #2614]
2653
2654 1238.   [bug]           It is possible to lockup the server when shutting down
2655                         if notifies were being processed. [RT #2591]
2656
2657 1237.   [bug]           nslookup: "set q=type" failed.
2658
2659 1236.   [bug]           dns_rdata{class,type}_fromtext() didn't handle non
2660                         NULL terminated text regions. [RT #2588]
2661
2662 1235.   [func]          Report 'out of memory' errors from openssl.
2663
2664 1234.   [bug]           contrib/sdb: 'zonetodb' failed to call
2665                         dns_result_register().  DNS_R_SEENINCLUDE should not
2666                         be fatal.
2667
2668 1233.   [bug]           The flags field of a KEY record can be expressed in
2669                         hex as well as decimal.
2670
2671 1232.   [bug]           unix/errno2result() didn't handle EADDRNOTAVAIL.
2672
2673 1231.   [port]          HPUX 11.11 recvmsg() can return spurious EADDRNOTAVAIL.
2674
2675 1230.   [bug]           isccc_cc_isreply() and isccc_cc_isack() were broken.
2676
2677 1229.   [bug]           named would crash if it received a TSIG signed
2678                         query as part of an AXFR response. [RT #2570]
2679
2680 1228.   [bug]           'make install' did not depend on 'make all'. [RT #2559]
2681
2682 1227.   [bug]           dns_lex_getmastertoken() now returns ISC_R_BADNUMBER
2683                         if a number was expected and some other token was
2684                         found. [RT#2532]
2685
2686 1226.   [func]          Use EDNS for zone refresh queries. [RT #2551]
2687
2688 1225.   [func]          dns_message_setopt() no longer requires that
2689                         dns_message_renderbegin() to have been called.
2690
2691 1224.   [bug]           'rrset-order' and 'sortlist' should be additive
2692                         not exclusive.
2693
2694 1223.   [func]          'rrset-order' partially works 'cyclic' and 'random'
2695                         are supported.
2696
2697 1222.   [bug]           Specifying 'port *' did not always result in a system
2698                         selected (non-reserved) port being used. [RT #2537]
2699
2700 1221.   [bug]           Zone types 'master', 'slave' and 'stub' were not being
2701                         compared case insensitively. [RT #2542]
2702
2703 1220.   [func]          Support for APL rdata type.
2704
2705 1219.   [func]          Named now reports the TSIG extended error code when
2706                         signature verification fails. [RT #1651]
2707
2708 1218.   [bug]           Named incorrectly returned SERVFAIL rather than
2709                         NOTAUTH when there was a TSIG BADTIME error. [RT #2519]
2710
2711 1217.   [func]          Report locations of previous key definition when a
2712                         duplicate is detected.
2713
2714 1216.   [bug]           Multiple server clauses for the same server were not
2715                         reported.  [RT #2514]
2716
2717 1215.   [port]          solaris: add support to ifconfig.sh for x86 2.5.1
2718
2719 1214.   [bug]           Win32: isc_file_renameunique() could leave zero length
2720                         files behind.
2721
2722 1213.   [func]          Report view associated with client if it is not a
2723                         standard view (_default or _bind).
2724
2725 1212.   [port]          libbind: 64k answer buffers were causing stack space
2726                         to be exceeded for certain OS.  Use heap space instead.
2727
2728 1211.   [bug]           dns_name_fromtext() incorrectly handled certain
2729                         valid octal bitlabels. [RT #2483]
2730
2731 1210.   [bug]           libbind: getnameinfo() failed to lookup IPv4 mapped /
2732                         compatible addresses. [RT #2461]
2733
2734 1209.   [bug]           Dig, host, nslookup were not checking the message ids
2735                         on the responses. [RT #2454]
2736
2737 1208.   [bug]           dns_master_load*() failed to log a error message if
2738                         an error was detected when parsing the ownername of
2739                         a record.  [RT #2448]
2740
2741 1207.   [bug]           libbind: getaddrinfo() could call freeaddrinfo() with
2742                         an invalid pointer.
2743
2744 1206.   [bug]           SERVFAIL and NOTIMP responses to an EDNS query should
2745                         trigger a non-EDNS retry.
2746
2747 1205.   [bug]           OPT, TSIG and TKEY cannot be used to set the "class"
2748                         of the message. [RT #2449]
2749
2750 1204.   [bug]           libbind: res_nupdate() failed to update the name
2751                         server addresses before sending the update.
2752
2753 1203.   [func]          Report locations of previous acl and zone definitions
2754                         when a duplicate is detected.
2755
2756 1202.   [func]          New functions: cfg_obj_line() and cfg_obj_file().
2757
2758 1201.   [bug]           Require that if 'callbacks' is passed to
2759                         dns_rdata_fromtext(), callbacks->error and
2760                         callbacks->warn are initialized.
2761
2762 1200.   [bug]           Log 'errno' that we are unable to convert to
2763                         isc_result_t. [RT #2404]
2764
2765 1199.   [doc]           ARM reference to RFC 2157 should have been RFC 1918.
2766                         [RT #2436]
2767
2768 1198.   [bug]           OPT printing style was not consistent with the way the
2769                         header fields are printed.  The DO bit was not reported
2770                         if set.  Report if any of the MBZ bits are set.
2771
2772 1197.   [bug]           Attempts to define the same acl multiple times were not
2773                         detected.
2774
2775 1196.   [contrib]       update mdnkit to 2.2.3.
2776
2777 1195.   [bug]           Attempts to redefine builtin acls should be caught.
2778                         [RT #2403]
2779
2780 1194.   [bug]           Not all duplicate zone definitions were being detected
2781                         at the named.conf checking stage. [RT #2431]
2782
2783 1193.   [bug]           dig +besteffort parsing didn't handle packet
2784                         truncation.  dns_message_parse() has new flag
2785                         DNS_MESSAGE_IGNORETRUNCATION.
2786
2787 1192.   [bug]           The seconds fields in LOC records were restricted
2788                         to three decimal places.  More decimal places should
2789                         be allowed but warned about.
2790
2791 1191.   [bug]           A dynamic update removing the last non-apex name in
2792                         a secure zone would fail. [RT #2399]
2793
2794 1190.   [func]          Add the "rndc freeze" and "rndc unfreeze" commands.
2795                         [RT #2394]
2796
2797 1189.   [bug]           On some systems, malloc(0) returns NULL, which
2798                         could cause the caller to report an out of memory
2799                         error. [RT #2398]
2800
2801 1188.   [bug]           Dynamic updates of a signed zone would fail if
2802                         some of the zone private keys were unavailable.
2803
2804 1187.   [bug]           named was incorrectly returning DNSSEC records
2805                         in negative responses when the DO bit was not set.
2806
2807 1186.   [bug]           isc_hex_tobuffer(,,length = 0) failed to unget the
2808                         EOL token when reading to end of line.
2809
2810 1185.   [bug]           libbind: don't assume statp->_u._ext.ext is valid
2811                         unless RES_INIT is set when calling res_*init().
2812
2813 1184.   [bug]           libbind: call res_ndestroy() if RES_INIT is set
2814                         when res_*init() is called.
2815
2816 1183.   [bug]           Handle ENOSR error when writing to the internal
2817                         control pipe. [RT #2395]
2818
2819 1182.   [bug]           The server could throw an assertion failure when
2820                         constructing a negative response packet.
2821
2822 1181.   [func]          Add the "key-directory" configuration statement,
2823                         which allows the server to look for online signing
2824                         keys in alternate directories.
2825
2826 1180.   [func]          dnssec-keygen should always generate keys with
2827                         protocol 3 (DNSSEC), since it's less confusing
2828                         that way.
2829
2830 1179.   [func]          Add SIG(0) support to nsupdate.
2831
2832 1178.   [bug]           Follow and cache (if appropriate) A6 and other
2833                         data chains to completion in the additional section.
2834
2835 1177.   [func]          Report view when loading zones if it is not a
2836                         standard view (_default or _bind). [RT #2270]
2837
2838 1176.   [doc]           Document that allow-v6-synthesis is only performed
2839                         for clients that are supplied recursive service.
2840                         [RT #2260]
2841
2842 1175.   [bug]           named-checkzone and named-checkconf failed to call
2843                         dns_result_register() at startup which could
2844                         result in runtime exceptions when printing
2845                         "out of memory" errors. [RT #2335]
2846
2847 1174.   [bug]           Win32: add WSAECONNRESET to the expected errors
2848                         from connect(). [RT #2308]
2849
2850 1173.   [bug]           Potential memory leaks in isc_log_create() and
2851                         isc_log_settag(). [RT #2336]
2852
2853 1172.   [doc]           Add CERT, GPOS, KX, NAPTR, NSAP, PX and TXT to
2854                         table of RR types in ARM.
2855
2856 1171.   [func]          Added function isc_region_compare(), updated files in
2857                         lib/dns to use this function instead of local one.
2858
2859 1170.   [bug]           Don't attempt to print the token when a I/O error
2860                         occurs when parsing named.conf. [RT #2275]
2861
2862 1169.   [func]          Identify recursive queries in the query log.
2863
2864 1168.   [bug]           Empty also-notify clauses were not handled. [RT #2309]
2865
2866 1167.   [contrib]       nslint-2.1a3 (from author).
2867
2868 1166.   [bug]           "Not Implemented" should be reported as NOTIMP,
2869                         not NOTIMPL. [RT #2281]
2870
2871 1165.   [bug]           We were rejecting notify-source{-v6} in zone clauses.
2872
2873 1164.   [bug]           Empty masters clauses in slave / stub zones were not
2874                         handled gracefully. [RT #2262]
2875
2876 1163.   [func]          isc_time_formattimestamp() now includes the year.
2877
2878 1162.   [bug]           The allow-notify option was not accepted in slave
2879                         zone statements.
2880
2881 1161.   [bug]           named-checkzone looped on unbalanced brackets.
2882                         [RT #2248]
2883
2884 1160.   [bug]           Generating Diffie-Hellman keys longer than 1024
2885                         bits could fail. [RT #2241]
2886
2887 1159.   [bug]           MD and MF are not permitted to be loaded by RFC1123.
2888
2889 1158.   [func]          Report the client's address when logging notify
2890                         messages.
2891
2892 1157.   [func]          match-clients and match-destinations now accept
2893                         keys. [RT #2045]
2894
2895 1156.   [port]          The configure test for strsep() incorrectly
2896                         succeeded on certain patched versions of
2897                         AIX 4.3.3. [RT #2190]
2898
2899 1155.   [func]          Recover from master files being removed from under
2900                         us.
2901
2902 1154.   [bug]           Don't attempt to obtain the netmask of a interface
2903                         if there is no address configured. [RT #2176]
2904
2905 1153.   [func]          'rndc {stop|halt} -p' now reports the process id
2906                         of the instance of named being shutdown.
2907
2908 1152.   [bug]           libbind: read buffer overflows.
2909
2910 1151.   [bug]           nslookup failed to check that the arguments to
2911                         the port, timeout, and retry options were
2912                         valid integers and in range. [RT #2099]
2913
2914 1150.   [bug]           named incorrectly accepted TTL values
2915                         containing plus or minus signs, such as
2916                         1d+1h-1s.
2917
2918 1149.   [func]          New function isc_parse_uint32().
2919
2920 1148.   [func]          'rndc-confgen -a' now provides positive feedback.
2921
2922 1147.   [func]          Set IPV6_V6ONLY on IPv6 sockets if supported by
2923                         the OS.  listen-on-v6 { any; }; should no longer
2924                         result in IPv4 queries be accepted.  Similarly
2925                         control { inet :: ... }; should no longer result
2926                         in IPv4 connections being accepted.  This can be
2927                         overridden at compile time by defining
2928                         ISC_ALLOW_MAPPED=1.
2929
2930 1146.   [func]          Allow IPV6_IPV6ONLY to be set/cleared on a socket if
2931                         supported by the OS by a new function
2932                         isc_socket_ipv6only().
2933
2934 1145.   [func]          "host" no longer reports a NOERROR/NODATA response
2935                         by printing nothing. [RT #2065]
2936
2937 1144.   [bug]           rndc-confgen would crash if both the -a and -t
2938                         options were specified. [RT #2159]
2939
2940 1143.   [bug]           When a trusted-keys statement was present and named
2941                         was built without crypto support, it would leak memory.
2942
2943 1142.   [bug]           dnssec-signzone would fail to delete temporary files
2944                         in some failure cases. [RT #2144]
2945
2946 1141.   [bug]           When named rejected a control message, it would
2947                         leak a file descriptor and memory.  It would also
2948                         fail to respond, causing rndc to hang.
2949                         [RT #2139, #2164]
2950
2951 1140.   [bug]           rndc-confgen did not accept IPv6 addresses as arguments
2952                         to the -s option. [RT #2138]
2953
2954 1139.   [func]          It is now possible to flush a given name from the
2955                         cache(s) via 'rndc flushname name [view]'. [RT #2051]
2956
2957 1138.   [func]          It is now possible to flush a given name from the
2958                         cache by calling the new function
2959                         dns_cache_flushname().
2960
2961 1137.   [func]          It is now possible to flush a given name from the
2962                         ADB by calling the new function dns_adb_flushname().
2963
2964 1136.   [bug]           CNAME records synthesized from DNAMEs did not
2965                         have a TTL of zero as required by RFC2672.
2966                         [RT #2129]
2967
2968 1135.   [func]          You can now override the default syslog() facility for
2969                         named/lwresd at compile time. [RT #1982]
2970
2971 1134.   [bug]           Multi-threaded servers could deadlock in ferror()
2972                         when reloading zone files. [RT #1951, #1998]
2973
2974 1133.   [bug]           IN6_IS_ADDR_LOOPBACK was not portably defined on
2975                         platforms without IN6_IS_ADDR_LOOPBACK. [RT #2106]
2976
2977 1132.   [func]          Improve UPDATE prerequisite failure diagnostic messages.
2978
2979 1131.   [bug]           The match-destinations view option did not work with
2980                         IPv6 destinations. [RT #2073, #2074]
2981
2982 1130.   [bug]           Log messages reporting an out-of-range serial number
2983                         did not include the out-of-range number but the
2984                         following token. [RT #2076]
2985
2986 1129.   [bug]           Multi-threaded servers could crash under heavy
2987                         resolution load due to a race condition. [RT #2018]
2988
2989 1128.   [func]          sdb drivers can now provide RR data in either text
2990                         or wire format, the latter using the new functions
2991                         dns_sdb_putrdata() and dns_sdb_putnamedrdata().
2992
2993 1127.   [func]          rndc: If the server to contact has multiple addresses,
2994                         try all of them.
2995
2996 1126.   [bug]           The server could access a freed event if shut
2997                         down while a client start event was pending
2998                         delivery. [RT #2061]
2999
3000 1125.   [bug]           rndc: -k option was missing from usage message.
3001                         [RT #2057]
3002
3003 1124.   [doc]           dig: +[no]dnssec, +[no]besteffort and +[no]fail
3004                         are now documented. [RT #2052]
3005
3006 1123.   [bug]           dig +[no]fail did not match description. [RT #2052]
3007
3008 1122.   [tuning]        Resolution timeout reduced from 90 to 30 seconds.
3009                         [RT #2046]
3010
3011 1121.   [bug]           The server could attempt to access a NULL zone
3012                         table if shut down while resolving.
3013                         [RT #1587, #2054]
3014
3015 1120.   [bug]           Errors in options were not fatal. [RT #2002]
3016
3017 1119.   [func]          Added support in Win32 for NTFS file/directory ACL's
3018                         for access control.
3019
3020 1118.   [bug]           On multi-threaded servers, a race condition
3021                         could cause an assertion failure in resolver.c
3022                         during resolver shutdown. [RT #2029]
3023
3024 1117.   [port]          The configure check for in6addr_loopback incorrectly
3025                         succeeded on AIX 4.3 when compiling with -O2
3026                         because the test code was optimized away.
3027                         [RT #2016]
3028
3029 1116.   [bug]           Setting transfers in a server clause, transfers-in,
3030                         or transfers-per-ns to a value greater than
3031                         2147483647 disabled transfers. [RT #2002]
3032
3033 1115.   [func]          Set maximum values for cleaning-interval,
3034                         heartbeat-interval, interface-interval,
3035                         max-transfer-idle-in, max-transfer-idle-out,
3036                         max-transfer-time-in, max-transfer-time-out,
3037                         statistics-interval of 28 days and
3038                         sig-validity-interval of 3660 days. [RT #2002]
3039
3040 1114.   [port]          Ignore more accept() errors. [RT #2021]
3041
3042 1113.   [bug]           The allow-update-forwarding option was ignored
3043                         when specified in a view. [RT #2014]
3044
3045 1112.   [placeholder]
3046
3047 1111.   [bug]           Multi-threaded servers could deadlock processing
3048                         recursive queries due to a locking hierarchy
3049                         violation in adb.c. [RT #2017]
3050
3051 1110.   [bug]           dig should only accept valid abbreviations of +options.
3052                         [RT #2003]
3053
3054 1109.   [bug]           nsupdate accepted illegal ttl values.
3055
3056 1108.   [bug]           On Win32, rndc was hanging when named was not running
3057                         due to failure to select for exceptional conditions
3058                         in select(). [RT #1870]
3059
3060 1107.   [bug]           nsupdate could catch an assertion failure if an
3061                         invalid domain name was given as the argument to
3062                         the "zone" command.
3063
3064 1106.   [bug]           After seeing an out of range TTL, nsupdate would
3065                         treat all TTLs as out of range. [RT #2001]
3066
3067 1105.   [port]          OpenUNIX 8 enable threads by default. [RT #1970]
3068
3069 1104.   [bug]           Invalid arguments to the transfer-format option
3070                         could cause an assertion failure. [RT #1995]
3071
3072 1103.   [port]          OpenUNIX 8 support (ifconfig.sh). [RT #1970]
3073
3074 1102.   [doc]           Note that query logging is enabled by directing the
3075                         queries category to a channel.
3076
3077 1101.   [bug]           Array bounds read error in lwres_gai_strerror.
3078
3079 1100.   [bug]           libbind: DNSSEC key ids were computed incorrectly.
3080
3081 1099.   [cleanup]       libbind: defining REPORT_ERRORS in lib/bind/dst caused
3082                         compile time errors.
3083
3084 1098.   [bug]           libbind: HMAC-MD5 key files are now mode 0600.
3085
3086 1097.   [func]          libbind: RES_PRF_TRUNC for dig.
3087
3088 1096.   [func]          libbind: "DNSSEC OK" (DO) support.
3089
3090 1095.   [func]          libbind: resolver option: no-tld-query.  disables
3091                         trying unqualified as a tld.  no_tld_query is also
3092                         supported for FreeBSD compatibility.
3093
3094 1094.   [func]          libbind: add support gcc's format string checking.
3095
3096 1093.   [doc]           libbind: miscellaneous nroff fixes.
3097
3098 1092.   [bug]           libbind: get*by*() failed to check if res_init() had
3099                         been called.
3100
3101 1091.   [bug]           libbind: misplaced va_end().
3102
3103 1090.   [bug]           libbind: dns_ho.c:add_hostent() was not returning
3104                         the amount of memory consumed resulting in garbage
3105                         address being returned.  Alignment calculations were
3106                         wasting space.  We weren't suppressing duplicate
3107                         addresses.
3108
3109 1089.   [func]          libbind: inet_{cidr,net}_{pton,ntop}() now have IPv6
3110                         support.
3111
3112 1088.   [port]          libbind: MPE/iX C.70 (incomplete)
3113
3114 1087.   [bug]           libbind: struct __res_state too large on 64 bit arch.
3115
3116 1086.   [port]          libbind: sunos: old sprintf.
3117
3118 1085.   [port]          libbind: solaris: sys_nerr and sys_errlist do not
3119                         exist when compiling in 64 bit mode.
3120
3121 1084.   [cleanup]       libbind: gai_strerror() rewritten.
3122
3123 1083.   [bug]           The default control channel listened on the
3124                         wildcard address, not the loopback as documented.
3125                         [RT #1975]
3126
3127 1082.   [bug]           The -g option to named incorrectly caused logging
3128                         to be sent to syslog in addition to stderr.
3129                         [RT #1974]
3130
3131 1081.   [bug]           Multicast queries were incorrectly identified
3132                         based on the source address, not the destination
3133                         address.
3134
3135 1080.   [bug]           BIND 8 compatibility: accept bare IP prefixes
3136                         as the second element of a two-element top level
3137                         sort list statement. [RT #1964]
3138
3139 1079.   [bug]           BIND 8 compatibility: accept bare elements at top
3140                         level of sort list treating them as if they were
3141                         a single element list. [RT #1963]
3142
3143 1078.   [bug]           We failed to correct bad tv_usec values in one case.
3144                         [RT #1966]
3145
3146 1077.   [func]          Do not accept further recursive clients when
3147                         the total number of recursive lookups being
3148                         processed exceeds max-recursive-clients, even
3149                         if some of the lookups are internally generated.
3150                         [RT #1915, #1938]
3151
3152 1076.   [bug]           A badly defined global key could trigger an assertion
3153                         on load/reload if views were used. [RT #1947]
3154
3155 1075.   [bug]           Out-of-range network prefix lengths were not
3156                         reported. [RT #1954]
3157
3158 1074.   [bug]           Running out of memory in dump_rdataset() could
3159                         cause an assertion failure. [RT #1946]
3160
3161 1073.   [bug]           The ADB cache cleaning should also be space driven.
3162                         [RT #1915, #1938]
3163
3164 1072.   [bug]           The TCP client quota could be exceeded when
3165                         recursion occurred. [RT #1937]
3166
3167 1071.   [bug]           Sockets listening for TCP DNS connections
3168                         specified an excessive listen backlog. [RT #1937]
3169
3170 1070.   [bug]           Copy DNSSEC OK (DO) to response as specified by
3171                         draft-ietf-dnsext-dnssec-okbit-03.txt.
3172
3173 1069.   [placeholder]
3174
3175 1068.   [bug]           errno could be overwritten by catgets(). [RT #1921]
3176
3177 1067.   [func]          Allow quotas to be soft, isc_quota_soft().
3178
3179 1066.   [bug]           Provide a thread safe wrapper for strerror().
3180                         [RT #1689]
3181
3182 1065.   [func]          Runtime support to select new / old style interface
3183                         scanning using ioctls.
3184
3185 1064.   [bug]           Do not shut down active network interfaces if we
3186                         are unable to scan the interface list. [RT #1921]
3187
3188 1063.   [bug]           libbind: "make install" was failing on IRIX.
3189                         [RT #1919]
3190
3191 1062.   [bug]           If the control channel listener socket was shut
3192                         down before server exit, the listener object could
3193                         be freed twice. [RT #1916]
3194
3195 1061.   [bug]           If periodic cache cleaning happened to start
3196                         while cleaning due to reaching the configured
3197                         maximum cache size was in progress, the server
3198                         could catch an assertion failure. [RT #1912]
3199
3200 1060.   [func]          Move refresh, stub and notify UDP retry processing
3201                         into dns_request.
3202
3203 1059.   [func]          dns_request now support will now retry UDP queries,
3204                         dns_request_createvia2() and dns_request_createraw2().
3205
3206 1058.   [func]          Limited lifetime ticker timers are now available,
3207                         isc_timertype_limited.
3208
3209 1057.   [bug]           Reloading the server after adding a "file" clause
3210                         to a zone statement could cause the server to
3211                         crash due to a typo in change 1016.
3212
3213 1056.   [bug]           Rndc could catch an assertion failure on SIGINT due
3214                         to an uninitialized variable. [RT #1908]
3215
3216 1055.   [func]          Version and hostname queries can now be disabled
3217                         using "version none;" and "hostname none;",
3218                         respectively.
3219
3220 1054.   [bug]           On Win32, cfg_categories and cfg_modules need to be
3221                         exported from the libisccfg DLL.
3222
3223 1053.   [bug]           Dig did not increase its timeout when receiving
3224                         AXFRs unless the +time option was used. [RT #1904]
3225
3226 1052.   [bug]           Journals were not being created in binary mode
3227                         resulting in "journal format not recognized" error
3228                         under Win32. [RT #1889]
3229
3230 1051.   [bug]           Do not ignore a network interface completely just
3231                         because it has a noncontiguous netmask.  Instead,
3232                         omit it from the localnets ACL and issue a warning.
3233                         [RT #1891]
3234
3235 1050.   [bug]           Log messages reporting malformed IP addresses in
3236                         address lists such as that of the forwarders option
3237                         failed to include the correct error code, file
3238                         name, and line number. [RT #1890]
3239
3240 1049.   [func]          "pid-file none;" will disable writing a pid file.
3241                         [RT #1848]
3242
3243 1048.   [bug]           Servers built with -DISC_MEM_USE_INTERNAL_MALLOC=1
3244                         didn't work.
3245
3246 1047.   [bug]           named was incorrectly refusing all requests signed
3247                         with a TSIG key derived from an unsigned TKEY
3248                         negotiation with a NOERROR response. [RT #1886]
3249
3250 1046.   [bug]           The help message for the --with-openssl configure
3251                         option was inaccurate. [RT #1880]
3252
3253 1045.   [bug]           It was possible to skip saving glue for a nameserver
3254                         for a stub zone.
3255
3256 1044.   [bug]           Specifying allow-transfer, notify-source, or
3257                         notify-source-v6 in a stub zone was not treated
3258                         as an error.
3259
3260 1043.   [bug]           Specifying a transfer-source or transfer-source-v6
3261                         option in the zone statement for a master zone was
3262                         not treated as an error. [RT #1876]
3263
3264 1042.   [bug]           The "config" logging category did not work properly.
3265                         [RT #1873]
3266
3267 1041.   [bug]           Dig/host/nslookup could catch an assertion failure
3268                         on SIGINT due to an uninitialized variable. [RT #1867]
3269
3270 1040.   [bug]           Multiple listen-on-v6 options with different ports
3271                         were not accepted. [RT #1875]
3272
3273 1039.   [bug]           Negative responses with CNAMEs in the answer section
3274                         were cached incorrectly. [RT #1862]
3275
3276 1038.   [bug]           In servers configured with a tkey-domain option,
3277                         TKEY queries with an owner name other than the root
3278                         could cause an assertion failure. [RT #1866, #1869]
3279
3280 1037.   [bug]           Negative responses whose authority section contain
3281                         SOA or NS records whose owner names are not equal
3282                         equal to or parents of the query name should be
3283                         rejected. [RT #1862]
3284
3285 1036.   [func]          Silently drop requests received via multicast as
3286                         long as there is no final multicast DNS standard.
3287
3288 1035.   [bug]           If we respond to multicast queries (which we
3289                         currently do not), respond from a unicast address
3290                         as specified in RFC 1123. [RT #137]
3291
3292 1034.   [bug]           Ignore the RD bit on multicast queries as specified
3293                         in RFC 1123. [RT #137]
3294
3295 1033.   [bug]           Always respond to requests with an unsupported opcode
3296                         with NOTIMP, even if we don't have a matching view
3297                         or cannot determine the class.
3298
3299 1032.   [func]          hostname.bind/txt/chaos now returns the name of
3300                         the machine hosting the nameserver.  This is useful
3301                         in diagnosing problems with anycast servers.
3302
3303 1031.   [bug]           libbind.a: isc__gettimeofday() infinite recursion.
3304                         [RT #1858]
3305
3306 1030.   [bug]           On systems with no resolv.conf file, nsupdate
3307                         exited with an error rather than defaulting
3308                         to using the loopback address. [RT #1836]
3309
3310 1029.   [bug]           Some named.conf errors did not cause the loading
3311                         of the configuration file to return a failure
3312                         status even though they were logged. [RT #1847]
3313
3314 1028.   [bug]           On Win32, dig/host/nslookup looked for resolv.conf
3315                         in the wrong directory. [RT #1833]
3316
3317 1027.   [bug]           RRs having the reserved type 0 should be rejected.
3318                         [RT #1471]
3319
3320 1026.   [placeholder]
3321
3322 1025.   [bug]           Don't use multicast addresses to resolve iterative
3323                         queries. [RT #101]
3324
3325 1024.   [port]          Compilation failed on HP-UX 11.11 due to
3326                         incompatible use of the SIOCGLIFCONF macro
3327                         name. [RT #1831]
3328
3329 1023.   [func]          Accept hints without TTLs.
3330
3331 1022.   [bug]           Don't report empty root hints as "extra data".
3332                         [RT #1802]
3333
3334 1021.   [bug]           On Win32, log message timestamps were one month
3335                         later than they should have been, and the server
3336                         would exhibit unspecified behavior in December.
3337
3338 1020.   [bug]           IXFR log messages did not distinguish between
3339                         true IXFRs, AXFR-style IXFRs, and mere version
3340                         polls. [RT #1811]
3341
3342 1019.   [bug]           The value of the lame-ttl option was limited to 18000
3343                         seconds, not 1800 seconds as documented. [RT #1803]
3344
3345 1018.   [bug]           The default log channel was not always initialized
3346                         correctly. [RT #1813]
3347
3348 1017.   [bug]           When specifying TSIG keys to dig and nsupdate using
3349                         the -k option, they must be HMAC-MD5 keys. [RT #1810]
3350
3351 1016.   [bug]           Slave zones with no backup file were re-transferred
3352                         on every server reload.
3353
3354 1015.   [bug]           Log channels that had a "versions" option but no
3355                         "size" option failed to create numbered log
3356                         files. [RT #1783]
3357
3358 1014.   [bug]           Some queries would cause statistics counters to
3359                         increment more than once or not at all. [RT #1321]
3360
3361 1013.   [bug]           It was possible to cancel a query twice when marking
3362                         a server as bogus or by having a blackhole acl.
3363                         [RT #1776]
3364
3365 1012.   [bug]           The -p option to named did not behave as documented.
3366
3367 1011.   [cleanup]       Removed isc_dir_current().
3368
3369 1010.   [bug]           The server could attempt to execute a command channel
3370                         command after initiating server shutdown, causing
3371                         an assertion failure. [RT #1766]
3372
3373 1009.   [port]          OpenUNIX 8 support. [RT #1728]
3374
3375 1008.   [port]          libtool.m4, ltmain.sh from libtool-1.4.2.
3376
3377 1007.   [port]          config.guess, config.sub from autoconf-2.52.
3378
3379 1006.   [bug]           If a KEY RR was found missing during DNSSEC validation,
3380                         an assertion failure could subsequently be triggered
3381                         in the resolver. [RT #1763]
3382
3383 1005.   [bug]           Don't copy nonzero RCODEs from request to response.
3384                         [RT #1765]
3385
3386 1004.   [port]          Deal with recvfrom() returning EHOSTDOWN. [RT #1770]
3387
3388 1003.   [func]          Add the +retry option to dig.
3389
3390 1002.   [bug]           When reporting an unknown class name in named.conf,
3391                         including the file name and line number. [RT #1759]
3392
3393 1001.   [bug]           win32 socket code doio_recv was not catching a
3394                         WSACONNRESET error when a client was timing out
3395                         the request and closing its socket. [RT #1745]
3396
3397 1000.   [bug]           BIND 8 compatibility: accept "HESIOD" as an alias
3398                         for class "HS". [RT #1759]
3399
3400  999.   [func]          "rndc retransfer zone [class [view]]" added.
3401                         [RT #1752]
3402
3403  998.   [func]          named-checkzone now has arguments to specify the
3404                         chroot directory (-t) and working directory (-w).
3405                         [RT #1755]
3406
3407  997.   [func]          Add support for RSA-SHA1 keys (RFC3110).
3408
3409  996.   [func]          Issue warning if the configuration filename contains
3410                         the chroot path.
3411
3412  995.   [bug]           dig, host, nslookup: using a raw IPv6 address as a
3413                         target address should be fatal on a IPv4 only system.
3414
3415  994.   [func]          Treat non-authoritative responses to queries for type
3416                         NS as referrals even if the NS records are in the
3417                         answer section, because BIND 8 servers incorrectly
3418                         send them that way.  This is necessary for DNSSEC
3419                         validation of the NS records of a secure zone to
3420                         succeed when the parent is a BIND 8 server. [RT #1706]
3421
3422  993.   [func]          dig: -v now reports the version.
3423
3424  992.   [doc]           dig: ~/.digrc is now documented.
3425
3426  991.   [func]          Lower UDP refresh timeout messages to level
3427                         debug 1.
3428
3429  990.   [bug]           The rndc-confgen man page was not installed.
3430
3431  989.   [bug]           Report filename if $INCLUDE fails for file related
3432                         errors. [RT #1736]
3433
3434  988.   [bug]           'additional-from-auth no;' did not work reliably
3435                         in the case of queries answered from the cache.
3436                         [RT #1436]
3437
3438  987.   [bug]           "dig -help" didn't show "+[no]stats".
3439
3440  986.   [bug]           "dig +noall" failed to clear stats and command
3441                         printing.
3442
3443  985.   [func]          Consider network interfaces to be up iff they have
3444                         a nonzero IP address rather than based on the
3445                         IFF_UP flag. [RT #1160]
3446
3447  984.   [bug]           Multi-threading should be enabled by default on
3448                         Solaris 2.7 and newer, but it wasn't.
3449
3450  983.   [func]          The server now supports generating IXFR difference
3451                         sequences for non-dynamic zones by comparing zone
3452                         versions, when enabled using the new config
3453                         option "ixfr-from-differences". [RT #1727]
3454
3455  982.   [func]          If "memstatistics-file" is set in options the memory
3456                         statistics will be written to it.
3457
3458  981.   [func]          The dnssec tools can now take multiple '-r randomfile'
3459                         arguments.
3460
3461  980.   [bug]           Incoming zone transfers restarting after an error
3462                         could trigger an assertion failure. [RT #1692]
3463
3464  979.   [func]          Incremental master file dumping.  dns_master_dumpinc(),
3465                         dns_master_dumptostreaminc(), dns_dumpctx_attach(),
3466                         dns_dumpctx_detach(), dns_dumpctx_cancel(),
3467                         dns_dumpctx_db() and dns_dumpctx_version().
3468
3469  978.   [bug]           dns_db_attachversion() had an invalid REQUIRE()
3470                         condition.
3471
3472  977.   [bug]           Improve "not at top of zone" error message.
3473
3474  976.   [func]          named-checkconf can now test load master zones
3475                         (named-checkconf -z). [RT #1468]
3476
3477  975.   [bug]           "max-cache-size default;" as a view option
3478                         caused an assertion failure.
3479
3480  974.   [bug]           "max-cache-size unlimited;" as a global option
3481                         was not accepted.
3482
3483  973.   [bug]           Failed to log the question name when logging:
3484                         "bad zone transfer request: non-authoritative zone
3485                         (NOTAUTH)".
3486
3487  972.   [bug]           The file modification time code in zone.c was using the
3488                         wrong epoch. [RT #1667]
3489
3490  971.   [placeholder]
3491
3492  970.   [func]          'max-journal-size' can now be used to set a target
3493                         size for a journal.
3494
3495  969.   [func]          dig now supports the undocumented dig 8 feature
3496                         of allowing arbitrary labels, not just dotted
3497                         decimal quads, with the -x option.  This can be
3498                         used to conveniently look up RFC2317 names as in
3499                         "dig -x 10.0.0.0-127". [RT #827, #1576, #1598]
3500
3501  968.   [bug]           On win32, the isc_time_now() function was unnecessarily
3502                         calling strtime(). [RT #1671]
3503
3504  967.   [bug]           On win32, the link for bindevt was not including the
3505                         required resource file to enable the event viewer
3506                         to interpret the error messages in the event log,
3507                         [RT #1668]
3508
3509  966.   [placeholder]
3510
3511  965.   [bug]           Including data other than root server NS and A
3512                         records in the root hint file could cause a rbtdb
3513                         node reference leak. [RT #1581, #1618]
3514
3515  964.   [func]          Warn if data other than root server NS and A records
3516                         are found in the root hint file. [RT #1581, #1618]
3517
3518  963.   [bug]           Bad ISC_LANG_ENDDECLS. [RT #1645]
3519
3520  962.   [bug]           libbind: bad "#undef", don't attempt to install
3521                         non-existant nlist.h. [RT #1640]
3522
3523  961.   [bug]           Tried to use a IPV6 feature when ISC_PLATFORM_HAVEIPV6
3524                         was not defined. [RT #1482]
3525
3526  960.   [port]          liblwres failed to build on systems with support for
3527                         getrrsetbyname() in the OS. [RT #1592]
3528
3529  959.   [port]          On FreeBSD, determine the number of CPUs by calling
3530                         sysctlbyname(). [RT #1584]
3531
3532  958.   [port]          ssize_t is not available on all platforms. [RT #1607]
3533
3534  957.   [bug]           sys/select.h inclusion was broken on older platforms.
3535                         [RT #1607]
3536
3537  956.   [bug]           ns_g_autorndcfile changed to ns_g_keyfile
3538                         in named/win32/os.c due to code changes in
3539                         change #953. win32 .make file for rndc-confgen
3540                         updated to add include path for os.h header.
3541
3542         --- 9.2.0rc1 released ---
3543
3544  955.   [bug]           When using views, the zone's class was not being
3545                         inherited from the view's class. [RT #1583]
3546
3547  954.   [bug]           When requesting AXFRs or IXFRs using dig, host, or
3548                         nslookup, the RD bit should not be set as zone
3549                         transfers are inherently nonrecursive. [RT #1575]
3550
3551  953.   [func]          The /var/run/named.key file from change #843
3552                         has been replaced by /etc/rndc.key.  Both
3553                         named and rndc will look for this file and use
3554                         it to configure a default control channel key
3555                         if not already configured using a different
3556                         method (rndc.conf / controls).  Unlike
3557                         named.key, rndc.key is not created automatically;
3558                         it must be created by manually running
3559                         "rndc-confgen -a".
3560
3561  952.   [bug]           The server required manual intervention to serve the
3562                         affected zones if it died between creating a journal
3563                         and committing the first change to it.
3564
3565  951.   [bug]           CFLAGS was not passed to the linker when
3566                         linking some of the test programs under
3567                         bin/tests. [RT #1555].
3568
3569  950.   [bug]           Explicit TTLs did not properly override $TTL
3570                         due to a bug in change 834. [RT #1558]
3571
3572  949.   [bug]           host was unable to print records larger than 512
3573                         bytes. [RT #1557]
3574
3575         --- 9.2.0b2 released ---
3576
3577  948.   [port]          Integrated support for building on Windows NT /
3578                         Windows 2000.
3579
3580  947.   [bug]           dns_rdata_soa_t had a badly named element "mname" which
3581                         was really the RNAME field from RFC1035.  To avoid
3582                         confusion and silent errors that would occur it the
3583                         "origin" and "mname" elements were given their correct
3584                         names "mname" and "rname" respectively, the "mname"
3585                         element is renamed to "contact".
3586
3587  946.   [cleanup]       doc/misc/options is now machine-generated from the
3588                         configuration parser syntax tables, and therefore
3589                         more likely to be correct.
3590
3591  945.   [func]          Add the new view-specific options
3592                         "match-destinations" and "match-recursive-only".
3593
3594  944.   [func]          Check for expired signatures on load.
3595
3596  943.   [bug]           The server could crash when receiving a command
3597                         via rndc if the configuration file listed only
3598                         nonexistent keys in the controls statement. [RT #1530]
3599
3600  942.   [port]          libbind: GETNETBYADDR_ADDR_T was not correctly
3601                         defined on some platforms.
3602
3603  941.   [bug]           The configuration checker crashed if a slave
3604                         zone didn't contain a masters statement. [RT #1514]
3605
3606  940.   [bug]           Double zone locking failure on error path. [RT #1510]
3607
3608         --- 9.2.0b1 released ---
3609
3610  939.   [port]          Add the --disable-linux-caps option to configure for
3611                         systems that manage capabilities outside of named.
3612                         [RT #1503]
3613
3614  938.   [placeholder]
3615
3616  937.   [bug]           A race when shutting down a zone could trigger a
3617                         INSIST() failure. [RT #1034]
3618
3619  936.   [func]          Warn about IPv4 addresses that are not complete
3620                         dotted quads. [RT #1084]
3621
3622  935.   [bug]           inet_pton failed to reject leading zeros.
3623
3624  934.   [port]          Deal with systems where accept() spuriously returns
3625                         ECONNRESET.
3626
3627  933.   [bug]           configure failed doing libbind on platforms not
3628                         supported by BIND 8. [RT #1496]
3629
3630         --- 9.2.0a3 released ---
3631
3632  932.   [bug]           Use INSTALL_SCRIPT, not INSTALL_PROGRAM,
3633                         when installing isc-config.sh.
3634                         [RT #198, #1466]
3635
3636  931.   [bug]           The controls statement only attempted to verify
3637                         messages using the first key in the key list.
3638                         (9.2.0a1/a2 only).
3639
3640  930.   [func]          Query performance testing tool added as
3641                         contrib/queryperf.
3642
3643  929.   [placeholder]
3644
3645  928.   [bug]           nsupdate would send empty update packets if the
3646                         send (or empty line) command was run after
3647                         another send but before any new updates or
3648                         prerequisites were specified.  It should simply
3649                         ignore this command.
3650
3651  927.   [bug]           Don't hold the zone lock for the entire dump to disk.
3652                         [RT #1423]
3653
3654  926.   [bug]           The resolver could deadlock with the ADB when
3655                         shutting down (multi-threaded builds only).
3656                         [RT #1324]
3657
3658  925.   [cleanup]       Remove openssl from the distribution; require that
3659                         --with-openssl be specified if DNSSEC is needed.
3660
3661  924.   [port]          Extend support for pre-RFC2133 IPv6 implementation.
3662                         [RT #987]
3663
3664  923.   [bug]           Multiline TSIG secrets (and other multiline strings)
3665                         were not accepted in named.conf. [RT #1469]
3666
3667  922.   [func]          Added two new lwres_getrrsetbyname() result codes,
3668                         ERR_NONAME and ERR_NODATA.
3669
3670  921.   [bug]           lwres returned an incorrect error code if it received
3671                         a truncated message.
3672
3673  920.   [func]          Increase the lwres receive buffer size to 16K.
3674                         [RT #1451]
3675
3676  919.   [placeholder]
3677
3678  918.   [func]          In nsupdate, TSIG errors are no longer treated as
3679                         fatal errors.
3680
3681  917.   [func]          New nsupdate command 'key', allowing TSIG keys to
3682                         be specified in the nsupdate command stream rather
3683                         than the command line.
3684
3685  916.   [bug]           Specifying type ixfr to dig without specifying
3686                         a serial number failed in unexpected ways.
3687
3688  915.   [func]          The named-checkconf and named-checkzone programs
3689                         now have a '-v' option for printing their version.
3690                         [RT #1151]
3691
3692  914.   [bug]           Global 'server' statements were rejected when
3693                         using views, even though they were accepted
3694                         in 9.1. [RT #1368]
3695
3696  913.   [bug]           Cache cleaning was not sufficiently aggressive.
3697                         [RT #1441, #1444]
3698
3699  912.   [bug]           Attempts to set the 'additional-from-cache' or
3700                         'additional-from-auth' option to 'no' in a
3701                         server with recursion enabled will now
3702                         be ignored and cause a warning message.
3703                         [RT #1145]
3704
3705  911.   [placeholder]
3706
3707  910.   [port]          Some pre-RFC2133 IPv6 implementations do not define
3708                         IN6ADDR_ANY_INIT. [RT #1416]
3709
3710  909.   [placeholder]
3711
3712  908.   [func]          New program, rndc-confgen, to simplify setting up rndc.
3713
3714  907.   [func]          The ability to get entropy from either the
3715                         random device, a user-provided file or from
3716                         the keyboard was migrated from the DNSSEC tools
3717                         to libisc as isc_entropy_usebestsource().
3718
3719  906.   [port]          Separated the system independent portion of
3720                         lib/isc/unix/entropy.c into lib/isc/entropy.c
3721                         and added lib/isc/win32/entropy.c.
3722
3723  905.   [bug]           Configuring a forward "zone" for the root domain
3724                         did not work. [RT #1418]
3725
3726  904.   [bug]           The server would leak memory if attempting to use
3727                         an expired TSIG key. [RT #1406]
3728
3729  903.   [bug]           dig should not crash when receiving a TCP packet
3730                         of length 0.
3731
3732  902.   [bug]           The -d option was ignored if both -t and -g were also
3733                         specified.
3734
3735  901.   [placeholder]
3736
3737  900.   [bug]           A config.guess update changed the system identification
3738                         string of FreeBSD systems; configure and
3739                         bin/tests/system/ifconfig.sh now recognize the new
3740                         string.
3741
3742         --- 9.2.0a2 released ---
3743
3744  899.   [bug]           lib/dns/soa.c failed to compile on many platforms
3745                         due to inappropriate use of a void value.
3746                         [RT #1372, #1373, #1386, #1387, #1395]
3747
3748  898.   [bug]           "dig" failed to set a nonzero exit status
3749                         on UDP query timeout. [RT #1323]
3750
3751  897.   [bug]           A config.guess update changed the system identification
3752                         string of UnixWare systems; configure now recognizes
3753                         the new string.
3754
3755  896.   [bug]           If a configuration file is set on named's command line
3756                         and it has a relative pathname, the current directory
3757                         (after any possible jailing resulting from named -t)
3758                         will be prepended to it so that reloading works
3759                         properly even when a directory option is present.
3760
3761  895.   [func]          New function, isc_dir_current(), akin to POSIX's
3762                         getcwd().
3763
3764  894.   [bug]           When using the DNSSEC tools, a message intended to warn
3765                         when the keyboard was being used because of the lack
3766                         of a suitable random device was not being printed.
3767
3768  893.   [func]          Removed isc_file_test() and added isc_file_exists()
3769                         for the basic functionality that was being added
3770                         with isc_file_test().
3771
3772  892.   [placeholder]
3773
3774  891.   [bug]           Return an error when a SIG(0) signed response to
3775                         an unsigned query is seen.  This should actually
3776                         do the verification, but it's not currently
3777                         possible. [RT #1391]
3778
3779  890.   [cleanup]       The man pages no longer require the mandoc macros
3780                         and should now format cleanly using most versions of
3781                         nroff, and HTML versions of the man pages have been
3782                         added.  Both are generated from DocBook source.
3783
3784  889.   [port]          Eliminated blank lines before .TH in nroff man
3785                         pages since they cause problems with some versions
3786                         of nroff. [RT #1390]
3787
3788  888.   [bug]           Don't die when using TKEY to delete a nonexistent
3789                         TSIG key. [RT #1392]
3790
3791  887.   [port]          Detect broken compilers that can't call static
3792                         functions from inline functions. [RT #1212]
3793
3794  886.   [placeholder]
3795
3796  885.   [placeholder]
3797
3798  884.   [placeholder]
3799
3800  883.   [placeholder]
3801
3802  882.   [placeholder]
3803
3804  881.   [placeholder]
3805
3806  880.   [placeholder]
3807
3808  879.   [placeholder]
3809
3810  878.   [placeholder]
3811
3812  877.   [placeholder]
3813
3814  876.   [placeholder]
3815
3816  875.   [placeholder]
3817
3818  874.   [placeholder]
3819
3820  873.   [placeholder]
3821
3822  872.   [placeholder]
3823
3824  871.   [placeholder]
3825
3826  870.   [placeholder]
3827
3828  869.   [placeholder]
3829
3830  868.   [placeholder]
3831
3832  867.   [placeholder]
3833
3834  866.   [func]          Close debug only file channels when debug is set to
3835                         zero. [RT #1246]
3836
3837  865.   [bug]           The new configuration parser did not allow
3838                         the optional debug level in a "severity debug"
3839                         clause of a logging channel to be omitted.
3840                         This is now allowed and treated as "severity
3841                         debug 1;" like it does in BIND 8.2.4, not as
3842                         "severity debug 0;" like it did in BIND 9.1.
3843                         [RT #1367]
3844
3845  864.   [cleanup]       Multi-threading is now enabled by default on
3846                         OSF1, Solaris 2.7 and newer, AIX, IRIX, and HP-UX.
3847
3848  863.   [bug]           If an error occurred while an outgoing zone transfer
3849                         was starting up, the server could access a domain
3850                         name that had already been freed when logging a
3851                         message saying that the transfer was starting.
3852                         [RT #1383]
3853
3854  862.   [bug]           Use after realloc(), non portable pointer arithmetic in
3855                         grmerge().
3856
3857  861.   [port]          Add support for Mac OS X, by making it equivalent
3858                         to Darwin.  This was derived from the config.guess
3859                         file shipped with Mac OS X. [RT #1355]
3860
3861  860.   [func]          Drop cross class glue in zone transfers.
3862
3863  859.   [bug]           Cache cleaning now won't swamp the CPU if there
3864                         is a persistent overlimit condition.
3865
3866  858.   [func]          isc_mem_setwater() no longer requires that when the
3867                         callback function is non-NULL then its hi_water
3868                         argument must be greater than its lo_water argument
3869                         (they can now be equal) or that they be non-zero.
3870
3871  857.   [cleanup]       Use ISC_MAGIC() to define all magic numbers for
3872                         structs, for our friends in EBCDIC-land.
3873
3874  856.   [func]          Allow partial rdatasets to be returned in answer and
3875                         authority sections to help non-TCP capable clients
3876                         recover from truncation. [RT #1301]
3877
3878  855.   [bug]           Stop spurious "using RFC 1035 TTL semantics" warnings.
3879
3880  854.   [bug]           The config parser didn't properly handle config
3881                         options that were specified in units of time other
3882                         than seconds. [RT #1372]
3883
3884  853.   [bug]           configure_view_acl() failed to detach existing acls.
3885                         [RT #1374]
3886
3887  852.   [bug]           Handle responses from servers which do not know
3888                         about IXFR.
3889
3890  851.   [cleanup]       The obsolete support-ixfr option was not properly
3891                         ignored.
3892
3893         --- 9.2.0a1 released ---
3894
3895  850.   [bug]           dns_rbt_findnode() would not find nodes that were
3896                         split on a bitstring label somewhere other than in
3897                         the last label of the node. [RT #1351]
3898
3899  849.   [func]          <isc/net.h> will ensure INADDR_LOOPBACK is defined.
3900
3901  848.   [func]          A minimum max-cache-size of two megabytes is enforced
3902                         by the cache cleaner.
3903
3904  847.   [func]          Added isc_file_test(), which currently only has
3905                         some very basic functionality to test for the
3906                         existence of a file, whether a pathname is absolute,
3907                         or whether a pathname is the fundamental representation
3908                         of the current directory.  It is intended that this
3909                         function can be expanded to test other things a
3910                         programmer might want to know about a file.
3911
3912  846.   [func]          A non-zero 'param' to dst_key_generate() when making an
3913                         hmac-md5 key means that good entropy is not required.
3914
3915  845.   [bug]           The access rights on the public file of a symmetric
3916                         key are now restricted as soon as the file is opened,
3917                         rather than after it has been written and closed.
3918
3919  844.   [func]          <isc/net.h> will ensure INADDR_LOOPBACK is defined,
3920                         just as <lwres/net.h> does.
3921
3922  843.   [func]          If no controls statement is present in named.conf,
3923                         or if any inet phrase of a controls statement is
3924                         lacking a keys clause, then a key will be automatically
3925                         generated by named and an rndc.conf-style file
3926                         named named.key will be written that uses it.  rndc
3927                         will use this file only if its normal configuration
3928                         file, or one provided on the command line, does not
3929                         exist.
3930
3931  842.   [func]          'rndc flush' now takes an optional view.
3932
3933  841.   [bug]           When sdb modules were not declared threadsafe, their
3934                         create and destroy functions were not serialized.
3935
3936  840.   [bug]           The config file parser could print the wrong file
3937                         name if an error was detected after an included file
3938                         was parsed. [RT #1353]
3939
3940  839.   [func]          Dump packets for which there was no view or that the
3941                         class could not be determined to category "unmatched".
3942
3943  838.   [port]          UnixWare 7.x.x is now suported by
3944                         bin/tests/system/ifconfig.sh.
3945
3946  837.   [cleanup]       Multi-threading is now enabled by default only on
3947                         OSF1, Solaris 2.7 and newer, and AIX.
3948
3949  836.   [func]          Upgraded libtool to 1.4.
3950
3951  835.   [bug]           The dispatcher could enter a busy loop if
3952                         it got an I/O error receiving on a UDP socket.
3953                         [RT #1293]
3954
3955  834.   [func]          Accept (but warn about) master files beginning with
3956                         an SOA record without an explicit TTL field and
3957                         lacking a $TTL directive, by using the SOA MINTTL
3958                         as a default TTL.  This is for backwards compatibility
3959                         with old versions of BIND 8, which accepted such
3960                         files without warning although they are illegal
3961                         according to RFC1035.
3962
3963  833.   [cleanup]       Moved dns_soa_*() from <dns/journal.h> to
3964                         <dns/soa.h>, and extended them to support
3965                         all the integer-valued fields of the SOA RR.
3966
3967  832.   [bug]           The default location for named.conf in named-checkconf
3968                         should depend on --sysconfdir like it does in named.
3969                         [RT #1258]
3970
3971  831.   [placeholder]
3972
3973  830.   [func]          Implement 'rndc status'.
3974
3975  829.   [bug]           The DNS_R_ZONECUT result code should only be returned
3976                         when an ANY query is made with DNS_DBFIND_GLUEOK set.
3977                         In all other ANY query cases, returning the delegation
3978                         is better.
3979
3980  828.   [bug]           The errno value from recvfrom() could be overwritten
3981                         by logging code. [RT #1293]
3982
3983  827.   [bug]           When an IXFR protocol error occurs, the slave
3984                         should retry with AXFR.
3985
3986  826.   [bug]           Some IXFR protocol errors were not detected.
3987
3988  825.   [bug]           zone.c:ns_query() detached from the wrong zone
3989                         reference. [RT #1264]
3990
3991  824.   [bug]           Correct line numbers reported by dns_master_load().
3992                         [RT #1263]
3993
3994  823.   [func]          The output of "dig -h" now goes to stdout so that it
3995                         can easily be piped through "more". [RT #1254]
3996
3997  822.   [bug]           Sending nxrrset prerequisites would crash nsupdate.
3998                         [RT #1248]
3999
4000  821.   [bug]           The program name used when logging to syslog should
4001                         be stripped of leading path components.
4002                         [RT #1178, #1232]
4003
4004  820.   [bug]           Name server address lookups failed to follow
4005                         A6 chains into the glue of local authoritative
4006                         zones.
4007
4008  819.   [bug]           In certain cases, the resolver's attempts to
4009                         restart an address lookup at the root could cause
4010                         the fetch to deadlock (with itself) instead of
4011                         restarting. [RT #1225]
4012
4013  818.   [bug]           Certain pathological responses to ANY queries could
4014                         cause an assertion failure. [RT #1218]
4015
4016  817.   [func]          Adjust timeouts for dialup zone queries.
4017
4018  816.   [bug]           Report potential problems with log file accessibility
4019                         at configuration time, since such problems can't
4020                         reliably be reported at the time they actually occur.
4021
4022  815.   [bug]           If a log file was specified with a path separator
4023                         character (i.e. "/") in its name and the directory
4024                         did not exist, the log file's name was treated as
4025                         though it were the directory name. [RT #1189]
4026
4027  814.   [bug]           Socket objects left over from accept() failures
4028                         were incorrectly destroyed, causing corruption
4029                         of socket manager data structures.
4030
4031  813.   [bug]           File descriptors exceeding FD_SETSIZE were handled
4032                         badly. [RT #1192]
4033
4034  812.   [bug]           dig sometimes printed incomplete IXFR responses
4035                         due to an uninitialized variable. [RT #1188]
4036
4037  811.   [bug]           Parentheses were not quoted in zone dumps. [RT #1194]
4038
4039  810.   [bug]           The signer name in SIG records was not properly
4040                         downcased when signing/verifying records. [RT #1186]
4041
4042  809.   [bug]           Configuring a non-local address as a transfer-source
4043                         could cause an assertion failure during load.
4044
4045  808.   [func]          Add 'rndc flush' to flush the server's cache.
4046
4047  807.   [bug]           When setting up TCP connections for incoming zone
4048                         transfers, the transfer-source port was not
4049                         ignored like it should be.
4050
4051  806.   [bug]           DNS_R_SEENINCLUDE was failing to propagate back up
4052                         the calling stack to the zone maintence level, causing
4053                         zones to not reload when an included file was touched
4054                         but the top-level zone file was not.
4055
4056  805.   [bug]           When using "forward only", missing root hints should
4057                         not cause queries to fail. [RT #1143]
4058
4059  804.   [bug]           Attempting to obtain entropy could fail in some
4060                         situations.  This would be most common on systems
4061                         with user-space threads. [RT #1131]
4062
4063  803.   [bug]           Treat all SIG queries as if they have the CD bit set,
4064                         otherwise no data will be returned [RT #749]
4065
4066  802.   [bug]           DNSSEC key tags were computed incorrectly in almost
4067                         all cases. [RT #1146]
4068
4069  801.   [bug]           nsupdate should treat lines beginning with ';' as
4070                         comments. [RT #1139]
4071
4072  800.   [bug]           dnssec-signzone produced incorrect statistics for
4073                         large zones. [RT #1133]
4074
4075  799.   [bug]           The ADB didn't find AAAA glue in a zone unless A6
4076                         glue was also present.
4077
4078  798.   [bug]           nsupdate should be able to reject bad input lines
4079                         and continue. [RT #1130]
4080
4081  797.   [func]          Issue a warning if the 'directory' option contains
4082                         a relative path. [RT #269]
4083
4084  796.   [func]          When a size limit is associated with a log file,
4085                         only roll it when the size is reached, not every
4086                         time the log file is opened. [RT #1096]
4087
4088  795.   [func]          Add the +multiline option to dig. [RT #1095]
4089
4090  794.   [func]          Implement the "port" and "default-port" statements
4091                         in rndc.conf.
4092
4093  793.   [cleanup]       The DNSSEC tools could create filenames that were
4094                         illegal or contained shell metacharacters.  They
4095                         now use a different text encoding of names that
4096                         doesn't have these problems. [RT #1101]
4097
4098  792.   [cleanup]       Replace the OMAPI command channel protocol with a
4099                         simpler one.
4100
4101  791.   [bug]           The command channel now works over IPv6.
4102
4103  790.   [bug]           Wildcards created using dynamic update or IXFR
4104                         could fail to match. [RT #1111]
4105
4106  789.   [bug]           The "localhost" and "localnets" ACLs did not match
4107                         when used as the second element of a two-element
4108                         sortlist item.
4109
4110  788.   [func]          Add the "match-mapped-addresses" option, which
4111                         causes IPv6 v4mapped addresses to be treated as
4112                         IPv4 addresses for the purpose of acl matching.
4113
4114  787.   [bug]           The DNSSEC tools failed to downcase domain
4115                         names when mapping them into file names.
4116
4117  786.   [bug]           When DNSSEC signing/verifying data, owner names were
4118                         not properly downcased.
4119
4120  785.   [bug]           A race condition in the resolver could cause
4121                         an assertion failure. [RT #673, #872, #1048]
4122
4123  784.   [bug]           nsupdate and other programs would not quit properly
4124                         if some signals were blocked by the caller. [RT #1081]
4125
4126  783.   [bug]           Following CNAMEs could cause an assertion failure
4127                         when either using an sdb database or under very
4128                         rare conditions.
4129
4130  782.   [func]          Implement the "serial-query-rate" option.
4131
4132  781.   [func]          Avoid error packet loops by dropping duplicate FORMERR
4133                         responses. [RT #1006]
4134
4135  780.   [bug]           Error handling code dealing with out of memory or
4136                         other rare errors could lead to assertion failures
4137                         by calling functions on unitialized names. [RT #1065]
4138
4139  779.   [func]          Added the "minimal-responses" option.
4140
4141  778.   [bug]           When starting cache cleaning, cleaning_timer_action()
4142                         returned without first pausing the iterator, which
4143                         could cause deadlock. [RT #998]
4144
4145  777.   [bug]           An empty forwarders list in a zone failed to override
4146                         global forwarders. [RT #995]
4147
4148  776.   [func]          Improved error reporting in denied messages. [RT #252]
4149
4150  775.   [placeholder]
4151
4152  774.   [func]          max-cache-size is implemented.
4153
4154  773.   [func]          Added isc_rwlock_trylock() to attempt to lock without
4155                         blocking.
4156
4157  772.   [bug]           Owner names could be incorrectly omitted from cache
4158                         dumps in the presence of negative caching entries.
4159                         [RT #991]
4160
4161  771.   [cleanup]       TSIG errors related to unsynchronized clocks
4162                         are logged better. [RT #919]
4163
4164  770.   [func]          Add the "edns yes_or_no" statement to the server
4165                         clause. [RT #524]
4166
4167  769.   [func]          Improved error reporting when parsing rdata. [RT #740]
4168
4169  768.   [bug]           The server did not emit an SOA when a CNAME
4170                         or DNAME chain ended in NXDOMAIN in an
4171                         authoritative zone.
4172
4173  767.   [placeholder]
4174
4175  766.   [bug]           A few cases in query_find() could leak fname.
4176                         This would trigger the mpctx->allocated == 0
4177                         assertion when the server exited.
4178                         [RT #739, #776, #798, #812, #818, #821, #845,
4179                         #892, #935, #966]
4180
4181  765.   [func]          ACL names are once again case insensitive, like
4182                         in BIND 8. [RT #252]
4183
4184  764.   [func]          Configuration files now allow "include" directives
4185                         in more places, such as inside the "view" statement.
4186                         [RT #377, #728, #860]
4187
4188  763.   [func]          Configuration files no longer have reserved words.
4189                         [RT #731, #753]
4190
4191  762.   [cleanup]       The named.conf and rndc.conf file parsers have
4192                         been completely rewritten.
4193
4194  761.   [bug]           _REENTRANT was still defined when building with
4195                         --disable-threads.
4196
4197  760.   [contrib]       Significant enhancements to the pgsql sdb driver.
4198
4199  759.   [bug]           The resolver didn't turn off "avoid fetches" mode
4200                         when restarting, possibly causing resolution
4201                         to fail when it should not.  This bug only affected
4202                         platforms which support both IPv4 and IPv6. [RT #927]
4203
4204  758.   [bug]           The "avoid fetches" code did not treat negative
4205                         cache entries correctly, causing fetches that would
4206                         be useful to be avoided.  This bug only affected
4207                         platforms which support both IPv4 and IPv6. [RT #927]
4208
4209  757.   [func]          Log zone transfers.
4210
4211  756.   [bug]           dns_zone_load() could "return" success when no master
4212                         file was configured.
4213
4214  755.   [bug]           Fix incorrectly formatted log messages in zone.c.
4215
4216  754.   [bug]           Certain failure conditions sending UDP packets
4217                         could cause the server to retry the transmission
4218                         indefinitely. [RT #902]
4219
4220  753.   [bug]           dig, host, and nslookup would fail to contact a
4221                         remote server if getaddrinfo() returned an IPv6
4222                         address on a system that doesn't support IPv6.
4223                         [RT #917]
4224
4225  752.   [func]          Correct bad tv_usec elements returned by
4226                         gettimeofday().
4227
4228  751.   [func]          Log successful zone loads / transfers.  [RT #898]
4229
4230  750.   [bug]           A query should not match a DNAME whose trust level
4231                         is pending. [RT #916]
4232
4233  749.   [bug]           When a query matched a DNAME in a secure zone, the
4234                         server did not return the signature of the DNAME.
4235                         [RT #915]
4236
4237  748.   [doc]           List supported RFCs in doc/misc/rfc-compliance.
4238                         [RT #781]
4239
4240  747.   [bug]           The code to determine whether an IXFR was possible
4241                         did not properly check for a database that could
4242                         not have a journal. [RT #865, #908]
4243
4244  746.   [bug]           The sdb didn't clone rdatasets properly, causing
4245                         a crash when the server followed delegations. [RT #905]
4246
4247  745.   [func]          Report the owner name of records that fail
4248                         semantic checks while loading.
4249
4250  744.   [bug]           When returning DNS_R_CNAME or DNS_R_DNAME as the
4251                         result of an ANY or SIG query, the resolver failed
4252                         to setup the return event's rdatasets, causing an
4253                         assertion failure in the query code. [RT #881]
4254
4255  743.   [bug]           Receiving a large number of certain malformed
4256                         answers could cause named to stop responding.
4257                         [RT #861]
4258
4259  742.   [placeholder]
4260
4261  741.   [port]          Support openssl-engine. [RT #709]
4262
4263  740.   [port]          Handle openssl library mismatches slightly better.
4264
4265  739.   [port]          Look for /dev/random in configure, rather than
4266                         assuming it will be there for only a predefined
4267                         set of OSes.
4268
4269  738.   [bug]           If a non-threadsafe sdb driver supported AXFR and
4270                         received an AXFR request, it would deadlock or die
4271                         with an assertion failure. [RT #852]
4272
4273  737.   [port]          stdtime.c failed to compile on certain platforms.
4274
4275  736.   [func]          New functions isc_task_{begin,end}exclusive().
4276
4277  735.   [doc]           Add BIND 4 migration notes.
4278
4279  734.   [bug]           An attempt to re-lock the zone lock could occur if
4280                         the server was shutdown during a zone tranfer.
4281                         [RT #830]
4282
4283  733.   [bug]           Reference counts of dns_acl_t objects need to be
4284                         locked but were not. [RT #801, #821]
4285
4286  732.   [bug]           Glue with 0 TTL could also cause SERVFAIL. [RT #828]
4287
4288  731.   [bug]           Certain zone errors could cause named-checkzone to
4289                         fail ungracefully. [RT #819]
4290
4291  730.   [bug]           lwres_getaddrinfo() returns the correct result when
4292                         it fails to contact a server. [RT #768]
4293
4294  729.   [port]          pthread_setconcurrency() needs to be called on Solaris.
4295
4296  728.   [bug]           Fix comment processing on master file directives.
4297                         [RT# 757]
4298
4299  727.   [port]          Work around OS bug where accept() succeeds but
4300                         fails to fill in the peer address of the accepted
4301                         connection, by treating it as an error rather than
4302                         an assertion failure. [RT #809]
4303
4304  726.   [func]          Implement the "trace" and "notrace" commands in rndc.
4305
4306  725.   [bug]           Installing man pages could fail.
4307
4308  724.   [func]          New libisc functions isc_netaddr_any(),
4309                         isc_netaddr_any6().
4310
4311  723.   [bug]           Referrals whose NS RRs had a 0 TTL caused the resolver
4312                         to return DNS_R_SERVFAIL. [RT #783]
4313
4314  722.   [func]          Allow incremental loads to be canceled.
4315
4316  721.   [cleanup]       Load manager and dns_master_loadfilequota() are no
4317                         more.
4318
4319  720.   [bug]           Server could enter infinite loop in
4320                         dispatch.c:do_cancel(). [RT #733]
4321
4322  719.   [bug]           Rapid reloads could trigger an assertion failure.
4323                         [RT #743, #763]
4324
4325  718.   [cleanup]       "internal" is no longer a reserved word in named.conf.
4326                         [RT #753, #731]
4327
4328  717.   [bug]           Certain TKEY processing failure modes could
4329                         reference an uninitialized variable, causing the
4330                         server to crash. [RT #750]
4331
4332  716.   [bug]           The first line of a $INCLUDE master file was lost if
4333                         an origin was specified. [RT #744]
4334
4335  715.   [bug]           Resolving some A6 chains could cause an assertion
4336                         failure in adb.c. [RT #738]
4337
4338  714.   [bug]           Preserve interval timers across reloads unless changed.
4339                         [RT# 729]
4340
4341  713.   [func]          named-checkconf takes '-t directory' similar to named.
4342                         [RT #726]
4343
4344  712.   [bug]           Sending a large signed update message caused an
4345                         assertion failure. [RT #718]
4346
4347  711.   [bug]           The libisc and liblwres implementations of
4348                         inet_ntop contained an off by one error.
4349
4350  710.   [func]          The forwarders statement now takes an optional
4351                         port. [RT #418]
4352
4353  709.   [bug]           ANY or SIG queries for data with a TTL of 0
4354                         would return SERVFAIL. [RT #620]
4355
4356  708.   [bug]           When building with --with-openssl, the openssl headers
4357                         included with BIND 9 should not be used. [RT #702]
4358
4359  707.   [func]          The "filename" argument to named-checkzone is no
4360                         longer optional, to reduce confusion. [RT #612]
4361
4362  706.   [bug]           Zones with an explicit "allow-update { none; };"
4363                         were considered dynamic and therefore not reloaded
4364                         on SIGHUP or "rndc reload".
4365
4366  705.   [port]          Work out resource limit type for use where rlim_t is
4367                         not available. [RT #695]
4368
4369  704.   [port]          RLIMIT_NOFILE is not available on all platforms.
4370                         [RT #695]
4371
4372  703.   [port]          sys/select.h is needed on older platforms. [RT #695]
4373
4374  702.   [func]          If the address 0.0.0.0 is seen in resolv.conf,
4375                         use 127.0.0.1 instead. [RT #693]
4376
4377  701.   [func]          Root hints are now fully optional.  Class IN
4378                         views use compiled-in hints by default, as
4379                         before.  Non-IN views with no root hints now
4380                         provide authoritative service but not recursion.
4381                         A warning is logged if a view has neither root
4382                         hints nor authoritative data for the root. [RT #696]
4383
4384  700.   [bug]           $GENERATE range check was wrong. [RT #688]
4385
4386  699.   [bug]           The lexer mishandled empty quoted strings. [RT #694]
4387
4388  698.   [bug]           Aborting nsupdate with ^C would lead to several
4389                         race conditions.
4390
4391  697.   [bug]           nsupdate was not compatible with the undocumented
4392                         BIND 8 behavior of ignoring TTLs in "update delete"
4393                         commands. [RT #693]
4394
4395  696.   [bug]           lwresd would die with an assertion failure when passed
4396                         a zero-length name. [RT #692]
4397
4398  695.   [bug]           If the resolver attempted to query a blackholed or
4399                         bogus server, the resolution would fail immediately.
4400
4401  694.   [bug]           $GENERATE did not produce the last entry.
4402                         [RT #682, #683]
4403
4404  693.   [bug]           An empty lwres statement in named.conf caused
4405                         the server to crash while loading.
4406
4407  692.   [bug]           Deal with systems that have getaddrinfo() but not
4408                         gai_strerror(). [RT #679]
4409
4410  691.   [bug]           Configuring per-view forwarders caused an assertion
4411                         failure. [RT #675, #734]
4412
4413  690.   [func]          $GENERATE now supports DNAME. [RT #654]
4414
4415  689.   [doc]           man pages are now installed. [RT #210]
4416
4417  688.   [func]          "make tags" now works on systems with the
4418                         "Exuberant Ctags" etags.
4419
4420  687.   [bug]           Only say we have IPv6, with sufficent functionality,
4421                         if it has actually been tested. [RT #586]
4422
4423  686.   [bug]           dig and nslookup can now be properly aborted during
4424                         blocking operations. [RT #568]
4425
4426  685.   [bug]           nslookup should use the search list/domain options
4427                         from resolv.conf by default. [RT #405, #630]
4428
4429  684.   [bug]           Memory leak with view forwarders. [RT #656]
4430
4431  683.   [bug]           File descriptor leak in isc_lex_openfile().
4432
4433  682.   [bug]           nslookup displayed SOA records incorrectly. [RT #665]
4434
4435  681.   [bug]           $GENERATE specifying output format was broken. [RT #653]
4436
4437  680.   [bug]           dns_rdata_fromstruct() mishandled options bigger
4438                         than 255 octets.
4439
4440  679.   [bug]           $INCLUDE could leak memory and file descriptors on
4441                         reload. [RT #639]
4442
4443  678.   [bug]           "transfer-format one-answer;" could trigger an assertion
4444                         failure. [RT #646]
4445
4446  677.   [bug]           dnssec-signzone would occasionally use the wrong ttl
4447                         for database operations and fail. [RT #643]
4448
4449  676.   [bug]           Log messages about lame servers to category
4450                         'lame-servers' rather than 'resolver', so as not
4451                         to be gratuitously incompatible with BIND 8.
4452
4453  675.   [bug]           TKEY queries could cause the server to leak
4454                         memory.
4455
4456  674.   [func]          Allow messages to be TSIG signed / verified using
4457                         a offset from the current time.
4458
4459  673.   [func]          The server can now convert RFC1886-style recursive
4460                         lookup requests into RFC2874-style lookups, when
4461                         enabled using the new option "allow-v6-synthesis".
4462
4463  672.   [bug]           The wrong time was in the "time signed" field when
4464                         replying with BADTIME error.
4465
4466  671.   [bug]           The message code was failing to parse a message with
4467                         no question section and a TSIG record. [RT #628]
4468
4469  670.   [bug]           The lwres replacements for getaddrinfo and
4470                         getipnodebyname didn't properly check for the
4471                         existence of the sockaddr sa_len field.
4472
4473  669.   [bug]           dnssec-keygen now makes the public key file
4474                         non-world-readable for symmetric keys. [RT #403]
4475
4476  668.   [func]          named-checkzone now reports multiple errors in master
4477                         files.
4478
4479  667.   [bug]           On Linux, running named with the -u option and a
4480                         non-world-readable configuration file didn't work.
4481                         [RT #626]
4482
4483  666.   [bug]           If a request sent by dig is longer than 512 bytes,
4484                         use TCP.
4485
4486  665.   [bug]           Signed responses were not sent when the size of the
4487                         TSIG + question exceeded the maximum message size.
4488                         [RT #628]
4489
4490  664.   [bug]           The t_tasks and t_timers module tests are now skipped
4491                         when building without threads, since they require
4492                         threads.
4493
4494  663.   [func]          Accept a size_spec, not just an integer, in the
4495                         (unimplemented and ignored) max-ixfr-log-size option
4496                         for compatibility with recent versions of BIND 8.
4497                         [RT #613]
4498
4499  662.   [bug]           dns_rdata_fromtext() failed to log certain errors.
4500
4501  661.   [bug]           Certain UDP IXFR requests caused an assertion failure
4502                         (mpctx->allocated == 0). [RT #355, #394, #623]
4503
4504  660.   [port]          Detect multiple CPUs on HP-UX and IRIX.
4505
4506  659.   [performance]   Rewrite the name compression code to be much faster.
4507
4508  658.   [cleanup]       Remove all vestiges of 16 bit global compression.
4509
4510  657.   [bug]           When a listen-on statement in an lwres block does not
4511                         specify a port, use 921, not 53.  Also update the
4512                         listen-on documentation. [RT #616]
4513
4514  656.   [func]          Treat an unescaped newline in a quoted string as
4515                         an error.  This means that TXT records with missing
4516                         close quotes should have meaningful errors printed.
4517
4518  655.   [bug]           Improve error reporting on unexpected eof when loading
4519                         zones. [RT #611]
4520
4521  654.   [bug]           Origin was being forgotten in TCP retries in dig.
4522                         [RT #574]
4523
4524  653.   [bug]           +defname option in dig was reversed in sense.
4525                         [RT #549]
4526
4527  652.   [bug]           zone_saveunique() did not report the new name.
4528
4529  651.   [func]          The AD bit in responses now has the meaning
4530                         specified in <draft-ietf-dnsext-ad-is-secure>.
4531
4532  650.   [bug]           SIG(0) records were being generated and verified
4533                         incorrectly. [RT #606]
4534
4535  649.   [bug]           It was possible to join to an already running fctx
4536                         after it had "cloned" its events, but before it sent
4537                         them.  In this case, the event of the newly joined
4538                         fetch would not contain the answer, and would
4539                         trigger the INSIST() in fctx_sendevents().  In
4540                         BIND 9.0, this bug did not trigger an INSIST(), but
4541                         caused the fetch to fail with a SERVFAIL result.
4542                         [RT #588, #597, #605, #607]
4543
4544  648.   [port]          Add support for pre-RFC2133 IPv6 implementations.
4545
4546  647.   [bug]           Resolver queries sent after following multiple
4547                         referrals had excessively long retransmission
4548                         timeouts due to incorrectly counting the referrals
4549                         as "restarts".
4550
4551  646.   [bug]           The UnixWare ISC_PLATFORM_FIXIN6INADDR fix in isc/net.h
4552                         didn't _cleanly_ fix the problem it was trying to fix.
4553
4554  645.   [port]          BSD/OS 3.0 needs pthread_init(). [RT #603]
4555
4556  644.   [bug]           #622 needed more work. [RT #562]
4557
4558  643.   [bug]           xfrin error messages made more verbose, added class
4559                         of the zone. [RT# 599]
4560
4561  642.   [bug]           Break the exit_check() race in the zone module.
4562                         [RT #598]
4563
4564         --- 9.1.0b2 released ---
4565
4566  641.   [bug]           $GENERATE caused a uninitialized link to be used.
4567                         [RT #595]
4568
4569  640.   [bug]           Memory leak in error path could cause
4570                         "mpctx->allocated == 0" failure. [RT #584]
4571
4572  639.   [bug]           Reading entropy from the keyboard would sometimes fail.
4573                         [RT #591]
4574
4575  638.   [port]          lib/isc/random.c needed to explicitly include time.h
4576                         to get a prototype for time() when pthreads was not
4577                         being used. [RT #592]
4578
4579  637.   [port]          Use isc_u?int64_t instead of (unsigned) long long in
4580                         lib/isc/print.c.  Also allow lib/isc/print.c to
4581                         be compiled even if the platform does not need it.
4582                         [RT #592]
4583
4584  636.   [port]          Shut up MSVC++ about a possible loss of precision
4585                         in the ISC__BUFFER_PUTUINT*() macros. [RT #592]
4586
4587  635.   [bug]           Reloading a server with a configured blackhole list
4588                         would cause an assertion. [RT #590]
4589
4590  634.   [bug]           A log file will completely stop being written when
4591                         it reaches the maximum size in all cases, not just
4592                         when versioning is also enabled. [RT #570]
4593
4594  633.   [port]          Cope with rlim_t missing on BSD/OS systems. [RT #575]
4595
4596  632.   [bug]           The index array of the journal file was
4597                         corrupted as it was written to disk.
4598
4599  631.   [port]          Build without thread support on systems without
4600                         pthreads.
4601
4602  630.   [bug]           Locking failure in zone code. [RT #582]
4603
4604  629.   [bug]           9.1.0b1 dereferenced a null pointer and crashed
4605                         when responding to a UDP IXFR request.
4606
4607  628.   [bug]           If the root hints contained only AAAA addresses,
4608                         named would be unable to perform resolution.
4609
4610  627.   [bug]           The EDNS0 blackhole detection code of change 324
4611                         waited for three retransmissions to each server,
4612                         which takes much too long when a domain has many
4613                         name servers and all of them drop EDNS0 queries.
4614                         Now we retry without EDNS0 after three consecutive
4615                         timeouts, even if they are all from different
4616                         servers. [RT #143]
4617
4618  626.   [bug]           The lightweight resolver daemon no longer crashes
4619                         when asked for a SIG rrset. [RT #558]
4620
4621  625.   [func]          Zones now inherit their class from the enclosing view.
4622
4623  624.   [bug]           The zone object could get timer events after it had
4624                         been destroyed, causing a server crash. [RT #571]
4625
4626  623.   [func]          Added "named-checkconf" and "named-checkzone" program
4627                         for syntax checking named.conf files and zone files,
4628                         respectively.
4629
4630  622.   [bug]           A canceled request could be destroyed before
4631                         dns_request_destroy() was called. [RT #562]
4632
4633  621.   [port]          Disable IPv6 at runtime if IPv6 sockets are unusable.
4634                         This mostly affects Red Hat Linux 7.0, which has
4635                         conflicts between libc and the kernel.
4636
4637  620.   [bug]           dns_master_load*inc() now require 'task' and 'load'
4638                         to be non-null.  Also 'done' will not be called if
4639                         dns_master_load*inc() fails immediately. [RT #565]
4640
4641  619.   [placeholder]
4642
4643  618.   [bug]           Queries to a signed zone could sometimes cause
4644                         an assertion failure.
4645
4646  617.   [bug]           When using dynamic update to add a new RR to an
4647                         existing RRset with a different TTL, the journal
4648                         entries generated from the update did not include
4649                         explicit deletions and re-additions of the existing
4650                         RRs to update their TTL to the new value.
4651
4652  616.   [func]          dnssec-signzone -t output now includes performance
4653                         statistics.
4654
4655  615.   [bug]           dnssec-signzone did not like child keysets signed
4656                         by multiple keys.
4657
4658  614.   [bug]           Checks for uninitialized link fields were prone
4659                         to false positives, causing assertion failures.
4660                         The checks are now disabled by default and may
4661                         be re-enabled by defining ISC_LIST_CHECKINIT.
4662
4663  613.   [bug]           "rndc reload zone" now reloads primary zones.
4664                         It previously only updated slave and stub zones,
4665                         if an SOA query indicated an out of date serial.
4666
4667  612.   [cleanup]       Shutup a ridiculously noisy HP-UX compiler that
4668                         complains relentlessly about how its treatment
4669                         of 'const' has changed as well as how casting
4670                         sometimes tightens alignment constraints.
4671
4672  611.   [func]          allow-notify can be used to permit processing of
4673                         notify messages from hosts other than a slave's
4674                         masters.
4675
4676  610.   [func]          rndc dumpdb is now supported.
4677
4678  609.   [bug]           getrrsetbyname() would crash lwresd if the server
4679                         found more SIGs than answers. [RT #554]
4680
4681  608.   [func]          dnssec-signzone now adds a comment to the zone
4682                         with the time the file was signed.
4683
4684  607.   [bug]           nsupdate would fail if it encountered a CNAME or
4685                         DNAME in a response to an SOA query. [RT #515]
4686
4687  606.   [bug]           Compiling with --disable-threads failed due
4688                         to isc_thread_self() being incorrectly defined
4689                         as an integer rather than a function.
4690
4691  605.   [func]          New function isc_lex_getlasttokentext().
4692
4693  604.   [bug]           The named.conf parser could print incorrect line
4694                         numbers when long comments were present.
4695
4696  603.   [bug]           Make dig handle multiple types or classes on the same
4697                         query more correctly.
4698
4699  602.   [func]          Cope automatically with UnixWare's broken
4700                         IN6_IS_ADDR_* macros. [RT #539]
4701
4702  601.   [func]          Return a non-zero exit code if an update fails
4703                         in nsupdate.
4704
4705  600.   [bug]           Reverse lookups sometimes failed in dig, etc...
4706
4707  599.   [func]          Added four new functions to the libisc log API to
4708                         support i18n messages.  isc_log_iwrite(),
4709                         isc_log_ivwrite(), isc_log_iwrite1() and
4710                         isc_log_ivwrite1() were added.
4711
4712  598.   [bug]           An update-policy statement would cause the server
4713                         to assert while loading. [RT #536]
4714
4715  597.   [func]          dnssec-signzone is now multi-threaded.
4716
4717  596.   [bug]           DNS_RDATASLAB_FORCE and DNS_RDATASLAB_EXACT are
4718                         not mutually exclusive.
4719
4720  595.   [port]          On Linux 2.2, socket() returns EINVAL when it
4721                         should return EAFNOSUPPORT.  Work around this.
4722                         [RT #531]
4723
4724  594.   [func]          sdb drivers are now assumed to not be thread-safe
4725                         unless the DNS_SDBFLAG_THREADSAFE flag is supplied.
4726
4727  593.   [bug]           If a secure zone was missing all its NXTs and
4728                         a dynamic update was attempted, the server entered
4729                         an infinite loop.
4730
4731  592.   [bug]           The sig-validity-interval option now specifies a
4732                         number of days, not seconds.  This matches the
4733                         documentation. [RT #529]
4734
4735         --- 9.1.0b1 released ---
4736
4737  591.   [bug]           Work around non-reentrancy in openssl by disabling
4738                         precomputation in keys.
4739
4740  590.   [doc]           There are now man pages for the lwres library in
4741                         doc/man/lwres.
4742
4743  589.   [bug]           The server could deadlock if a zone was updated
4744                         while being transferred out.
4745
4746  588.   [bug]           ctx->in_use was not being correctly initialized when
4747                         when pushing a file for $INCLUDE. [RT #523]
4748
4749  587.   [func]          A warning is now printed if the "allow-update"
4750                         option allows updates based on the source IP
4751                         address, to alert users to the fact that this
4752                         is insecure and becoming increasingly so as
4753                         servers capable of update forwarding are being
4754                         deployed.
4755
4756  586.   [bug]           multiple views with the same name were fatal. [RT #516]
4757
4758  585.   [func]          dns_db_addrdataset() and and dns_rdataslab_merge()
4759                         now support 'exact' additions in a similar manner to
4760                         dns_db_subtractrdataset() and dns_rdataslab_subtract().
4761
4762  584.   [func]          You can now say 'notify explicit'; to suppress
4763                         notification of the servers listed in NS records
4764                         and notify only those servers listed in the
4765                         'also-notify' option.
4766
4767  583.   [func]          "rndc querylog" will now toggle logging of
4768                         queries, like "ndc querylog" in BIND 8.
4769
4770  582.   [bug]           dns_zone_idetach() failed to lock the zone.
4771                         [RT #199, #463]
4772
4773  581.   [bug]           log severity was not being correctly processed.
4774                         [RT #485]
4775
4776  580.   [func]          Ignore trailing garbage on incoming DNS packets,
4777                         for interoperability with broken server
4778                         implementations. [RT #491]
4779
4780  579.   [bug]           nsupdate did not take a filename to read update from.
4781                         [RT #492]
4782
4783  578.   [func]          New config option "notify-source", to specify the
4784                         source address for notify messages.
4785
4786  577.   [func]          Log illegal RDATA combinations. e.g. multiple
4787                         singlton types, cname and other data.
4788
4789  576.   [doc]           isc_log_create() description did not match reality.
4790
4791  575.   [bug]           isc_log_create() was not setting internal state
4792                         correctly to reflect the default channels created.
4793
4794  574.   [bug]           TSIG signed queries sent by the resolver would fail to
4795                         have their responses validated and would leak memory.
4796
4797  573.   [bug]           The journal files of IXFRed slave zones were
4798                         inadvertantly discarded on server reload, causing
4799                         "journal out of sync with zone" errors on subsequent
4800                         reloads. [RT #482]
4801
4802  572.   [bug]           Quoted strings were not accepted as key names in
4803                         address match lists.
4804
4805  571.   [bug]           It was possible to create an rdataset of singleton
4806                         type which had more than one rdata. [RT #154]
4807                         [RT #279]
4808
4809  570.   [bug]           rbtdb.c allowed zones containing nodes which had
4810                         both a CNAME and "other data". [RT #154]
4811
4812  569.   [func]          The DNSSEC AD bit will not be set on queries which
4813                         have not requested a DNSSEC response.
4814
4815  568.   [func]          Add sample simple database drivers in contrib/sdb.
4816
4817  567.   [bug]           Setting the zone transfer timeout to zero caused an
4818                         assertion failure. [RT #302]
4819
4820  566.   [func]          New public function dns_timer_setidle().
4821
4822  565.   [func]          Log queries more like BIND 8: query logging is now
4823                         done to category "queries", level "info". [RT #169]
4824
4825  564.   [func]          Add sortlist support to lwresd.
4826
4827  563.   [func]          New public functions dns_rdatatype_format() and
4828                         dns_rdataclass_format(), for convenient formatting
4829                         of rdata type/class mnemonics in log messages.
4830
4831  562.   [cleanup]       Moved lib/dns/*conf.c to bin/named where they belong.
4832
4833  561.   [func]          The 'datasize', 'stacksize', 'coresize' and 'files'
4834                         clauses of the options{} statement are now implemented.
4835
4836  560.   [bug]           dns_name_split did not properly the resulting prefix
4837                         when a maximal length bitstring label was split which
4838                         was preceded by another bitstring label. [RT #429]
4839
4840  559.   [bug]           dns_name_split did not properly create the suffix
4841                         when splitting within a maximal length bitstring label.
4842
4843  558.   [func]          New functions, isc_resource_getlimit and
4844                         isc_resource_setlimit.
4845
4846  557.   [func]          Symbolic constants for libisc integral types.
4847
4848  556.   [func]          The DNSSEC OK bit in the EDNS extended flags
4849                         is now implemented.  Responses to queries without
4850                         this bit set will not contain any DNSSEC records.
4851
4852  555.   [bug]           A slave server attempting a zone transfer could
4853                         crash with an assertion failure on certain
4854                         malformed responses from the master. [RT #457]
4855
4856  554.   [bug]           In some cases, not all of the dnssec tools were
4857                         properly installed.
4858
4859  553.   [bug]           Incoming zone transfers deferred due to quota
4860                         were not started when quota was increased but
4861                         only when a transfer in progress finished. [RT #456]
4862
4863  552.   [bug]           We were not correctly detecting the end of all c-style
4864                         comments. [RT #455]
4865
4866  551.   [func]          Implemented the 'sortlist' option.
4867
4868  550.   [func]          Support unknown rdata types and classes.
4869
4870  549.   [bug]           "make" did not immediately abort the build when a
4871                         subdirectory make failed [RT #450].
4872
4873  548.   [func]          The lexer now ungets tokens more correctly.
4874
4875  547.   [placeholder]
4876
4877  546.   [func]          Option 'lame-ttl' is now implemented.
4878
4879  545.   [func]          Name limit and counting options removed from dig;
4880                         they didn't work properly, and cannot be correctly
4881                         implemented without significant changes.
4882
4883  544.   [func]          Add statistics option, enable statistics-file option,
4884                         add RNDC option "dump-statistics" to write out a
4885                         query statistics file.
4886
4887  543.   [doc]           The 'port' option is now documented.
4888
4889  542.   [func]          Add support for update forwarding as required for
4890                         full compliance with RFC2136.  It is turned off
4891                         by default and can be enabled using the
4892                         'allow-update-forwarding' option.
4893
4894  541.   [func]          Add bogus server support.
4895
4896  540.   [func]          Add dialup support.
4897
4898  539.   [func]          Support the blackhole option.
4899
4900  538.   [bug]           fix buffer overruns by 1 in lwres_getnameinfo().
4901
4902  537.   [placeholder]
4903
4904  536.   [func]          Use transfer-source{-v6} when sending refresh queries.
4905                         Transfer-source{-v6} now take a optional port
4906                         parameter for setting the UDP source port.  The port
4907                         parameter is ignored for TCP.
4908
4909  535.   [func]          Use transfer-source{-v6} when forwarding update
4910                         requests.
4911
4912  534.   [func]          Ancestors have been removed from RBT chains.  Ancestor
4913                         information can be discerned via node parent pointers.
4914
4915  533.   [func]          Incorporated name hashing into the RBT database to
4916                         improve search speed.
4917
4918  532.   [func]          Implement DNS UPDATE pseudo records using
4919                         DNS_RDATA_UPDATE flag.
4920
4921  531.   [func]          Rdata really should be initialized before being assigned
4922                         to (dns_rdata_fromwire(), dns_rdata_fromtext(),
4923                         dns_rdata_clone(), dns_rdata_fromregion()),
4924                         check that it is.
4925
4926  530.   [func]          New function dns_rdata_invalidate().
4927
4928  529.   [bug]           521 contained a bug which caused zones to always
4929                         reload.  [RT #410]
4930
4931  528.   [func]          The ISC_LIST_XXXX macros now perform sanity checks
4932                         on their arguments.  ISC_LIST_XXXXUNSAFE can be use
4933                         to skip the checks however use with caution.
4934
4935  527.   [func]          New function dns_rdata_clone().
4936
4937  526.   [bug]           nsupdate incorrectly refused to add RRs with a TTL
4938                         of 0.
4939
4940  525.   [func]          New arguments 'options' for dns_db_subtractrdataset(),
4941                         and 'flags' for dns_rdataslab_subtract() allowing you
4942                         to request that the RR's must exist prior to deletion.
4943                         DNS_R_NOTEXACT is returned if the condition is not met.
4944
4945  524.   [func]          The 'forward' and 'forwarders' statement in
4946                         non-forward zones should work now.
4947
4948  523.   [doc]           The source to the Administrator Reference Manual is
4949                         now an XML file using the DocBook DTD, and is included
4950                         in the distribution.  The plain text version of the
4951                         ARM is temporarily unavailable while we figure out
4952                         how to generate readable plain text from the XML.
4953
4954  522.   [func]          The lightweight resolver daemon can now use
4955                         a real configuration file, and its functionality
4956                         can be provided by a name server.  Also, the -p and -P
4957                         options to lwresd have been reversed.
4958
4959  521.   [bug]           Detect master files which contain $INCLUDE and always
4960                         reload. [RT #196]
4961
4962  520.   [bug]           Upgraded libtool to 1.3.5, which makes shared
4963                         library builds almost work on AIX (and possibly
4964                         others).
4965
4966  519.   [bug]           dns_name_split() would improperly split some bitstring
4967                         labels, zeroing a few of the least signficant bits in
4968                         the prefix part.  When such an improperly created
4969                         prefix was returned to the RBT database, the bogus
4970                         label was dutifully stored, corrupting the tree.
4971                         [RT #369]
4972
4973  518.   [bug]           The resolver did not realize that a DNAME which was
4974                         "the answer" to the client's query was "the answer",
4975                         and such queries would fail. [RT #399]
4976
4977  517.   [bug]           The resolver's DNAME code would trigger an assertion
4978                         if there was more than one DNAME in the chain.
4979                         [RT #399]
4980
4981  516.   [bug]           Cache lookups which had a NULL node pointer, e.g.
4982                         those by dns_view_find(), and which would match a
4983                         DNAME, would trigger an INSIST(!search.need_cleanup)
4984                         assertion. [RT #399]
4985
4986  515.   [bug]           The ssu table was not being attached / detached
4987                         by dns_zone_[sg]etssutable. [RT#397]
4988
4989  514.   [func]          Retry refresh and notify queries if they timeout.
4990                         [RT #388]
4991
4992  513.   [func]          New functionality added to rdnc and server to allow
4993                         individual zones to be refreshed or reloaded.
4994
4995  512.   [bug]           The zone transfer code could throw an execption with
4996                         an invalid IXFR stream.
4997
4998  511.   [bug]           The message code could throw an assertion on an
4999                         out of memory failure. [RT #392]
5000
5001  510.   [bug]           Remove spurious view notify warning. [RT #376]
5002
5003  509.   [func]          Add support for write of zone files on shutdown.
5004
5005  508.   [func]          dns_message_parse() can now do a best-effort
5006                         attempt, which should allow dig to print more invalid
5007                         messages.
5008
5009  507.   [func]          New functions dns_zone_flush(), dns_zt_flushanddetach()
5010                         and dns_view_flushanddetach().
5011
5012  506.   [func]          Do not fail to start on errors in zone files.
5013
5014  505.   [bug]           nsupdate was printing "unknown result code". [RT #373]
5015
5016  504.   [bug]           The zone was not being marked as dirty when updated via
5017                         IXFR.
5018
5019  503.   [bug]           dumptime was not being set along with
5020                         DNS_ZONEFLG_NEEDDUMP.
5021
5022  502.   [func]          On a SERVFAIL reply, DiG will now try the next server
5023                         in the list, unless the +fail option is specified.
5024
5025  501.   [bug]           Incorrect port numbers were being displayed by
5026                         nslookup. [RT #352]
5027
5028  500.   [func]          Nearly useless +details option removed from DiG.
5029
5030  499.   [func]          In DiG, specifying a class with -c or type with -t
5031                         changes command-line parsing so that classes and
5032                         types are only recognized if following -c or -t.
5033                         This allows hosts with the same name as a class or
5034                         type to be looked up.
5035
5036  498.   [doc]           There is now a man page for "dig"
5037                         in doc/man/bin/dig.1.
5038
5039  497.   [bug]           The error messages printed when an IP match list
5040                         contained a network address with a nonzero host
5041                         part where not sufficiently detailed. [RT #365]
5042
5043  496.   [bug]           named didn't sanity check numeric parameters. [RT #361]
5044
5045  495.   [bug]           nsupdate was unable to handle large records. [RT #368]
5046
5047  494.   [func]          Do not cache NXDOMAIN responses for SOA queries.
5048
5049  493.   [func]          Return non-cachable (ttl = 0) NXDOMAIN responses
5050                         for SOA queries.  This makes it easier to locate
5051                         the containing zone without polluting intermediate
5052                         caches.
5053
5054  492.   [bug]           attempting to reload a zone caused the server fail
5055                         to shutdown cleanly. [RT #360]
5056
5057  491.   [bug]           nsupdate would segfault when sending certain
5058                         prerequisites with empty RDATA. [RT #356]
5059
5060  490.   [func]          When a slave/stub zone has not yet successfully
5061                         obtained an SOA containing the zone's configured
5062                         retry time, perform the SOA query retries using
5063                         exponential backoff. [RT #337]
5064
5065  489.   [func]          The zone manager now has a "i/o" queue.
5066
5067  488.   [bug]           Locks weren't properly destroyed in some cases.
5068
5069  487.   [port]          flockfile() is not defined on all systems.
5070
5071  486.   [bug]           nslookup: "set all" and "server" commands showed
5072                         the incorrect port number if a port other than 53
5073                         was specified. [RT #352]
5074
5075  485.   [func]          When dig had more than one server to query, it would
5076                         send all of the messages at the same time.  Add
5077                         rate limiting of the transmitted messages.
5078
5079  484.   [bug]           When the server was reloaded after removing addresses
5080                         from the named.conf "listen-on" statement, sockets
5081                         were still listening on the removed addresses due
5082                         to reference count loops. [RT #325]
5083
5084  483.   [bug]           nslookup: "set all" showed a "search" option but it
5085                         was not settable.
5086
5087  482.   [bug]           nslookup: a plain "server" or "lserver" should be
5088                         treated as a lookup.
5089
5090  481.   [bug]           nslookup:get_next_command() stack size could exceed
5091                         per thread limit.
5092
5093  480.   [bug]           strtok() is not thread safe. [RT #349]
5094
5095  479.   [func]          The test suite can now be run by typing "make check"
5096                         or "make test" at the top level.
5097
5098  478.   [bug]           "make install" failed if the directory specified with
5099                         --prefix did not already exist.
5100
5101  477.   [bug]           The the isc-config.sh script could be installed before
5102                         its directory was created. [RT #324]
5103
5104  476.   [bug]           A zone could expire while a zone transfer was in
5105                         progress triggering a INSIST failure. [RT #329]
5106
5107  475.   [bug]           query_getzonedb() sometimes returned a non-null version
5108                         on failure.  This caused assertion failures when
5109                         generating query responses where names subject to
5110                         additional section processing pointed to a zone
5111                         to which access had been denied by means of the
5112                         allow-query option. [RT #336]
5113
5114  474.   [bug]           The mnemonic of the CHAOS class is CH according to
5115                         RFC1035, but it was printed and read only as CHAOS.
5116                         We now accept both forms as input, and print it
5117                         as CH. [RT #305]
5118
5119  473.   [bug]           nsupdate overran the end of the list of name servers
5120                         when no servers could be reached, typically causing
5121                         it to print the error message "dns_request_create:
5122                         not implemented".
5123
5124  472.   [bug]           Off-by-one error caused isc_time_add() to sometimes
5125                         produce invalid time values.
5126
5127  471.   [bug]           nsupdate didn't compile on HP/UX 10.20
5128
5129  470.   [func]          $GENERATE is now supported.  See also
5130                         doc/misc/migration.
5131
5132  469.   [bug]           "query-source address * port 53;" now works.
5133
5134  468.   [bug]           dns_master_load*() failed to report file and line
5135                         number in certain error conditions.
5136
5137  467.   [bug]           dns_master_load*() failed to log an error if
5138                         pushfile() failed.
5139
5140  466.   [bug]           dns_master_load*() could return success when it failed.
5141
5142  465.   [cleanup]       Allow 0 to be set as an omapi_value_t value by
5143                         omapi_value_storeint().
5144
5145  464.   [cleanup]       Build with openssl's RSA code instead of dnssafe.
5146
5147  463.   [bug]           nsupdate sent malformed SOA queries to the second
5148                         and subsequent name servers in resolv.conf if the
5149                         query sent to the first one failed.
5150
5151  462.   [bug]           --disable-ipv6 should work now.
5152
5153  461.   [bug]           Specifying an unknown key in the "keys" clause of the
5154                         "controls" statement caused a NULL pointer dereference.
5155                         [RT #316]
5156
5157  460.   [bug]           Much of the DNSSEC code only worked with class IN.
5158
5159  459.   [bug]           Nslookup processed the "set" command incorrectly.
5160
5161  458.   [bug]           Nslookup didn't properly check class and type values.
5162                         [RT #305]
5163
5164  457.   [bug]           Dig/host/hslookup didn't properly handle connect
5165                         timeouts in certain situations, causing an
5166                         unnecessary warning message to be printed.
5167
5168  456.   [bug]           Stub zones were not resetting the refresh and expire
5169                         counters, loadtime or clearing the DNS_ZONE_REFRESH
5170                         (refresh in progress) flag upon successful update.
5171                         This disabled further refreshing of the stub zone,
5172                         causing it to eventually expire. [RT #300]
5173
5174  455.   [doc]           Document IPv4 prefix notation does not require a
5175                         dotted decimal quad but may be just dotted decimal.
5176
5177  454.   [bug]           Enforce dotted decimal and dotted decimal quad where
5178                         documented as such in named.conf. [RT #304, RT #311]
5179
5180  453.   [bug]           Warn if the obsolete option "maintain-ixfr-base"
5181                         is specified in named.conf. [RT #306]
5182
5183  452.   [bug]           Warn if the unimplemented option "statistics-file"
5184                         is specified in named.conf. [RT #301]
5185
5186  451.   [func]          Update forwarding implememted.
5187
5188  450.   [func]          New function ns_client_sendraw().
5189
5190  449.   [bug]           isc_bitstring_copy() only works correctly if the
5191                         two bitstrings have the same lsb0 value, but this
5192                         requirement was not documented, nor was there a
5193                         REQUIRE for it.
5194
5195  448.   [bug]           Host output formatting change, to match v8. [RT #255]
5196
5197  447.   [bug]           Dig didn't properly retry in TCP mode after
5198                         a truncated reply. [RT #277]
5199
5200  446.   [bug]           Confusing notify log message. [RT #298]
5201
5202  445.   [bug]           Doing a 0 bit isc_bitstring_copy() of an lsb0
5203                         bitstring triggered a REQUIRE statement.  The REQUIRE
5204                         statement was incorrect. [RT #297]
5205
5206  444.   [func]          "recursion denied" messages are always logged at
5207                         debug level 1, now, rather than sometimes at ERROR.
5208                         This silences these warnings in the usual case, where
5209                         some clients set the RD bit in all queries.
5210
5211  443.   [bug]           When loading a master file failed because of an
5212                         unrecognized RR type name, the error message
5213                         did not include the file name and line number.
5214                         [RT #285]
5215
5216  442.   [bug]           TSIG signed messages that did not match any view
5217                         crashed the server. [RT #290]
5218
5219  441.   [bug]           Nodes obscured by a DNAME were inaccessible even
5220                         when DNS_DBFIND_GLUEOK was set.
5221
5222  440.   [func]          New function dns_zone_forwardupdate().
5223
5224  439.   [func]          New function dns_request_createraw().
5225
5226  438.   [func]          New function dns_message_getrawmessage().
5227
5228  437.   [func]          Log NOTIFY activity to the notify channel.
5229
5230  436.   [bug]           If recvmsg() returned EHOSTUNREACH or ENETUNREACH,
5231                         which sometimes happens on Linux, named would enter
5232                         a busy loop.  Also, unexpected socket errors were
5233                         not logged at a high enough logging level to be
5234                         useful in diagnosing this situation. [RT #275]
5235
5236  435.   [bug]           dns_zone_dump() overwrote existing zone files
5237                         rather than writing to a temporary file and
5238                         renaming.  This could lead to empty or partial
5239                         zone files being left around in certain error
5240                         conditions involving the initial transfer of a
5241                         slave zone, interfering with subsequent server
5242                         startup. [RT #282]
5243
5244  434.   [func]          New function isc_file_isabsolute().
5245
5246  433.   [func]          isc_base64_decodestring() now accepts newlines
5247                         within the base64 data.  This makes it possible
5248                         to break up the key data in a "trusted-keys"
5249                         statement into multiple lines. [RT #284]
5250
5251  432.   [func]          Added refresh/retry jitter.  The actual refresh/
5252                         retry time is now a random value between 75% and
5253                         100% of the configured value.
5254
5255  431.   [func]          Log at ISC_LOG_INFO when a zone is successfully
5256                         loaded.
5257
5258  430.   [bug]           Rewrote the lightweight resolver client management
5259                         code to handle shutdown correctly and general
5260                         cleanup.
5261
5262  429.   [bug]           The space reserved for a TSIG record in a response
5263                         was 2 bytes too short, leading to message
5264                         generation failures.
5265
5266  428.   [bug]           rbtdb.c:find_closest_nxt() erroneously returned
5267                         DNS_R_BADDB for nodes which had neither NXT nor SIG NXT
5268                         (e.g. glue).  This could cause SERVFAILs when
5269                         generating negative responses in a secure zone.
5270
5271  427.   [bug]           Avoid going into an infinite loop when the validator
5272                         gets a negative response to a key query where the
5273                         records are signed by the missing key.
5274
5275  426.   [bug]           Attempting to generate an oversized RSA key could
5276                         cause dnssec-keygen to dump core.
5277
5278  425.   [bug]           Warn about the auth-nxdomain default value change
5279                         if there is no auth-nxdomain statement in the
5280                         config file. [RT #287]
5281
5282  424.   [bug]           notify_createmessage() could trigger an assertion
5283                         failure when creating the notify message failed,
5284                         e.g. due to corrupt zones with multiple SOA records.
5285                         [RT #279]
5286
5287  423.   [bug]           When responding to a recusive query, errors that occur
5288                         after following a CNAME should cause the query to fail.
5289                         [RT #274]
5290
5291  422.   [func]          get rid of isc_random_t, and make isc_random_get()
5292                         and isc_random_jitter() use rand() internally
5293                         instead of local state.  Note that isc_random_*()
5294                         functions are only for weak, non-critical "randomness"
5295                         such as timing jitter and such.
5296
5297  421.   [bug]           nslookup would exit when given a blank line as input.
5298
5299  420.   [bug]           nslookup failed to implement the "exit" command.
5300
5301  419.   [bug]           The certificate type PKIX was misspelled as SKIX.
5302
5303  418.   [bug]           At debug levels >= 10, getting an unexpected
5304                         socket receive error would crash the server
5305                         while trying to log the error message.
5306
5307  417.   [func]          Add isc_app_block() and isc_app_unblock(), which
5308                         allow an application to handle signals while
5309                         blocking.
5310
5311  416.   [bug]           Slave zones with no master file tried to use a
5312                         NULL pointer for a journal file name when they
5313                         received an IXFR. [RT #273]
5314
5315  415.   [bug]           The logging code leaked file descriptors.
5316
5317  414.   [bug]           Server did not shut down until all incoming zone
5318                         transfers were finished.
5319
5320  413.   [bug]           Notify could attempt to use the zone database after
5321                         it had been unloaded. [RT#267]
5322
5323  412.   [bug]           named -v didn't print the version.
5324
5325  411.   [bug]           A typo in the HS A code caused an assertion failure.
5326
5327  410.   [bug]           lwres_gethostbyname() and company set lwres_h_errno
5328                         to a random value on success.
5329
5330  409.   [bug]           If named was shut down early in the startup
5331                         process, ns_omapi_shutdown() would attempt to lock
5332                         an unintialized mutex. [RT #262]
5333
5334  408.   [bug]           stub zones could leak memory and reference counts if
5335                         all the masters were unreachable.
5336
5337  407.   [bug]           isc_rwlock_lock() would needlessly block
5338                         readers when it reached the read quota even
5339                         if no writers were waiting.
5340
5341  406.   [bug]           Log messages were occasionally lost or corrupted
5342                         due to a race condition in isc_log_doit().
5343
5344  405.   [func]          Add support for selective forwarding (forward zones)
5345
5346  404.   [bug]           The request library didn't completely work with IPv6.
5347
5348  403.   [bug]           "host" did not use the search list.
5349
5350  402.   [bug]           Treat undefined acls as errors, rather than
5351                         warning and then later throwing an assertion.
5352                         [RT #252]
5353
5354  401.   [func]          Added simple database API.
5355
5356  400.   [bug]           SIG(0) signing and verifying was done incorrectly.
5357                         [RT #249]
5358
5359  399.   [bug]           When reloading the server with a config file
5360                         containing a syntax error, it could catch an
5361                         assertion failure trying to perform zone
5362                         maintenance on, or sending notifies from,
5363                         tentatively created zones whose views were
5364                         never fully configured and lacked an address
5365                         database and request manager.
5366
5367  398.   [bug]           "dig" sometimes caught an assertion failure when
5368                         using TSIG, depending on the key length.
5369
5370  397.   [func]          Added utility functions dns_view_gettsig() and
5371                         dns_view_getpeertsig().
5372
5373  396.   [doc]           There is now a man page for "nsupdate"
5374                         in doc/man/bin/nsupdate.8.
5375
5376  395.   [bug]           nslookup printed incorrect RR type mnemonics
5377                         for RRs of type >= 21 [RT #237].
5378
5379  394.   [bug]           Current name was not propagated via $INCLUDE.
5380
5381  393.   [func]          Initial answer while loading (awl) support.
5382                         Entry points: dns_master_loadfileinc(),
5383                         dns_master_loadstreaminc(), dns_master_loadbufferinc().
5384                         Note: calls to dns_master_load*inc() should be rate
5385                         be rate limited so as to not use up all file
5386                         descriptors.
5387
5388  392.   [func]          Add ISC_R_FAMILYNOSUPPORT.  Returned when OS does
5389                         not support the given address family requested.
5390
5391  391.   [clarity]       ISC_R_FAMILY -> ISC_R_FAMILYMISMATCH.
5392
5393  390.   [func]          The function dns_zone_setdbtype() now takes
5394                         an argc/argv style vector of words and sets
5395                         both the zone database type and its arguments,
5396                         making the functions dns_zone_adddbarg()
5397                         and dns_zone_cleardbargs() unnecessary.
5398
5399  389.   [bug]           Attempting to send a reqeust over IPv6 using
5400                         dns_request_create() on a system without IPv6
5401                         support caused an assertion failure [RT #235].
5402
5403  388.   [func]          dig and host can now do reverse ipv6 lookups.
5404
5405  387.   [func]          Add dns_byaddr_createptrname(), which converts
5406                         an address into the name used by a PTR query.
5407
5408  386.   [bug]           Missing strdup() of ACL name caused random
5409                         ACL matching failures [RT #228].
5410
5411  385.   [cleanup]       Removed functions dns_zone_equal(), dns_zone_print(),
5412                         and dns_zt_print().
5413
5414  384.   [bug]           nsupdate was incorrectly limiting TTLs to 65535 instead
5415                         of 2147483647.
5416
5417  383.   [func]          When writing a master file, print the SOA and NS
5418                         records (and their SIGs) before other records.
5419
5420  382.   [bug]           named -u failed on many Linux systems where the
5421                         libc provided kernel headers do not match
5422                         the current kernel.
5423
5424  381.   [bug]           Check for IPV6_RECVPKTINFO and use it instead of
5425                         IPV6_PKTINFO if found. [RT #229]
5426
5427  380.   [bug]           nsupdate didn't work with IPv6.
5428
5429  379.   [func]          New library function isc_sockaddr_anyofpf().
5430
5431  378.   [func]          named and lwresd will log the command line arguments
5432                         they were started with in the "starting ..." message.
5433
5434  377.   [bug]           When additional data lookups were refused due to
5435                         "allow-query", the databases were still being
5436                         attached causing reference leaks.
5437
5438  376.   [bug]           The server should always use good entropy when
5439                         performing cryptographic functions needing entropy.
5440
5441  375.   [bug]           Per-zone "allow-query" did not properly override the
5442                         view/global one for CNAME targets and additional
5443                         data [RT #220].
5444
5445  374.   [bug]           SOA in authoritative negative responses had wrong TTL.
5446
5447  373.   [func]          nslookup is now installed by "make install".
5448
5449  372.   [bug]           Deal with Microsoft DNS servers appending two bytes of
5450                         garbage to zone transfer requests.
5451
5452  371.   [bug]           At high debug levels, doing an outgoing zone transfer
5453                         of a very large RRset could cause an assertion failure
5454                         during logging.
5455
5456  370.   [bug]           The error messages for rollforward failures were
5457                         overly terse.
5458
5459  369.   [func]          Support new named.conf options, view and zone
5460                         statements:
5461
5462                                 max-retry-time, min-retry-time,
5463                                 max-refresh-time, min-refresh-time.
5464
5465  368.   [func]          Restructure the internal ".bind" view so that more
5466                         zones can be added to it.
5467
5468  367.   [bug]           Allow proper selection of server on nslookup command
5469                         line.
5470
5471  366.   [func]          Allow use of '-' batch file in dig for stdin.
5472
5473  365.   [bug]           nsupdate -k leaked memory.
5474
5475  364.   [func]          Added additional-from-{cache,auth}
5476
5477  363.   [placeholder]
5478
5479  362.   [bug]           rndc no longer aborts if the configuration file is
5480                         missing an options statement. [RT #209]
5481
5482  361.   [func]          When the RBT find or chain functions set the name and
5483                         origin for a node that stores the root label
5484                         the name is now set to an empty name, instead of ".",
5485                         to simplify later use of the name and origin by
5486                         dns_name_concatenate(), dns_name_totext() or
5487                         dns_name_format().
5488
5489  360.   [func]          dns_name_totext() and dns_name_format() now allow
5490                         an empty name to be passed, which is formatted as "@".
5491
5492  359.   [bug]           dnssec-signzone occasionally signed glue records.
5493
5494  358.   [cleanup]       Rename the intermediate files used by the dnssec
5495                         programs.
5496
5497  357.   [bug]           The zone file parser crashed if the argument
5498                         to $INCLUDE was a quoted string.
5499
5500  356.   [cleanup]       isc_task_send no longer requires event->sender to
5501                         be non-null.
5502
5503  355.   [func]          Added isc_dir_createunique(), similar to mkdtemp().
5504
5505  354.   [doc]           Man pages for the dnssec tools are now included in
5506                         the distribution, in doc/man/dnssec.
5507
5508  353.   [bug]           double increment in lwres/gethost.c:copytobuf().
5509                         [RT# 187]
5510
5511  352.   [bug]           Race condition in dns_client_t startup could cause
5512                         an assertion failure.
5513
5514  351.   [bug]           Constructing a response with rcode SERVFAIL to a TSIG
5515                         signed query could crash the server.
5516
5517  350.   [bug]           Also-notify lists specified in the global options
5518                         block were not correctly reference counted, causing
5519                         a memory leak.
5520
5521  349.   [bug]           Processing a query with the CD bit set now works
5522                         as expected.
5523
5524  348.   [func]          New boolean named.conf options 'additional-from-auth'
5525                         and 'additional-from-cache' now supported in view and
5526                         global options statement.
5527
5528  347.   [bug]           Don't crash if an argument is left off options in dig.
5529
5530  346.   [placeholder]
5531
5532  345.   [bug]           Large-scale changes/cleanups to dig:
5533                         * Significantly improve structure handling
5534                         * Don't pre-load entire batch files
5535                         * Add name/rr counting/limiting
5536                         * Fix SIGINT handling
5537                         * Shorten timeouts to match v8's behavior
5538
5539  344.   [bug]           When shutting down, lwresd sometimes tried
5540                         to shut down its client tasks twice,
5541                         triggering an assertion.
5542
5543  343.   [bug]           Although zone maintenance SOA queries and
5544                         notify requests were signed with TSIG keys
5545                         when configured for the server in case,
5546                         the TSIG was not verified on the response.
5547
5548  342.   [bug]           The wrong name was being passed to
5549                         dns_name_dup() when generating a TSIG
5550                         key using TKEY.
5551
5552  341.   [func]          Support 'key' clause in named.conf zone masters
5553                         statement to allow authentication via TSIG keys:
5554
5555                                 masters {
5556                                         10.0.0.1 port 5353 key "foo";
5557                                         10.0.0.2 ;
5558                                 };
5559
5560  340.   [bug]           The top-level COPYRIGHT file was missing from
5561                         the distribution.
5562
5563  339.   [bug]           DNSSEC validation of the response to an ANY
5564                         query at a name with a CNAME RR in a secure
5565                         zone triggered an assertion failure.
5566
5567  338.   [bug]           lwresd logged to syslog as named, not lwresd.
5568
5569  337.   [bug]           "dig" did not recognize "nsap-ptr" as an RR type
5570                         on the command line.
5571
5572  336.   [bug]           "dig -f" used 64 k of memory for each line in
5573                         the file.  It now uses much less, though still
5574                         proportionally to the file size.
5575
5576  335.   [bug]           named would occasionally attempt recursion when
5577                         it was disallowed or undesired.
5578
5579  334.   [func]          Added hmac-md5 to libisc.
5580
5581  333.   [bug]           The resolver incorrectly accepted referrals to
5582                         domains that were not parents of the query name,
5583                         causing assertion failures.
5584
5585  332.   [func]          New function dns_name_reset().
5586
5587  331.   [bug]           Only log "recursion denied" if RD is set. [RT #178]
5588
5589  330.   [bug]           Many debugging messages were partially formatted
5590                         even when debugging was turned off, causing a
5591                         significant decrease in query performance.
5592
5593  329.   [func]          omapi_auth_register() now takes a size_t argument for
5594                         the length of a key's secret data.  Previously
5595                         OMAPI only stored secrets up to the first NUL byte.
5596
5597  328.   [func]          Added isc_base64_decodestring().
5598
5599  327.   [bug]           rndc.conf parser wasn't correctly recognising an IP
5600                         address where a host specification was required.
5601
5602  326.   [func]          'keys' in an 'inet' control statement is now
5603                         required and must have at least one item in it.
5604                         A "not supported" warning is now issued if a 'unix'
5605                         control channel is defined.
5606
5607  325.   [bug]           isc_lex_gettoken was processing octal strings when
5608                         ISC_LEXOPT_CNUMBER was not set.
5609
5610  324.   [func]          In the resolver, turn EDNS0 off if there is no
5611                         response after a number of retransmissions.
5612                         This is to allow queries some chance of succeeding
5613                         even if all the authoritative servers of a zone
5614                         silently discard EDNS0 requests instead of
5615                         sending an error response like they ought to.
5616
5617  323.   [bug]           dns_rbt_findname() did not ignore empty rbt nodes.
5618                         Because of this, servers authoritative for a parent
5619                         and grandchild zone but not authoritative for the
5620                         intervening child zone did not correctly issue
5621                         referrals to the servers of the child zone.
5622
5623  322.   [bug]           Queries for KEY RRs are now sent to the parent
5624                         server before the authoritative one, making
5625                         DNSSEC insecurity proofs work in many cases
5626                         where they previously didn't.
5627
5628  321.   [bug]           When synthesizing a CNAME RR for a DNAME
5629                         response, query_addcname() failed to intitialize
5630                         the type and class of the CNAME dns_rdata_t,
5631                         causing random failures.
5632
5633  320.   [func]          Multiple rndc changes: parses an rndc.conf file,
5634                         uses authentication to talk to named, command
5635                         line syntax changed.  This will all be described
5636                         in the ARM.
5637
5638  319.   [func]          The named.conf "controls" statement is now used
5639                         to configure the OMAPI command channel.
5640
5641  318.   [func]          dns_c_ndcctx_destroy() could never return anything
5642                         except ISC_R_SUCCESS; made it have void return instead.
5643
5644  317.   [func]          Use callbacks from libomapi to determine if a
5645                         new connection is valid, and if a key requested
5646                         to be used with that connection is valid.
5647
5648  316.   [bug]           Generate a warning if we detect an unexpected <eof>
5649                         but treat as <eol><eof>.
5650
5651  315.   [bug]           Handle non-empty blanks lines. [RT #163]
5652
5653  314.   [func]          The named.conf controls statement can now have
5654                         more than one key specified for the inet clause.
5655
5656  313.   [bug]           When parsing resolv.conf, don't terminate on an
5657                         error.  Instead, parse as much as possible, but
5658                         still return an error if one was found.
5659
5660  312.   [bug]           Increase the number of allowed elements in the
5661                         resolv.conf search path from 6 to 8.  If there
5662                         are more than this, ignore the remainder rather
5663                         than returning a failure in lwres_conf_parse.
5664
5665  311.   [bug]           lwres_conf_parse failed when the first line of
5666                         resolv.conf was empty or a comment.
5667
5668  310.   [func]          Changes to named.conf "controls" statement (inet
5669                         subtype only)
5670
5671                           - support "keys" clause
5672
5673                                 controls {
5674                                    inet * port 1024
5675                                         allow { any; } keys { "foo"; }
5676                                 }
5677
5678                           - allow "port xxx" to be left out of statement,
5679                             in which case it defaults to omapi's default port
5680                             of 953.
5681
5682  309.   [bug]           When sending a referral, the server did not look
5683                         for name server addresses as glue in the zone
5684                         holding the NS RRset in the case where this zone
5685                         was not the same as the one where it looked for
5686                         name server addresses as authoritative data.
5687
5688  308.   [bug]           Treat a SOA record not at top of zone as an error
5689                         when loading a zone. [RT #154]
5690
5691  307.   [bug]           When canceling a query, the resolver didn't check for
5692                         isc_socket_sendto() calls that did not yet have their
5693                         completion events posted, so it could (rarely) end up
5694                         destroying the query context and then want to use
5695                         it again when the send event posted, triggering an
5696                         assertion as it tried to cancel an already-canceled
5697                         query.  [RT #77]
5698
5699  306.   [bug]           Reading HMAC-MD5 private key files didn't work.
5700
5701  305.   [bug]           When reloading the server with a config file
5702                         containing a syntax error, it could catch an
5703                         assertion failure trying to perform zone
5704                         maintenance on tentatively created zones whose
5705                         views were never fully configured and lacked
5706                         an address database.
5707
5708  304.   [bug]           If more than LWRES_CONFMAXNAMESERVERS servers
5709                         are listed in resolv.conf, silently ignore them
5710                         instead of returning failure.
5711
5712  303.   [bug]           Add additional sanity checks to differentiate a AXFR
5713                         response vs a IXFR response. [RT #157]
5714
5715  302.   [bug]           In dig, host, and nslookup, MXNAME should be large
5716                         enough to hold any legal domain name in presentation
5717                         format + terminating NULL.
5718
5719  301.   [bug]           Uninitialized pointer in host:printmessage(). [RT #159]
5720
5721  300.   [bug]           Using both <isc/net.h> and <lwres/net.h> didn't work
5722                         on platforms lacking IPv6 because each included their
5723                         own ipv6 header file for the missing definitions.  Now
5724                         each library's ipv6.h defines the wrapper symbol of
5725                         the other (ISC_IPV6_H and LWRES_IPV6_H).
5726
5727  299.   [cleanup]       Get the user and group information before changing the
5728                         root directory, so the administrator does not need to
5729                         keep a copy of the user and group databases in the
5730                         chroot'ed environment.  Suggested by Hakan Olsson.
5731
5732  298.   [bug]           A mutex deadlock occurred during shutdown of the
5733                         interface manager under certain conditions.
5734                         Digital Unix systems were the most affected.
5735
5736  297.   [bug]           Specifying a key name that wasn't fully qualified
5737                         in certain parts of the config file could cause
5738                         an assertion failure.
5739
5740  296.   [bug]           "make install" from a separate build directory
5741                         failed unless configure had been run in the source
5742                         directory, too.
5743
5744  295.   [bug]           When invoked with type==CNAME and a message
5745                         not constructed by dns_message_parse(),
5746                         dns_message_findname() failed to find anything
5747                         due to checking for attribute bits that are set
5748                         only in dns_message_parse().  This caused an
5749                         infinite loop when constructing the response to
5750                         an ANY query at a CNAME in a secure zone.
5751
5752  294.   [bug]           If we run out of space in while processing glue
5753                         when reading a master file and commit "current name"
5754                         reverts to "name_current" instead of staying as
5755                         "name_glue".
5756
5757  293.   [port]          Add support for FreeBSD 4.0 system tests.
5758
5759  292.   [bug]           Due to problems with the way some operating systems
5760                         handle simultaneous listening on IPv4 and IPv6
5761                         addresses, the server no longer listens on IPv6
5762                         addresses by default.  To revert to the previous
5763                         behavior, specify "listen-on-v6 { any; };" in
5764                         the config file.
5765
5766  291.   [func]          Caching servers no longer send outgoing queries
5767                         over TCP just because the incoming recursive query
5768                         was a TCP one.
5769
5770  290.   [cleanup]       +twiddle option to dig (for testing only) removed.
5771
5772  289.   [cleanup]       dig is now installed in $bindir instead of $sbindir.
5773                         host is now installed in $bindir.  (Be sure to remove
5774                         any $sbindir/dig from a previous release.)
5775
5776  288.   [func]          rndc is now installed by "make install" into $sbindir.
5777
5778  287.   [bug]           rndc now works again as "rndc 127.1 reload" (for
5779                         only that task).  Parsing its configuration file and
5780                         using digital signatures for authentication has been
5781                         disabled until named supports the "controls" statement,
5782                         post-9.0.0.
5783
5784  286.   [bug]           On Solaris 2, when named inherited a signal state
5785                         where SIGHUP had the SIG_IGN action, SIGHUP would
5786                         be ignored rather than causing the server to reload
5787                         its configuration.
5788
5789  285.   [bug]           A change made to the dst API for beta4 inadvertently
5790                         broke OMAPI's creation of a dst key from an incoming
5791                         message, causing an assertion to be triggered.  Fixed.
5792
5793  284.   [func]          The DNSSEC key generation and signing tools now
5794                         generate randomness from keyboard input on systems
5795                         that lack /dev/random.
5796
5797  283.   [cleanup]       The 'lwresd' program is now a link to 'named'.
5798
5799  282.   [bug]           The lexer now returns ISC_R_RANGE if parsed integer is
5800                         too big for an unsigned long.
5801
5802  281.   [bug]           Fixed list of recognized config file category names.
5803
5804  280.   [func]          Add isc-config.sh, which can be used to more
5805                         easily build applications that link with
5806                         our libraries.
5807
5808  279.   [bug]           Private omapi function symbols shared between
5809                         two or more files in libomapi.a were not namespace
5810                         protected using the ISC convention of starting with
5811                         the library name and two underscores ("omapi__"...)
5812
5813  278.   [bug]           bin/named/logconf.c:category_fromconf() didn't take
5814                         note of when isc_log_categorybyname() wasn't able
5815                         to find the category name and would then apply the
5816                         channel list of the unknown category to all categories.
5817
5818  277.   [bug]           isc_log_categorybyname() and isc_log_modulebyname()
5819                         would fail to find the first member of any category
5820                         or module array apart from the internal defaults.
5821                         Thus, for example, the "notify" category was improperly
5822                         configured by named.
5823
5824  276.   [bug]           dig now supports maximum sized TCP messages.
5825
5826  275.   [bug]           The definition of lwres_gai_strerror() was missing
5827                         the lwres_ prefix.
5828
5829  274.   [bug]           TSIG AXFR verify failed when talking to a BIND 8
5830                         server.
5831
5832  273.   [func]          The default for the 'transfer-format' option is
5833                         now 'many-answers'.  This will break zone transfers
5834                         to BIND 4.9.5 and older unless there is an explicit
5835                         'one-answer' configuration.
5836
5837  272.   [bug]           The sending of large TCP responses was canceled
5838                         in mid-transmission due to a race condition
5839                         caused by the failure to set the client object's
5840                         "newstate" variable correctly when transitioning
5841                         to the "working" state.
5842
5843  271.   [func]          Attempt to probe the number of cpus in named
5844                         if unspecified rather than defaulting to 1.
5845
5846  270.   [func]          Allow maximum sized TCP answers.
5847
5848  269.   [bug]           Failed DNSSEC validations could cause an assertion
5849                         failure by causing clone_results() to be called with
5850                         with hevent->node == NULL.
5851
5852  268.   [doc]           A plain text version of the Administrator
5853                         Reference Manual is now included in the distribution,
5854                         as doc/arm/Bv9ARM.txt.
5855
5856  267.   [func]          Nsupdate is now provided in the distribution.
5857
5858  266.   [bug]           zone.c:save_nsrrset() node was not initialized.
5859
5860  265.   [bug]           dns_request_create() now works for TCP.
5861
5862  264.   [func]          Dispatch can not take TCP sockets in connecting
5863                         state.  Set DNS_DISPATCHATTR_CONNECTED when calling
5864                         dns_dispatch_createtcp() for connected TCP sockets
5865                         or call dns_dispatch_starttcp() when the socket is
5866                         connected.
5867
5868  263.   [func]          New logging channel type 'stderr'
5869
5870                                 channel some-name {
5871                                         stderr;
5872                                         severity error;
5873                                 }
5874
5875  262.   [bug]           'master' was not initialized in zone.c:stub_callback().
5876
5877  261.   [func]          Add dns_zone_markdirty().
5878
5879  260.   [bug]           Running named as a non-root user failed on Linux
5880                         kernels new enough to support retaining capabilities
5881                         after setuid().
5882
5883  259.   [func]          New random-device and random-seed-file statements
5884                         for global options block of named.conf. Both accept
5885                         a single string argument.
5886
5887  258.   [bug]           Fixed printing of lwres_addr_t.address field.
5888
5889  257.   [bug]           The server detached the last zone manager reference
5890                         too early, while it could still be in use by queries.
5891                         This manifested itself as assertion failures during the
5892                         shutdown process for busy name servers. [RT #133]
5893
5894  256.   [func]          isc_ratelimiter_t now has attach/detach semantics, and
5895                         isc_ratelimiter_shutdown guarantees that the rate
5896                         limiter is detached from its task.
5897
5898  255.   [func]          New function dns_zonemgr_attach().
5899
5900  254.   [bug]           Suppress "query denied" messages on additional data
5901                         lookups.
5902
5903         --- 9.0.0b4 released ---
5904
5905  253.   [func]          resolv.conf parser now recognises ';' and '#' as
5906                         comments (anywhere in line, not just as the beginning).
5907
5908  252.   [bug]           resolv.conf parser mishandled masks on sortlists.
5909                         It also aborted when an unrecognized keyword was seen,
5910                         now it silently ignores the entire line.
5911
5912  251.   [bug]           lwresd caught an assertion failure on startup.
5913
5914  250.   [bug]           fixed handling of size+unit when value would be too
5915                         large for internal representation.
5916
5917  249.   [cleanup]       max-cache-size config option now takes a size-spec
5918                         like 'datasize', except 'default' is not allowed.
5919
5920  248.   [bug]           global lame-ttl option was not being printed when
5921                         config structures were written out.
5922
5923  247.   [cleanup]       Rename cache-size config option to max-cache-size.
5924
5925  246.   [func]          Rename global option cachesize to cache-size and
5926                         add corresponding option to view statement.
5927
5928  245.   [bug]           If an uncompressed name will take more than 255
5929                         bytes and the buffer is sufficiently long,
5930                         dns_name_fromwire should return DNS_R_FORMERR,
5931                         not ISC_R_NOSPACE.  This bug caused cause the
5932                         server to catch an assertion failure when it
5933                         received a query for a name longer than 255
5934                         bytes.
5935
5936  244.   [bug]           empty named.conf file and empty options statement are
5937                         now parsed properly.
5938
5939  243.   [func]          new cachesize option for named.conf
5940
5941  242.   [cleanup]       fixed incorrect warning about auth-nxdomain usage.
5942
5943  241.   [cleanup]       nscount and soacount have been removed from the
5944                         dns_master_*() argument lists.
5945
5946  240.   [func]          databases now come in three flavours: zone, cache
5947                         and stub.
5948
5949  239.   [func]          If ISC_MEM_DEBUG is enabled, the variable
5950                         isc_mem_debugging controls whether messages
5951                         are printed or not.
5952
5953  238.   [cleanup]       A few more compilation warnings have been quieted:
5954                         + missing sigwait prototype on BSD/OS 4.0/4.0.1.
5955                         + PTHREAD_ONCE_INIT unbraced initializer warnings on
5956                                 Solaris 2.8.
5957                         + IN6ADDR_ANY_INIT unbraced initializer warnings on
5958                                 BSD/OS 4.*, Linux and Solaris 2.8.
5959
5960  237.   [bug]           If connect() returned ENOBUFS when the resolver was
5961                         initiating a TCP query, the socket didn't get
5962                         destroyed, and the server did not shut down cleanly.
5963
5964  236.   [func]          Added new listen-on-v6 config file statement.
5965
5966  235.   [func]          Consider it a config file error if a listen-on
5967                         statement has an IPv6 address in it, or a
5968                         listen-on-v6 statement has an IPv4 address in it.
5969
5970  234.   [bug]           Allow a trusted-key's first field (domain-name) be
5971                         either a quoted or an unquoted string, instead of
5972                         requiring a quoted string.
5973
5974  233.   [cleanup]       Convert all config structure integer values to unsigned
5975                         integer (isc_uint32_t) to match grammer.
5976
5977  232.   [bug]           Allow slave zones to not have a file.
5978
5979  231.   [func]          Support new 'port' clause in config file options
5980                         section. Causes 'listen-on', 'masters' and
5981                         'also-notify' statements to use its value instead of
5982                         default (53).
5983
5984  230.   [func]          Replace the dst sign/verify API with a cleaner one.
5985
5986  229.   [func]          Support config file sig-validity-interval statement
5987                         in options, views and zone statements (master
5988                         zones only).
5989
5990  228.   [cleanup]       Logging messages in config module stripped of
5991                         trailing period.
5992
5993  227.   [cleanup]       The enumerated identifiers dns_rdataclass_*,
5994                         dns_rcode_*, dns_opcode_*, and dns_trust_* are
5995                         also now cast to their appropriate types, as with
5996                         dns_rdatatype_* in item number 225 below.
5997
5998  226.   [func]          dns_name_totext() now always prints the root name as
5999                         '.', even when omit_final_dot is true.
6000
6001  225.   [cleanup]       The enumerated dns_rdatatype_* identifiers are now
6002                         cast to dns_rdatatype_t via macros of their same name
6003                         so that they are of the proper integral type wherever
6004                         a dns_rdatatype_t is needed.
6005
6006  224.   [cleanup]       The entire project builds cleanly with gcc's
6007                         -Wcast-qual and -Wwrite-strings warnings enabled,
6008                         which is now the default when using gcc.  (Warnings
6009                         from confparser.c, because of yacc's code, are
6010                         unfortunately to be expected.)
6011
6012  223.   [func]          Several functions were reprototyped to qualify one
6013                         or more of their arguments with "const".  Similarly,
6014                         several functions that return pointers now have
6015                         those pointers qualified with const.
6016
6017  222.   [bug]           The global 'also-notify' option was ignored.
6018
6019  221.   [bug]           An uninitialized variable was sometimes passed to
6020                         dns_rdata_freestruct() when loading a zone, causing
6021                         an assertion failure.
6022
6023  220.   [cleanup]       Set the default outgoing port in the view, and
6024                         set it in sockaddrs returned from the ADB.
6025                         [31-May-2000 explorer]
6026
6027  219.   [bug]           Signed truncated messages more correctly follow
6028                         the respective specs.
6029
6030  218.   [func]          When an rdataset is signed, its ttl is normalized
6031                         based on the signature validity period.
6032
6033  217.   [func]          Also-notify and trusted-keys can now be used in
6034                         the 'view' statement.
6035
6036  216.   [func]          The 'max-cache-ttl' and 'max-ncache-ttl' options
6037                         now work.
6038
6039  215.   [bug]           Failures at certain points in request processing
6040                         could cause the assertion INSIST(client->lockview
6041                         == NULL) to be triggered.
6042
6043  214.   [func]          New public function isc_netaddr_format(), for
6044                         formatting network addresses in log messages.
6045
6046  213.   [bug]           Don't leak memory when reloading the zone if
6047                         an update-policy clause was present in the old zone.
6048
6049  212.   [func]          Added dns_message_get/settsigkey, to make TSIG
6050                         key management reasonable.
6051
6052  211.   [func]          The 'key' and 'server' statements can now occur
6053                         inside 'view' statements.
6054
6055  210.   [bug]           The 'allow-transfer' option was ignored for slave
6056                         zones, and the 'transfers-per-ns' option was
6057                         was ignored for all zones.
6058
6059  209.   [cleanup]       Upgraded openssl files to new version 0.9.5a
6060
6061  208.   [func]          Added ISC_OFFSET_MAXIMUM for the maximum value
6062                         of an isc_offset_t.
6063
6064  207.   [func]          The dnssec tools properly use the logging subsystem.
6065
6066  206.   [cleanup]       dst now stores the key name as a dns_name_t, not
6067                         a char *.
6068
6069  205.   [cleanup]       On IRIX, turn off the mostly harmless warnings 1692
6070                         ("prototyped function redeclared without prototype")
6071                         and 1552 ("variable ... set but not used") when
6072                         compiling in the lib/dns/sec/{dnssafe,openssl}
6073                         directories, which contain code imported from outside
6074                         sources.
6075
6076  204.   [cleanup]       On HP/UX, pass +vnocompatwarnings to the linker
6077                         to quiet the warnings that "The linked output may not
6078                         run on a PA 1.x system."
6079
6080  203.   [func]          notify and zone soa queries are now tsig signed when
6081                         appropriate.
6082
6083  202.   [func]          isc_lex_getsourceline() changed from returning int
6084                         to returning unsigned long, the type of its underlying
6085                         counter.
6086
6087  201.   [cleanup]       Removed the test/sdig program, it has been
6088                         replaced by bin/dig/dig.
6089
6090         --- 9.0.0b3 released ---
6091
6092  200.   [bug]           Failures in sending query responses to clients
6093                         (e.g., running out of network buffers) were
6094                         not logged.
6095
6096  199.   [bug]           isc_heap_delete() sometimes violated the heap
6097                         invariant, causing timer events not to be posted
6098                         when due.
6099
6100  198.   [func]          Dispatch managers hold memory pools which
6101                         any managed dispatcher may use.  This allows
6102                         us to avoid dipping into the memory context for
6103                         most allocations. [19-May-2000 explorer]
6104
6105  197.   [bug]           When an incoming AXFR or IXFR completes, the
6106                         zone's internal state is refreshed from the
6107                         SOA data. [19-May-2000 explorer]
6108
6109  196.   [func]          Dispatchers can be shared easily between views
6110                         and/or interfaces. [19-May-2000 explorer]
6111
6112  195.   [bug]           Including the NXT record of the root domain
6113                         in a negative response caused an assertion
6114                         failure.
6115
6116  194.   [doc]           The PDF version of the Administrator's Reference
6117                         Manual is no longer included in the ISC BIND9
6118                         distribution.
6119
6120  193.   [func]          changed dst_key_free() prototype.
6121
6122  192.   [bug]           Zone configuration validation is now done at end
6123                         of config file parsing, and before loading
6124                         callbacks.
6125
6126  191.   [func]          Patched to compile on UnixWare 7.x.  This platform
6127                         is not directly supported by the ISC.
6128
6129  190.   [cleanup]       The DNSSEC tools have been moved to a separate
6130                         directory dnssec/ and given the following new,
6131                         more descriptive names:
6132
6133                               dnssec-keygen
6134                               dnssec-signzone
6135                               dnssec-signkey
6136                               dnssec-makekeyset
6137
6138                         Their command line arguments have also been changed to
6139                         be more consistent.  dnssec-keygen now prints the
6140                         name of the generated key files (sans extension)
6141                         on standard output to simplify its use in automated
6142                         scripts.
6143
6144  189.   [func]          isc_time_secondsastimet(), a new function, will ensure
6145                         that the number of seconds in an isc_time_t does not
6146                         exceed the range of a time_t, or return ISC_R_RANGE.
6147                         Similarly, isc_time_now(), isc_time_nowplusinterval(),
6148                         isc_time_add() and isc_time_subtract() now check the
6149                         range for overflow/underflow.  In the case of
6150                         isc_time_subtract, this changed a calling requirement
6151                         (ie, something that could generate an assertion)
6152                         into merely a condition that returns an error result.
6153                         isc_time_add() and isc_time_subtract() were void-
6154                         valued before but now return isc_result_t.
6155
6156  188.   [func]          Log a warning message when an incoming zone transfer
6157                         contains out-of-zone data.
6158
6159  187.   [func]          isc_ratelimter_enqueue() has an additional argument
6160                         'task'.
6161
6162  186.   [func]          dns_request_getresponse() has an additional argument
6163                         'preserve_order'.
6164
6165  185.   [bug]           Fixed up handling of ISC_MEMCLUSTER_LEGACY.  Several
6166                         public functions did not have an isc__ prefix, and
6167                         referred to functions that had previously been
6168                         renamed.
6169
6170  184.   [cleanup]       Variables/functions which began with two leading
6171                         underscores were made to conform to the ANSI/ISO
6172                         standard, which says that such names are reserved.
6173
6174  183.   [func]          ISC_LOG_PRINTTAG option for log channels.  Useful
6175                         for logging the program name or other identifier.
6176
6177  182.   [cleanup]       New commandline parameters for dnssec tools
6178
6179  181.   [func]          Added dst_key_buildfilename and dst_key_parsefilename
6180
6181  180.   [func]          New isc_result_t ISC_R_RANGE.  Supersedes DNS_R_RANGE.
6182
6183  179.   [func]          options named.conf statement *must* now come
6184                         before any zone or view statements.
6185
6186  178.   [func]          Post-load of named.conf check verifies a slave zone
6187                         has non-empty list of masters defined.
6188
6189  177.   [func]          New per-zone boolean:
6190
6191                                 enable-zone yes | no ;
6192
6193                         intended to let a zone be disabled without having
6194                         to comment out the entire zone statement.
6195
6196  176.   [func]          New global and per-view option:
6197
6198                                 max-cache-ttl number
6199
6200  175.   [func]          New global and per-view option:
6201
6202                                 additional-data internal | minimal | maximal;
6203
6204  174.   [func]          New public function isc_sockaddr_format(), for
6205                         formatting socket addresses in log messages.
6206
6207  173.   [func]          Keep a queue of zones waiting for zone transfer
6208                         quota so that a new transfer can be dispatched
6209                         immediately whenever quota becomes available.
6210
6211  172.   [bug]           $TTL directive was sometimes missing from dumped
6212                         master files because totext_ctx_init() failed to
6213                         initialize ctx->current_ttl_valid.
6214
6215  171.   [cleanup]       On NetBSD systems, the mit-pthreads or
6216                         unproven-pthreads library is now always used
6217                         unless --with-ptl2 is explicitly specified on
6218                         the configure command line.  The
6219                         --with-mit-pthreads option is no longer needed
6220                         and has been removed.
6221
6222  170.   [cleanup]       Remove inter server consistancy checks from zone,
6223                         these should return as a seperate module in 9.1.
6224                         dns_zone_checkservers(), dns_zone_checkparents(),
6225                         dns_zone_checkchildren(), dns_zone_checkglue().
6226
6227                         Remove dns_zone_setadb(), dns_zone_setresolver(),
6228                         dns_zone_setrequestmgr() these should now be found
6229                         via the view.
6230
6231  169.   [func]          ratelimiter can now process N events per interval.
6232
6233  168.   [bug]           include statements in named.conf caused syntax errors
6234                         due to not consuming the semicolon ending the include
6235                         statement before switching input streams.
6236
6237  167.   [bug]           Make lack of masters for a slave zone a soft error.
6238
6239  166.   [bug]           Keygen was overwriting existing keys if key_id
6240                         conflicted, now it will retry, and non-null keys
6241                         with key_id == 0 are not generated anymore.  Key
6242                         was not able to generate NOAUTHCONF DSA key,
6243                         increased RSA key size to 2048 bits.
6244
6245  165.   [cleanup]       Silence "end-of-loop condition not reached" warnings
6246                         from Solaris compiler.
6247
6248  164.   [func]          Added functions isc_stdio_open(), isc_stdio_close(),
6249                         isc_stdio_seek(), isc_stdio_read(), isc_stdio_write(),
6250                         isc_stdio_flush(), isc_stdio_sync(), isc_file_remove()
6251                         to encapsulate nonportable usage of errno and sync.
6252
6253  163.   [func]          Added result codes ISC_R_FILENOTFOUND and
6254                         ISC_R_FILEEXISTS.
6255
6256  162.   [bug]           Ensure proper range for arguments to ctype.h functions.
6257
6258  161.   [cleanup]       error in yyparse prototype that only HPUX caught.
6259
6260  160.   [cleanup]       getnet*() are not going to be implemented at this
6261                         stage.
6262
6263  159.   [func]          Redefinition of config file elements is now an
6264                         error (instead of a warning).
6265
6266  158.   [bug]           Log channel and category list copy routines
6267                         weren't assigning properly to output parameter.
6268
6269  157.   [port]          Fix missing prototype for getopt().
6270
6271  156.   [func]          Support new 'database' statement in zone.
6272
6273                                 database "quoted-string";
6274
6275  155.   [bug]           ns_notify_start() was not detaching the found zone.
6276
6277  154.   [func]          The signer now logs libdns warnings to stderr even when
6278                         not verbose, and in a nicer format.
6279
6280  153.   [func]          dns_rdata_tostruct() 'mctx' is now optional.  If 'mctx'
6281                         is NULL then you need to preserve the 'rdata' until
6282                         you have finished using the structure as there may be
6283                         references to the associated memory.  If 'mctx' is
6284                         non-NULL it is guaranteed that there are no references
6285                         to memory associated with 'rdata'.
6286
6287                         dns_rdata_freestruct() must be called if 'mctx' was
6288                         non-NULL and may safely be called if 'mctx' was NULL.
6289
6290  152.   [bug]           keygen dumped core if domain name argument was omitted
6291                         from command line.
6292
6293  151.   [func]          Support 'disabled' statement in zone config (causes
6294                         zone to be parsed and then ignored). Currently must
6295                         come after the 'type' clause.
6296
6297  150.   [func]          Support optional ports in masters and also-notify
6298                         statements:
6299
6300                                 masters [ port xxx ] { y.y.y.y [ port zzz ] ; }
6301
6302  149.   [cleanup]       Removed usused argument 'olist' from
6303                         dns_c_view_unsetordering().
6304
6305  148.   [cleanup]       Stop issuing some warnings about some configuration
6306                         file statements that were not implemented, but now are.
6307
6308  147.   [bug]           Changed yacc union size to be smaller for yaccs that
6309                         put yacc-stack on the real stack.
6310
6311  146.   [cleanup]       More general redundant header file cleanup.  Rather
6312                         than continuing to itemize every header which changed,
6313                         this changelog entry just notes that if a header file
6314                         did not need another header file that it was including
6315                         in order to provide its advertized functionality, the
6316                         inclusion of the other header file was removed.  See
6317                         util/check-includes for how this was tested.
6318
6319  145.   [cleanup]       Added <isc/lang.h> and ISC_LANG_BEGINDECLS/
6320                         ISC_LANG_ENDDECLS to header files that had function
6321                         prototypes, and removed it from those that did not.
6322
6323  144.   [cleanup]       libdns header files too numerous to name were made
6324                         to conform to the same style for multiple inclusion
6325                         protection.
6326
6327  143.   [func]          Added function dns_rdatatype_isknown().
6328
6329  142.   [cleanup]       <isc/stdtime.h> does not need <time.h> or
6330                         <isc/result.h>.
6331
6332  141.   [bug]           Corrupt requests with multiple questions could
6333                         cause an assertion failure.
6334
6335  140.   [cleanup]       <isc/time.h> does not need <time.h> or <isc/result.h>.
6336
6337  139.   [cleanup]       <isc/net.h> now includes <isc/types.h> instead of
6338                         <isc/int.h> and <isc/result.h>.
6339
6340  138.   [cleanup]       isc_strtouq moved from str.[ch] to string.[ch] and
6341                         renamed isc_string_touint64.  isc_strsep moved from
6342                         strsep.c to string.c and renamed isc_string_separate.
6343
6344  137.   [cleanup]       <isc/commandline.h>, <isc/mem.h>, <isc/print.h>
6345                         <isc/serial.h>, <isc/string.h> and <isc/offset.h>
6346                         made to conform to the same style for multiple
6347                         inclusion protection.
6348
6349  136.   [cleanup]       <isc/commandline.h>, <isc/interfaceiter.h>,
6350                         <isc/net.h> and Win32's <isc/thread.h> needed
6351                         ISC_LANG_BEGINDECLS/ISC_LANG_ENDDECLS.
6352
6353  135.   [cleanup]       Win32's <isc/condition.h> did not need <isc/result.h>
6354                         or <isc/boolean.h>, now uses <isc/types.h> in place
6355                         of <isc/time.h>, and needed ISC_LANG_BEGINDECLS
6356                         and ISC_LANG_ENDDECLS.
6357
6358  134.   [cleanup]       <isc/dir.h> does not need <limits.h>.
6359
6360  133.   [cleanup]       <isc/ipv6.h> needs <isc/platform.h>.
6361
6362  132.   [cleanup]       <isc/app.h> does not need <isc/task.h>, but does
6363                         need <isc/eventclass.h>.
6364
6365  131.   [cleanup]       <isc/mutex.h> and <isc/util.h> need <isc/result.h>
6366                         for ISC_R_* codes used in macros.
6367
6368  130.   [cleanup]       <isc/condition.h> does not need <pthread.h> or
6369                         <isc/boolean.h>, and now includes <isc/types.h>
6370                         instead of <isc/time.h>.
6371
6372  129.   [bug]           The 'default_debug' log channel was not set up when
6373                         'category default' was present in the config file
6374
6375  128.   [cleanup]       <isc/dir.h> had ISC_LANG_BEGINDECLS instead of
6376                         ISC_LANG_ENDDECLS at end of header.
6377
6378  127.   [cleanup]       The contracts for the comparision routines
6379                         dns_name_fullcompare(), dns_name_compare(),
6380                         dns_name_rdatacompare(), and dns_rdata_compare() now
6381                         specify that the order value returned is < 0, 0, or > 0
6382                         instead of -1, 0, or 1.
6383
6384  126.   [cleanup]       <isc/quota.h> and <isc/taskpool.h> need <isc/lang.h>.
6385
6386  125.   [cleanup]       <isc/eventclass.h>, <isc/ipv6.h>, <isc/magic.h>,
6387                         <isc/mutex.h>, <isc/once.h>, <isc/region.h>, and
6388                         <isc/resultclass.h> do not need <isc/lang.h>.
6389
6390  124.   [func]          signer now imports parent's zone key signature
6391                         and creates null keys/sets zone status bit for
6392                         children when necessary
6393
6394  123.   [cleanup]       <isc/event.h> does not need <stddef.h>.
6395
6396  122.   [cleanup]       <isc/task.h> does not need <isc/mem.h> or
6397                         <isc/result.h>.
6398
6399  121.   [cleanup]       <isc/symtab.h> does not need <isc/mem.h> or
6400                         <isc/result.h>.  Multiple inclusion protection
6401                         symbol fixed from ISC_SYMBOL_H to ISC_SYMTAB_H.
6402                         isc_symtab_t moved to <isc/types.h>.
6403
6404  120.   [cleanup]       <isc/socket.h> does not need <isc/boolean.h>,
6405                         <isc/bufferlist.h>, <isc/task.h>, <isc/mem.h> or
6406                         <isc/net.h>.
6407
6408  119.   [cleanup]       structure definitions for generic rdata structures do
6409                         not have _generic_ in their names.
6410
6411  118.   [cleanup]       libdns.a is now namespace-clean, on NetBSD, excepting
6412                         YACC crust (yyparse, etc) [2000-apr-27 explorer]
6413
6414  117.   [cleanup]       libdns.a changes:
6415                         dns_zone_clearnotify() and dns_zone_addnotify()
6416                         are replaced by dns_zone_setnotifyalso().
6417                         dns_zone_clearmasters() and dns_zone_addmaster()
6418                         are replaced by dns_zone_setmasters().
6419
6420  116.   [func]          Added <isc/offset.h> for isc_offset_t (aka off_t
6421                         on Unix systems).
6422
6423  115.   [port]          Shut up the -Wmissing-declarations warning about
6424                         <stdio.h>'s __sputaux on BSD/OS pre-4.1.
6425
6426  114.   [cleanup]       <isc/sockaddr.h> does not need <isc/buffer.h> or
6427                         <isc/list.h>.
6428
6429  113.   [func]          Utility programs dig and host added.
6430
6431  112.   [cleanup]       <isc/serial.h> does not need <isc/boolean.h>.
6432
6433  111.   [cleanup]       <isc/rwlock.h> does not need <isc/result.h> or
6434                         <isc/mutex.h>.
6435
6436  110.   [cleanup]       <isc/result.h> does not need <isc/boolean.h> or
6437                         <isc/list.h>.
6438
6439  109.   [bug]           "make depend" did nothing for
6440                         bin/tests/{db,mem,sockaddr,tasks,timers}/.
6441
6442  108.   [cleanup]       DNS_SETBIT/DNS_GETBIT/DNS_CLEARBIT moved from
6443                         <dns/types.h> to <dns/bit.h> and renamed to
6444                         DNS_BIT_SET/DNS_BIT_GET/DNS_BIT_CLEAR.
6445
6446  107.   [func]          Add keysigner and keysettool.
6447
6448  106.   [func]          Allow dnssec verifications to ignore the validity
6449                         period.  Used by several of the dnssec tools.
6450
6451  105.   [doc]           doc/dev/coding.html expanded with other
6452                         implicit conventions the developers have used.
6453
6454  104.   [bug]           Made compress_add and compress_find static to
6455                         lib/dns/compress.c.
6456
6457  103.   [func]          libisc buffer API changes for <isc/buffer.h>:
6458                         Added:
6459                                 isc_buffer_base(b)          (pointer)
6460                                 isc_buffer_current(b)       (pointer)
6461                                 isc_buffer_active(b)        (pointer)
6462                                 isc_buffer_used(b)          (pointer)
6463                                 isc_buffer_length(b)            (int)
6464                                 isc_buffer_usedlength(b)        (int)
6465                                 isc_buffer_consumedlength(b)    (int)
6466                                 isc_buffer_remaininglength(b)   (int)
6467                                 isc_buffer_activelength(b)      (int)
6468                                 isc_buffer_availablelength(b)   (int)
6469                         Removed:
6470                                 ISC_BUFFER_USEDCOUNT(b)
6471                                 ISC_BUFFER_AVAILABLECOUNT(b)
6472                                 isc_buffer_type(b)
6473                         Changed names:
6474                                 isc_buffer_used(b, r) ->
6475                                         isc_buffer_usedregion(b, r)
6476                                 isc_buffer_available(b, r) ->
6477                                         isc_buffer_available_region(b, r)
6478                                 isc_buffer_consumed(b, r) ->
6479                                         isc_buffer_consumedregion(b, r)
6480                                 isc_buffer_active(b, r) ->
6481                                         isc_buffer_activeregion(b, r)
6482                                 isc_buffer_remaining(b, r) ->
6483                                         isc_buffer_remainingregion(b, r)
6484
6485                         Buffer types were removed, so the ISC_BUFFERTYPE_*
6486                         macros are no more, and the type argument to
6487                         isc_buffer_init and isc_buffer_allocate were removed.
6488                         isc_buffer_putstr is now void (instead of isc_result_t)
6489                         and requires that the caller ensure that there
6490                         is enough available buffer space for the string.
6491
6492  102.   [port]          Correctly detect inet_aton, inet_pton and inet_ptop
6493                         on BSD/OS 4.1.
6494
6495  101.   [cleanup]       Quieted EGCS warnings from lib/isc/print.c.
6496
6497  100.   [cleanup]       <isc/random.h> does not need <isc/int.h> or
6498                         <isc/mutex.h>.  isc_random_t moved to <isc/types.h>.
6499
6500   99.   [cleanup]       Rate limiter now has separate shutdown() and
6501                         destroy() functions, and it guarantees that all
6502                         queued events are delivered even in the shutdown case.
6503
6504   98.   [cleanup]       <isc/print.h> does not need <stdarg.h> or <stddef.h>
6505                         unless ISC_PLATFORM_NEEDVSNPRINTF is defined.
6506
6507   97.   [cleanup]       <isc/ondestroy.h> does not need <stddef.h> or
6508                         <isc/event.h>.
6509
6510   96.   [cleanup]       <isc/mutex.h> does not need <isc/result.h>.
6511
6512   95.   [cleanup]       <isc/mutexblock.h> does not need <isc/result.h>.
6513
6514   94.   [cleanup]       Some installed header files did not compile as C++.
6515
6516   93.   [cleanup]       <isc/msgcat.h> does not need <isc/result.h>.
6517
6518   92.   [cleanup]       <isc/mem.h> does not need <stddef.h>, <isc/boolean.h>,
6519                         or <isc/result.h>.
6520
6521   91.   [cleanup]       <isc/log.h> does not need <sys/types.h> or
6522                         <isc/result.h>.
6523
6524   90.   [cleanup]       Removed unneeded ISC_LANG_BEGINDECLS/ISC_LANG_ENDDECLS
6525                         from <named/listenlist.h>.
6526
6527   89.   [cleanup]       <isc/lex.h> does not need <stddef.h>.
6528
6529   88.   [cleanup]       <isc/interfaceiter.h> does not need <isc/result.h> or
6530                         <isc/mem.h>.  isc_interface_t and isc_interfaceiter_t
6531                         moved to <isc/types.h>.
6532
6533   87.   [cleanup]       <isc/heap.h> does not need <isc/boolean.h>,
6534                         <isc/mem.h> or <isc/result.h>.
6535
6536   86.   [cleanup]       isc_bufferlist_t moved from <isc/bufferlist.h> to
6537                         <isc/types.h>.
6538
6539   85.   [cleanup]       <isc/bufferlist.h> does not need <isc/buffer.h>,
6540                         <isc/list.h>, <isc/mem.h>, <isc/region.h> or
6541                         <isc/int.h>.
6542
6543   84.   [func]          allow-query ACL checks now apply to all data
6544                         added to a response.
6545
6546   83.   [func]          If the server is authoritative for both a
6547                         delegating zone and its (nonsecure) delegatee, and
6548                         a query is made for a KEY RR at the top of the
6549                         delegatee, then the server will look for a KEY
6550                         in the delegator if it is not found in the delegatee.
6551
6552   82.   [cleanup]       <isc/buffer.h> does not need <isc/list.h>.
6553
6554   81.   [cleanup]       <isc/int.h> and <isc/boolean.h> do not need
6555                         <isc/lang.h>.
6556
6557   80.   [cleanup]       <isc/print.h> does not need <stdio.h> or <stdlib.h>.
6558
6559   79.   [cleanup]       <dns/callbacks.h> does not need <stdio.h>.
6560
6561   78.   [cleanup]       lwres_conftest renamed to lwresconf_test for
6562                         consistency with other *_test programs.
6563
6564   77.   [cleanup]       typedef of isc_time_t and isc_interval_t moved from
6565                         <isc/time.h> to <isc/types.h>.
6566
6567   76.   [cleanup]       Rewrote keygen.
6568
6569   75.   [func]          Don't load a zone if its database file is older
6570                         than the last time the zone was loaded.
6571
6572   74.   [cleanup]       Removed mktemplate.o and ufile.o from libisc.a,
6573                         subsumed by file.o.
6574
6575   73.   [func]          New "file" API in libisc, including new function
6576                         isc_file_getmodtime, isc_mktemplate renamed to
6577                         isc_file_mktemplate and isc_ufile renamed to
6578                         isc_file_openunique.  By no means an exhaustive API,
6579                         it is just what's needed for now.
6580
6581   72.   [func]          DNS_RBTFIND_NOPREDECESSOR and DNS_RBTFIND_NOOPTIONS
6582                         added for dns_rbt_findnode, the former to disable the
6583                         setting of the chain to the predecessor, and the
6584                         latter to make clear when no options are set.
6585
6586   71.   [cleanup]       Made explicit the implicit REQUIREs of
6587                         isc_time_seconds, isc_time_nanoseconds, and
6588                         isc_time_subtract.
6589
6590   70.   [func]          isc_time_set() added.
6591
6592   69.   [bug]           The zone object's master and also-notify lists grew
6593                         longer with each server reload.
6594
6595   68.   [func]          Partial support for SIG(0) on incoming messages.
6596
6597   67.   [performance]   Allow use of alternate (compile-time supplied)
6598                         OpenSSL libraries/headers.
6599
6600   66.   [func]          Data in authoritative zones should have a trust level
6601                         beyond secure.
6602
6603   65.   [cleanup]       Removed obsolete typedef of dns_zone_callbackarg_t
6604                         from <dns/types.h>.
6605
6606   64.   [func]          The RBT, DB, and zone table APIs now allow the
6607                         caller find the most-enclosing superdomain of
6608                         a name.
6609
6610   63.   [func]          Generate NOTIFY messages.
6611
6612   62.   [func]          Add UDP refresh support.
6613
6614   61.   [cleanup]       Use single quotes consistently in log messages.
6615
6616   60.   [func]          Catch and disallow singleton types on message
6617                         parse.
6618
6619   59.   [bug]           Cause net/host unreachable to be a hard error
6620                         when sending and receiving.
6621
6622   58.   [bug]           bin/named/query.c could sometimes trigger the
6623                         (client->query.attributes & NS_QUERYATTR_NAMEBUFUSED)
6624                         == 0 assertion in query_newname().
6625
6626   57.   [func]          Added dns_nxt_typepresent()
6627
6628   56.   [bug]           SIG records were not properly returned in cached
6629                         negative answers.
6630
6631   55.   [bug]           Responses containing multiple names in the authority
6632                         section were not negatively cached.
6633
6634   54.   [bug]           If a fetch with sigrdataset==NULL joined one with
6635                         sigrdataset!=NULL or vice versa, the resolver
6636                         could catch an assertion or lose signature data,
6637                         respectively.
6638
6639   53.   [port]          freebsd 4.0: lib/isc/unix/socket.c requires
6640                         <sys/param.h>.
6641
6642   52.   [bug]           rndc: taskmgr and socketmgr were not initialized
6643                         to NULL.
6644
6645   51.   [cleanup]       dns/compress.h and dns/zt.h did not need to include
6646                         dns/rbt.h; it was needed only by compress.c and zt.c.
6647
6648   50.   [func]          RBT deletion no longer requires a valid chain to work,
6649                         and dns_rbt_deletenode was added.
6650
6651   49.   [func]          Each cache now has its own mctx.
6652
6653   48.   [func]          isc_task_create() no longer takes an mctx.
6654                         isc_task_mem() has been eliminated.
6655
6656   47.   [func]          A number of modules now use memory context reference
6657                         counting.
6658
6659   46.   [func]          Memory contexts are now reference counted.
6660                         Added isc_mem_inuse() and isc_mem_preallocate().
6661                         Renamed isc_mem_destroy_check() to
6662                         isc_mem_setdestroycheck().
6663
6664   45.   [bug]           The trusted-key statement incorrectly loaded keys.
6665
6666   44.   [bug]           Don't include authority data if it would force us
6667                         to unset the AD bit in the message.
6668
6669   43.   [bug]           DNSSEC verification of cached rdatasets was failing.
6670
6671   42.   [cleanup]       Simplified logging of messages with embedded domain
6672                         names by introducing a new convenience function
6673                         dns_name_format().
6674
6675   41.   [func]          Use PR_SET_KEEPCAPS on Linux 2.3.99-pre3 and later
6676                         to allow 'named' to run as a non-root user while
6677                         retaining the ability to bind() to privileged
6678                         ports.
6679
6680   40.   [func]          Introduced new logging category "dnssec" and
6681                         logging module "dns/validator".
6682
6683   39.   [cleanup]       Moved the typedefs for isc_region_t, isc_textregion_t,
6684                         and isc_lex_t to <isc/types.h>.
6685
6686   38.   [bug]           TSIG signed incoming zone transfers work now.
6687
6688   37.   [bug]           If the first RR in an incoming zone transfer was
6689                         not an SOA, the server died with an assertion failure
6690                         instead of just reporting an error.
6691
6692   36.   [cleanup]       Change DNS_R_SUCCESS (and others) to ISC_R_SUCCESS
6693
6694   35.   [performance]   Log messages which are of a level too high to be
6695                         logged by any channel in the logging configuration
6696                         will not cause the log mutex to be locked.
6697
6698   34.   [bug]           Recursion was allowed even with 'recursion no'.
6699
6700   33.   [func]          The RBT now maintains a parent pointer at each node.
6701
6702   32.   [cleanup]       bin/lwresd/client.c needs <string.h> for memset()
6703                         prototype.
6704
6705   31.   [bug]           Use ${LIBTOOL} to compile bin/named/main.@O@.
6706
6707   30.   [func]          config file grammer change to support optional
6708                         class type for a view.
6709
6710   29.   [func]          support new config file view options:
6711
6712                                 auth-nxdomain recursion query-source
6713                                 query-source-v6 transfer-source
6714                                 transfer-source-v6 max-transfer-time-out
6715                                 max-transfer-idle-out transfer-format
6716                                 request-ixfr provide-ixfr cleaning-interval
6717                                 fetch-glue notify rfc2308-type1 lame-ttl
6718                                 max-ncache-ttl min-roots
6719
6720   28.   [func]          support lame-ttl, min-roots and serial-queries
6721                         config global options.
6722
6723   27.   [bug]           Only include <netinet6/in6.h> on BSD/OS 4.[01]*.
6724                         Including it on other platforms (eg, NetBSD) can
6725                         cause a forced #error from the C preprocessor.
6726
6727   26.   [func]          new match-clients statement in config file view.
6728
6729   25.   [bug]           make install failed to install <isc/log.h> and
6730                         <isc/ondestroy.h>.
6731
6732   24.   [cleanup]       Eliminate some unnecessary #includes of header
6733                         files from header files.
6734
6735   23.   [cleanup]       Provide more context in log messages about client
6736                         requests, using a new function ns_client_log().
6737
6738   22.   [bug]           SIGs weren't returned in the answer section when
6739                         the query resulted in a fetch.
6740
6741   21.   [port]          Look at STD_CINCLUDES after CINCLUDES during
6742                         compilation, so additional system include directories
6743                         can be searched but header files in the bind9 source
6744                         tree with conflicting names take precedence.  This
6745                         avoids issues with installed versions of dnssafe and
6746                         openssl.
6747
6748   20.   [func]          Configuration file post-load validation of zones
6749                         failed if there were no zones.
6750
6751   19.   [bug]           dns_zone_notifyreceive() failed to unlock the zone
6752                         lock in certain error cases.
6753
6754   18.   [bug]           Use AC_TRY_LINK rather than AC_TRY_COMPILE in
6755                         configure.in to check for presence of in6addr_any.
6756
6757   17.   [func]          Do configuration file post-load validation of zones.
6758
6759   16.   [bug]           put quotes around key names on config file
6760                         output to avoid possible keyword clashes.
6761
6762   15.   [func]          Add dns_name_dupwithoffsets().  This function is
6763                         improves comparison performance for duped names.
6764
6765   14.   [bug]           free_rbtdb() could have 'put' unallocated memory in
6766                         an unlikely error path.
6767
6768   13.   [bug]           lib/dns/master.c and lib/dns/xfrin.c didn't ignore
6769                         out-of-zone data.
6770
6771   12.   [bug]           Fixed possible unitialized variable error.
6772
6773   11.   [bug]           axfr_rrstream_first() didn't check the result code of
6774                         db_rr_iterator_first(), possibly causing an assertion
6775                         to be triggered later.
6776
6777   10.   [bug]           A bug in the code which makes EDNS0 OPT records in
6778                         bin/named/client.c and lib/dns/resolver.c could
6779                         trigger an assertion.
6780
6781    9.   [cleanup]       replaced bit-setting code in confctx.c and replaced
6782                         repeated code with macro calls.
6783
6784    8.   [bug]           Shutdown of incoming zone transfer accessed
6785                         freed memory.
6786
6787    7.   [cleanup]       removed 'listen-on' from view statement.
6788
6789    6.   [bug]           quote RR names when generating config file to
6790                         prevent possible clash with config file keywords
6791                         (such as 'key').
6792
6793    5.   [func]          syntax change to named.conf file: new ssu grant/deny
6794                         statements must now be enclosed by an 'update-policy'
6795                         block.
6796
6797    4.   [port]          bin/named/unix/os.c didn't compile on systems with
6798                         linux 2.3 kernel includes due to conflicts between
6799                         C library includes and the kernel includes.  We now
6800                         get only what we need from <linux/capability.h>, and
6801                         avoid pulling in other linux kernel .h files.
6802
6803    3.   [bug]           TKEYs go in the answer section of responses, not
6804                         the additional section.
6805
6806    2.   [bug]           Generating cryptographic randomness failed on
6807                         systems without /dev/random.
6808
6809    1.   [bug]           The installdirs rule in
6810                         lib/isc/unix/include/isc/Makefile.in had a typo which
6811                         prevented the isc directory from being created if it
6812                         didn't exist.
6813
6814         --- 9.0.0b2 released ---
6815
6816 # This tells Emacs to use hard tabs in this file.
6817 # Local Variables:
6818 # indent-tabs-mode: t
6819 # End: