diff --git a/CHANGES b/CHANGES index aef61b9e23..fc36de2b6f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ --- 9.9.5rc1 released --- -3701. [func] named-checkconf can now obscure shared secrets +3701. [func] named-checkconf can now obscure shared secrets when printing by specifying '-x'. [RT #34465] 3699. [bug] Improvements to statistics channel XSL stylesheet: @@ -8,8 +8,8 @@ section headers are omitted from the stats display when there is no data in those sections to be displayed; counters are now right-justified for - easier readability. (Only available with - configure --enable-newstats.) [RT #35117] + easier readability. (Only available with + configure --enable-newstats.) [RT #35117] 3698. [cleanup] Replaced all uses of memcpy() with memmove(). [RT #35120] diff --git a/Makefile.in b/Makefile.in index e079c6be78..2c5985f81f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2009, 2011-2013 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004-2009, 2011-2014 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 1998-2002 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/check/named-checkconf.c b/bin/check/named-checkconf.c index 9c4e6ee5a8..fd3795a57f 100644 --- a/bin/check/named-checkconf.c +++ b/bin/check/named-checkconf.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2007, 2009-2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007, 2009-2014 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/check/named-checkconf.docbook b/bin/check/named-checkconf.docbook index 42fea7f42e..485dc42a93 100644 --- a/bin/check/named-checkconf.docbook +++ b/bin/check/named-checkconf.docbook @@ -2,7 +2,7 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" []>