From 45e74d65bd981a97c5da2f86e8557c9843a0c7c0 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Thu, 30 Jan 2014 11:51:53 -0800 Subject: [PATCH] [master] some items were missing from README --- README | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README b/README index 69d0fa7517..6f2519a09e 100644 --- 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.