]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] some items were missing from README
authorEvan Hunt <each@isc.org>
Thu, 30 Jan 2014 19:51:53 +0000 (11:51 -0800)
committerEvan Hunt <each@isc.org>
Thu, 30 Jan 2014 19:51:53 +0000 (11:51 -0800)
README

diff --git a/README b/README
index 69d0fa751760364647be40705836a868872d6002..6f2519a09e8417d91520e4b63c41d0ae6e6c5a92 100644 (file)
--- a/README
+++ b/README
@@ -61,6 +61,8 @@ BIND 9.10.0
         - New zone file format "map" is an image of a zone database
           that can be loaded directly into memory, allowing much faster
           zone loading.
+        - Improved EDNS(0) processing for better resolver performance
+          and reliability over slow or lossy connections.
         - Substantial improvement in response-policy zone (RPZ)
           performance.  Up to 32 response-policy zones can be
           configured with minimal performance loss.
@@ -72,6 +74,9 @@ BIND 9.10.0
         - New RPZ client-IP triggers and drop policies.
         - ACLs can now be specified based on geographic location
           using the MaxMind GeoIP databases.
+        - Zone data can now be shared between views, allowing
+          multiple views to serve the same zones authoritatively
+          witout storing multiple copies in memory.
         - New XML schema (version 3) for the statistics channel
           includes many new statistics and uses a flattened XML tree
           for faster parsing.