diff options
author | Internet Software Consortium, Inc <@isc.org> | 2007-09-07 14:14:51 -0600 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2007-09-07 14:14:51 -0600 |
commit | 169e1b424a599d00ce8dab1e3551740f9d06521b (patch) | |
tree | f268703ab86d5cbfc2850ff9f259a864873ad984 | |
parent | c33875f7b61ad40add6460f6833995d90adfd683 (diff) | |
download | bind9-169e1b424a599d00ce8dab1e3551740f9d06521b.tar.gz |
9.2.4
-rw-r--r-- | CHANGES | 2 | ||||
-rw-r--r-- | KNOWN_DEFECTS | 19 | ||||
-rw-r--r-- | version | 6 |
3 files changed, 24 insertions, 3 deletions
@@ -1,4 +1,6 @@ + --- 9.2.4 released --- + --- 9.2.4rc8 released --- 1709. [port] solaris: add SMF support from Sun. diff --git a/KNOWN_DEFECTS b/KNOWN_DEFECTS new file mode 100644 index 00000000..c62da8a1 --- /dev/null +++ b/KNOWN_DEFECTS @@ -0,0 +1,19 @@ + + Known Defects in BIND 9.2.4. + +* 'dig +chase' does not terminate on a RFC 2308 Type 1 negative response. + +* named does not correctly caching a RFC 2308 Type 1 negative response. + This causes named to emit RFC 2308 Type 3 responses instead of RFC 2308 + Type 2 responses which inturn causes problems for nsupdate (below). + +* nsupdate does not handling RFC 2308 Type 3 negative responses when looking + for the zone / master server. Use server and zone commands to work around + this. + +* "ifconfig.sh down" doesn't work for Solaris 9. + +* named.conf(5) is being installed in the wrong location. + +* dig/host/nslookup are only trying the first address when a nameserver was + specified by name. @@ -1,4 +1,4 @@ -# $Id: version,v 1.26.2.31 2004/09/01 07:28:31 marka Exp $ +# $Id: version,v 1.26.2.31.6.1 2004/09/20 00:49:14 marka Exp $ # # This file must follow /bin/sh rules. It is imported directly via # configure. @@ -6,5 +6,5 @@ MAJORVER=9 MINORVER=2 PATCHVER=4 -RELEASETYPE=rc -RELEASEVER=8 +RELEASETYPE= +RELEASEVER= |