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