--- 9.1.1rc7 released ---
- 791. [bug] The control channel did not work over IPv6.
+ 791. [bug] The command channel now works over IPv6.
790. [bug] Wildcards created using dynamic update or IXFR
could fail to match. [RT #1111]
777. [bug] An empty forwarders list in a zone failed to override
global forwarders. [RT #995]
- 775. [bug] Address match lists with invalid netmasks caused
+ 775. [bug] Address match lists with invalid netmasks caused
the configuration parser to abort with an assertion
failure. [RT #996]
dumps in the presence of negative caching entries.
[RT #991]
- 686. [bug] dig and nslookup can now be properly aborted during
+ 686. [bug] dig and nslookup can now be properly aborted during
blocking operations. [RT #568]
--- 9.1.1rc4 released ---
694. [bug] $GENERATE did not produce the last entry.
[RT #682, #683]
- 693. [bug] An empty lwres statement in named.conf caused
- the server to crash while loading.
+ 693. [bug] An empty lwres statement in named.conf caused
+ the server to crash while loading.
692. [bug] Deal with systems that have getaddrinfo() but not
gai_strerror(). [RT #679]
646. [bug] The UnixWare ISC_PLATFORM_FIXIN6INADDR fix in isc/net.h
didn't _cleanly_ fix the problem it was trying to fix.
- 644. [bug] #622 needed more work. [RT #562]
-
645. [port] BSD/OS 3.0 needs pthread_init(). [RT #603]
+ 644. [bug] #622 needed more work. [RT #562]
+
642. [bug] Break the exit_check() race in the zone module.
[RT #598]
639. [bug] Reading entropy from the keyboard would sometimes fail.
[RT #591]
- 638. [port] lib/isc/random.c needed to explicitly include
- time.h explicitly to get a prototype for time() when
- pthreads was not being used. [RT #592]
+ 638. [port] lib/isc/random.c needed to explicitly include time.h
+ to get a prototype for time() when pthreads was not
+ being used. [RT #592]
637. [port] Use isc_u?int64_t instead of (unsigned) long long in
lib/isc/print.c. Also allow lib/isc/print.c to
628. [bug] If the root hints contained only AAAA addresses,
named would be unable to perform resolution.
- 627. [bug] The EDNS0 blackhole detection code of changed 324
+ 627. [bug] The EDNS0 blackhole detection code of change 324
waited for three retransmissions to each server,
which takes much too long when a domain has many
name servers and all of them drop EDNS0 queries.
471. [bug] nsupdate didn't compile on HP/UX 10.20
- 470. [feature] $GENERATE is now supported. See also
+ 470. [func] $GENERATE is now supported. See also
doc/misc/migration.
469. [bug] "query-source address * port 53;" now works.
the distribution, in doc/man/dnssec.
353. [bug] double increment in lwres/gethost.c:copytobuf().
- (RT# 187)
+ [RT# 187]
352. [bug] Race condition in dns_client_t startup could cause
an assertion failure.
332. [func] New function dns_name_reset().
- 331. [bug] Only log "recursion denied" if RD is set. (RT #178)
+ 331. [bug] Only log "recursion denied" if RD is set. [RT #178]
330. [bug] Many debugging messages were partially formatted
even when debugging was turned off, causing a
316. [bug] Generate a warning if we detect an unexpected <eof>
but treat as <eol><eof>.
- 315. [bug] Handle non-empty blanks lines. (RT #163)
+ 315. [bug] Handle non-empty blanks lines. [RT #163]
314. [func] The named.conf controls statement can now have
more than one key specified for the inet clause.
name server addresses as authoritative data.
308. [bug] Treat a SOA record not at top of zone as an error
- when loading a zone. (RT #154)
+ when loading a zone. [RT #154]
307. [bug] When canceling a query, the resolver didn't check for
isc_socket_sendto() calls that did not yet have their
destroying the query context and then want to use
it again when the send event posted, triggering an
assertion as it tried to cancel an already-canceled
- query. (RT #77)
+ query. [RT #77]
306. [bug] Reading HMAC-MD5 private key files didn't work.
instead of returning failure.
303. [bug] Add additional sanity checks to differentiate a AXFR
- response vs a IXFR response. (RT #157)
+ response vs a IXFR response. [RT #157]
302. [bug] In dig, host, and nslookup, MXNAME should be large
enough to hold any legal domain name in presentation
format + terminating NULL.
- 301. [bug] Uninitalised pointer in host:printmessage(). (RT #159)
+ 301. [bug] Uninitalised pointer in host:printmessage(). [RT #159]
300. [bug] Using both <isc/net.h> and <lwres/net.h> didn't work
on platforms lacking IPv6 because each included their
257. [bug] The server detached the last zone manager reference
too early, while it could still be in use by queries.
This manifested itself as assertion failures during the
- shutdown process for busy name servers (RT #133).
+ shutdown process for busy name servers [RT #133].
256. [func] isc_ratelimiter_t now has attach/detach semantics, and
isc_ratelimiter_shutdown guarantees that the rate