diff --git a/doc/Changelog b/doc/Changelog index 8a2296c9d..d93011a83 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -2,6 +2,7 @@ - version 1.2.0 in preparation. - feature to allow wildcards (*, ?, [], {}. ~) in trusted-keys-file statements. (Adapted from patch by Paul Wouters). + - typo fix and iana portlist updated. 6 January 2009: Wouter - fixup packet-of-death when compiled with --enable-debug. diff --git a/smallapp/unbound-checkconf.c b/smallapp/unbound-checkconf.c index 4b78e6a21..a7c3d3cba 100644 --- a/smallapp/unbound-checkconf.c +++ b/smallapp/unbound-checkconf.c @@ -265,7 +265,7 @@ check_chroot_filelist(const char* desc, struct config_strlist* list, } } -/** check file list, with wilcard processing. */ +/** check file list, with wildcard processing */ static void check_chroot_filelist_wild(const char* desc, struct config_strlist* list, const char* chrootdir, struct config_file* cfg) diff --git a/util/iana_ports.inc b/util/iana_ports.inc index b7fb8ab24..54851878d 100644 --- a/util/iana_ports.inc +++ b/util/iana_ports.inc @@ -4888,6 +4888,7 @@ 10990, 11000, 11001, +11106, 11111, 11112, 11161,