diff --git a/CHANGES b/CHANGES index bd627ce1c4..a05aa09c08 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ + --- 9.13.6 released --- + 5156. [doc] Extended and refined the section of the ARM describing mirror zones. [GL #774] diff --git a/README b/README index 6f6e6503e7..d7743215eb 100644 --- a/README +++ b/README @@ -123,6 +123,8 @@ of changes from BIND 9.12 and earlier releases. New features include: which DNSSEC validation should not be performed. * The default value of "dnssec-validation" is now "auto". * IDNA2008 is now supported when linking with libidn2. + * "named -V" now outputs the default paths for files used by named and + other tools. In addition, workarounds that were formerly in place to enable resolution of domains whose authoritative servers did not respond to EDNS queries diff --git a/README.md b/README.md index e0c2172920..49a4fa6f63 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,8 @@ include: DNSSEC validation should not be performed. * The default value of "dnssec-validation" is now "auto". * IDNA2008 is now supported when linking with `libidn2`. +* "named -V" now outputs the default paths for files used by named + and other tools. In addition, workarounds that were formerly in place to enable resolution of domains whose authoritative servers did not respond to EDNS queries diff --git a/bin/check/named-checkconf.8 b/bin/check/named-checkconf.8 index b98356a1fe..dc9e2d5b1e 100644 --- a/bin/check/named-checkconf.8 +++ b/bin/check/named-checkconf.8 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000-2002, 2004, 2005, 2007, 2009, 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC") +.\" Copyright (C) 2000-2002, 2004, 2005, 2007, 2009, 2014-2016, 2018, 2019 Internet Systems Consortium, Inc. ("ISC") .\" .\" This Source Code Form is subject to the terms of the Mozilla Public .\" License, v. 2.0. If a copy of the MPL was not distributed with this @@ -143,5 +143,5 @@ BIND 9 Administrator Reference Manual\&. \fBInternet Systems Consortium, Inc\&.\fR .SH "COPYRIGHT" .br -Copyright \(co 2000-2002, 2004, 2005, 2007, 2009, 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC") +Copyright \(co 2000-2002, 2004, 2005, 2007, 2009, 2014-2016, 2018, 2019 Internet Systems Consortium, Inc. ("ISC") .br diff --git a/bin/check/named-checkconf.html b/bin/check/named-checkconf.html index fea7e1db93..a87b2977f8 100644 --- a/bin/check/named-checkconf.html +++ b/bin/check/named-checkconf.html @@ -1,6 +1,6 @@