]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Unbound implements RFC6303 (since version 1.4.7).
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 14 Jul 2011 08:17:11 +0000 (08:17 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 14 Jul 2011 08:17:11 +0000 (08:17 +0000)
git-svn-id: file:///svn/unbound/trunk@2463 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
services/localzone.c

index 4aaf9c75e7948d8abf1b958d4003c6eb9193a173..f50b772566ddcb5fe06961d5ae543f4cd9fdcd05 100644 (file)
@@ -1,3 +1,6 @@
+14 July 2011: Wouter
+       - Unbound implements RFC6303 (since version 1.4.7).
+
 13 July 2011: Wouter
        - Quick fix for contrib/unbound.spec example, no ldns-builtin any more.
 
index d5cd595720d8ac6a9ed6c368e1d16cfeb027e256..eb11b947c72ad5cabb60249dbc77a64f5d7b6ab5 100644 (file)
@@ -612,6 +612,8 @@ lz_enter_defaults(struct local_zones* zones, struct config_file* cfg,
 {
        struct local_zone* z;
 
+       /* this list of zones is from RFC 6303 */
+
        /* localhost. zone */
        if(!lz_exists(zones, "localhost.") &&
                !lz_nodefault(cfg, "localhost.")) {