summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 13 insertions, 3 deletions
diff --git a/README b/README
index da800c59..b89fa896 100644
--- a/README
+++ b/README
@@ -54,12 +54,16 @@ BIND 9.5.0
Experimental http server and statistics support for named via xml.
+ More detailed statistics counters including those supported in BIND 8.
+
Faster ACL processing.
- Use Doxygen to generate internal documention.
+ Use Doxygen to generate internal documentation.
Efficient LRU cache-cleaning mechanism.
+ NSID support (RFC 5001).
+
BIND 9.4.0
BIND 9.4.0 has a number of new features over 9.3,
@@ -429,8 +433,6 @@ Building
-DDIG_SIGCHASE_BU=1)
Disable dropping queries from particular well known ports.
-DNS_CLIENT_DROPPORT=0
- Disable support for "rrset-order fixed".
- -DDNS_RDATASET_FIXED=0
LDFLAGS
Linker flags. Defaults to empty string.
@@ -466,6 +468,11 @@ Building
on the configure command line. The default is operating
system dependent.
+ Support for the "fixed" rrset-order option can be enabled
+ or disabled by specifying "--enable-fixed-rrset" or
+ "--disable-fixed-rrset" on the configure command line.
+ The default is "disabled", to reduce memory footprint.
+
If your operating system has integrated support for IPv6, it
will be used automatically. If you have installed KAME IPv6
separately, use "--with-kame[=PATH]" to specify its location.
@@ -508,6 +515,9 @@ Building
on your system, and some require Perl; see bin/tests/system/README
for details.
+ SunOS 4 requires "printf" to be installed to make the shared
+ libraries. sh-utils-1.16 provides a "printf" which compiles
+ on SunOS 4.
Documentation